:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #295695;
    --pink: #ff0087;
    --red: #8b0000;
    --orange: #fe7c43;
    --yellow: #cfc80e;
    --teal: #45aade;
    --cyan: #6d3bff;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --tangerine: #c54f0b;
    --primary: #33afcc;
    --secondary: #6c757d;
    --success: #03c100;
    --info: #6d3bff;
    --warning: #cfc80e;
    --danger: #8b0000;
    --light: #f8f9fa;
    --dark: #343a40;
    --green: #03c100;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex='-1']:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl,
ul {
    margin-bottom: 1rem
}

dl,
ul {
    margin-top: 0
}

ul ul {
    margin-bottom: 0
}

b,
strong {
    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
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    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
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

[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: .5rem;
    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
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.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 {
    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: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%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #99d7e6;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(51, 175, 204, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-control.is-valid {
    border-color: #03c100;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2303C100' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus {
    border-color: #03c100;
    box-shadow: 0 0 0 .2rem rgba(3, 193, 0, .25)
}

.form-check-input.is-valid~.form-check-label {
    color: #03c100
}

.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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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 .2rem rgba(51, 175, 204, .25)
}

.btn:disabled {
    opacity: .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 .2rem rgba(82, 187, 212, .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 .2rem rgba(82, 187, 212, .5)
}

.btn-success {
    color: #fff;
    background-color: #03c100;
    border-color: #03c100
}

.btn-success:hover {
    color: #fff;
    background-color: #029b00;
    border-color: #028e00
}

.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(41, 202, 38, .5)
}

.btn-success:disabled {
    color: #fff;
    background-color: #03c100;
    border-color: #03c100
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #028e00;
    border-color: #028100
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(41, 202, 38, .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 .2rem rgba(131, 88, 255, .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 .2rem rgba(131, 88, 255, .5)
}

.btn-danger {
    color: #fff;
    background-color: #8b0000;
    border-color: #8b0000
}

.btn-danger:hover {
    color: #fff;
    background-color: #650000;
    border-color: #580000
}

.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(156, 38, 38, .5)
}

.btn-danger:disabled {
    color: #fff;
    background-color: #8b0000;
    border-color: #8b0000
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #580000;
    border-color: #4b0000
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(156, 38, 38, .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 .2rem rgba(82, 88, 93, .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 .2rem rgba(82, 88, 93, .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 .2rem rgba(41, 202, 38, .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 .2rem rgba(41, 202, 38, .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-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    display: none
}

.collapse:not(.show) {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: '';
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .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: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: rgba(1, 1, 1, .9)!important;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-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: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff!important;
    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: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #fff
}

.btn-group {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .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: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .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: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: .8rem;
        padding-left: .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: .8rem;
        padding-left: .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: .8rem;
    padding-left: .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-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff!important
}

.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%, .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
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .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 .2rem rgba(51, 175, 204, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-primary {
    color: #fff;
    background-color: #33afcc
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #298ca3
}

a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(51, 175, 204, .5)
}

.badge-success {
    color: #fff;
    background-color: #03c100
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #028e00
}

a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(3, 193, 0, .5)
}

.badge-info {
    color: #fff;
    background-color: #6d3bff
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #4708ff
}

a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(109, 59, 255, .5)
}

.badge-danger {
    color: #fff;
    background-color: #8b0000
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #580000
}

a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(139, 0, 0, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.badge-green {
    color: #fff;
    background-color: #03c100
}

a.badge-green:focus,
a.badge-green:hover {
    color: #fff;
    background-color: #028e00
}

a.badge-green:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(3, 193, 0, .5)
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #1b5b6a;
    background-color: #d6eff5;
    border-color: #c6e9f1
}

.alert-primary hr {
    border-top-color: #b2e1ec
}

.alert-primary .alert-link {
    color: #113841
}

.alert-success {
    color: #026400;
    background-color: #cdf3cc;
    border-color: #b8eeb8
}

.alert-success hr {
    border-top-color: #a3e9a3
}

.alert-success .alert-link {
    color: #013100
}

.alert-info {
    color: #391f85;
    background-color: #e2d8ff;
    border-color: #d6c8ff
}

.alert-info hr {
    border-top-color: #c3afff
}

.alert-info .alert-link {
    color: #27155c
}

.alert-danger {
    color: #480000;
    background-color: #e8cccc;
    border-color: #dfb8b8
}

.alert-danger hr {
    border-top-color: #d7a6a6
}

.alert-danger .alert-link {
    color: #150000
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.alert-green {
    color: #026400;
    background-color: #cdf3cc;
    border-color: #b8eeb8
}

.alert-green hr {
    border-top-color: #a3e9a3
}

.alert-green .alert-link {
    color: #013100
}

@-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
}

.list-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item-primary {
    color: #1b5b6a;
    background-color: #c6e9f1
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #1b5b6a;
    background-color: #b2e1ec
}

.list-group-item-success {
    color: #026400;
    background-color: #b8eeb8
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #026400;
    background-color: #a3e9a3
}

.list-group-item-info {
    color: #391f85;
    background-color: #d6c8ff
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #391f85;
    background-color: #c3afff
}

.list-group-item-danger {
    color: #480000;
    background-color: #dfb8b8
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #480000;
    background-color: #d7a6a6
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-green {
    color: #026400;
    background-color: #b8eeb8
}

.list-group-item-green.list-group-item-action:focus,
.list-group-item-green.list-group-item-action:hover {
    color: #026400;
    background-color: #a3e9a3
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

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!important;
    letter-spacing: -.02em!important
}

@media (min-width:992px) {
    h2 {
        font-size: 52px!important
    }
}

.carousel {
    position: relative
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%!important;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-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
    }
}

.align-top {
    vertical-align: top!important
}

.ajuste-login {
    margin-right: 6px
}

.align-text-top {
    vertical-align: text-top!important
}

.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-success {
    background-color: #03c100!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #028e00!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-danger {
    background-color: #8b0000!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #580000!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-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-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-success {
    border-color: #03c100!important
}

.border-info {
    border-color: #6d3bff!important
}

.border-danger {
    border-color: #8b0000!important
}

.border-dark {
    border-color: #343a40!important
}

.border-green {
    border-color: #03c100!important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ''
}

.d-none {
    display: none!important
}

.d-block {
    display: block!important
}

.d-flex {
    display: -webkit-box!important;
    display: flex!important
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-flex {
        display: -webkit-box!important;
        display: flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-flex {
        display: -webkit-box!important;
        display: 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-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

@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
    }
    .align-content-md-start {
        align-content: flex-start!important
    }
    .align-content-md-end {
        align-content: flex-end!important
    }
    .align-content-md-center {
        align-content: center!important
    }
    .align-self-md-auto {
        align-self: auto!important
    }
    .align-self-md-start {
        align-self: flex-start!important
    }
    .align-self-md-end {
        align-self: flex-end!important
    }
    .align-self-md-center {
        align-self: center!important
    }
}

@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
    }
    .align-content-lg-start {
        align-content: flex-start!important
    }
    .align-content-lg-end {
        align-content: flex-end!important
    }
    .align-content-lg-center {
        align-content: center!important
    }
    .align-self-lg-auto {
        align-self: auto!important
    }
    .align-self-lg-start {
        align-self: flex-start!important
    }
    .align-self-lg-end {
        align-self: flex-end!important
    }
    .align-self-lg-center {
        align-self: center!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.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
}

.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: .25rem!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mx-1 {
    margin-right: .25rem!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mx-2 {
    margin-right: .5rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mx-2 {
    margin-left: .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
}

.pt-0,
.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: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2 {
    padding-top: 1rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.py-2 {
    padding-bottom: 1rem!important
}

.pl-2,
.px-2 {
    padding-left: 2rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.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
}

.pt-4,
.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
}

.pt-5,
.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: -.25rem!important
}

.mt-n1 {
    margin-top: -.25rem!important
}

.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1 {
    margin-bottom: -.25rem!important
}

.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2 {
    margin-top: -.5rem!important
}

.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2 {
    margin-bottom: -.5rem!important
}

.mx-n2 {
    margin-left: -.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: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: .25rem!important
    }
    .mt-md-1 {
        margin-top: .25rem!important
    }
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1 {
        margin-bottom: .25rem!important
    }
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2 {
        margin-top: .5rem!important
    }
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2 {
        margin-bottom: .5rem!important
    }
    .mx-md-2 {
        margin-left: .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
    }
    .pt-md-0,
    .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: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1 {
        margin-top: -.25rem!important
    }
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1 {
        margin-bottom: -.25rem!important
    }
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2 {
        margin-top: -.5rem!important
    }
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2 {
        margin-bottom: -.5rem!important
    }
    .mx-md-n2 {
        margin-left: -.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: .25rem!important
    }
    .mt-lg-1 {
        margin-top: .25rem!important
    }
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1 {
        margin-bottom: .25rem!important
    }
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2 {
        margin-top: .5rem!important
    }
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2 {
        margin-bottom: .5rem!important
    }
    .mx-lg-2 {
        margin-left: .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
    }
    .pt-lg-0,
    .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: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1 {
        margin-top: -.25rem!important
    }
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2 {
        margin-top: -.5rem!important
    }
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3 {
        margin-top: -1rem!important
    }
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3 {
        margin-bottom: -1rem!important
    }
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5 {
        margin-top: -3rem!important
    }
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5 {
        margin-bottom: -3rem!important
    }
    .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto {
        margin-top: auto!important
    }
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto {
        margin-bottom: auto!important
    }
    .mx-lg-auto {
        margin-left: auto!important
    }
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: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-bold {
    font-weight: 700!important
}

.text-primary {
    color: #33afcc!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #247b8f!important
}

.text-success {
    color: #03c100!important
}

a.text-success:focus,
a.text-success:hover {
    color: #027500!important
}

.text-info {
    color: #6d3bff!important
}

a.text-info:focus,
a.text-info:hover {
    color: #3d00ee!important
}

.text-danger {
    color: #8b0000!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #3f0000!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, .5)!important
}

.visible {
    visibility: visible!important
}

@media print {
    *,
     :after,
     :before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    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
    }
    .badge {
        border: 1px solid #000
    }
}

.relative {
    position: relative
}

.hover-expand {
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.hover-expand:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hora-horror {
    background-color: #8b0000!important
}

.hopi-pride {
    background-color: #ff0087!important
}

.black-friday {
    background-color: #9fbc00
}

h1 {
    font-size: 42px
}

h1,
h2 {
    color: #767676;
    font-weight: 900;
    letter-spacing: -.02em
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 30px;
    color: #767676;
    font-weight: 900;
    letter-spacing: -.02em;
    text-transform: uppercase
}

h4 {
    font-size: 14px
}

.chamada {
    color: #33afcc
}

.chamada {
    font-size: 28px;
    margin-bottom: 2rem
}

body,
html {
    overflow-x: hidden
}

img {
    max-width: 100%
}

#main-header {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background-color: rgba(1, 1, 1, .8);
    z-index: 50
}

@media (max-width:576px) {
    #main-header {
        text-align: center;
        padding: 0!important;
        color: #fff;
        background-color: rgba(1, 1, 1, .8);
        z-index: 50
    }
}

#main-header hr {
    border-color: hsla(0, 0%, 100%, .3);
    margin: 15px -2000px
}

#main-logo {
    max-width: 200px;
    display: block;
    margin: 15px auto;
    max-height: auto!important;
    height: auto!important;
}

#social-menu-header {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 0
}

#social-menu-header li {
    display: inline-block
}

#social-menu-header a {
    display: inline-block;
    color: #fff;
    background-color: hsla(0, 0%, 100%, .3);
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    -webkit-transition: all .15s ease;
    transition: all .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%, .3);
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    -webkit-transition: all .15s ease;
    transition: all .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%, .3)
}

#main-nav .login-button {
    text-transform: uppercase
}

.navbar-toggler {
    border: 1px solid hsla(0, 0%, 100%, .2);
    color: hsla(0, 0%, 100%, .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
    }
}

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
    }
}

.calendar {
    max-width: 500px;
    margin-bottom: 2rem;
    display: block
}

.calendar.center {
    margin-left: auto;
    margin-right: auto
}

section#blog .post {
    padding-bottom: 20px
}

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 .15s ease;
    transition: all .15s ease;
    color: #fff;
    width: 100%
}

section#hopi-pride .btn-produto {
    background-color: #36b0cc
}

section#hopi-pride .btn:hover {
    color: #fff!important
}

section#anuali .btn-produto {
    background-color: #3ecc56
}

section#anuali .btn:hover {
    color: #fff!important
}

section#duvidas .title-duvidas {
    background-color: #f1efef;
    border-radius: 5px;
    padding: 10px;
    color: #767676!important
}

section#info-evento {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.2em;
    text-align: justify;
    font-size: 14px
}

footer {
    background: #004c94;
    color: #fff
}

footer.padding {
    padding: 4rem 0
}

footer a,
footer a:hover {
    color: #fff;
    text-transform: uppercase
}

section#login h3:after {
    content: '';
    background: #33afcc;
    width: 100%;
    height: 2px;
    display: block
}

section#login h3 {
    font-size: 24px
}

section#carrinho h3:after {
    content: '';
    background: #33afcc;
    width: 100%;
    height: 2px;
    display: block
}

.box-compra {
    border-radius: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1);
    padding: 20px
}

.btn-cart {
    width: 100%;
    margin-top: 10px
}

.btn-primary {
    color: #fff;
    background-color: #33afcc!important;
    border-color: #33afcc!important
}

@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: -.02em
    }
    h3 {
        font-size: 32px
    }
    #main-logo {
        max-width: 100%;
        margin: 0 auto
    }
    .item {
        background-color: transparent!important
    }
    a:after {
        display: none
    }
    section#blog .post {
        padding-bottom: 20px
    }
    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: -.02em
    }
    h3 {
        font-size: 32px
    }
    #main-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }
    #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
    }
}

.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
}

button.style-botao-logar-facebook {
    width: 44px;
    height: 44px;
    padding: 13px;
    position: relative;
    display: inline;
    border: none;
    border-radius: 2px;
    margin-bottom: 12px;
    background-color: #3b5998;
    top: 0;
    margin-right: 40px;
    margin-left: 15px;
    margin-top: 10px
}

.centralizando {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

@media screen and (min-width:578px) {
    .textologin {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 10px
    }
}

@media screen and (max-width:767px) {
    .textologin {
        font-size: 15px;
        margin: 20px;
        letter-spacing: normal;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .centralizando {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px
    }
}

@media screen and (max-width:370px) {
    .textologin {
        font-size: 14px;
        margin: 20px 0 20px 0;
        letter-spacing: normal
    }
}

i.fab.fa-facebook {
    margin-left: 0;
    margin-right: 0;
    font-family: fontawesome;
    background-color: #fff;
    width: 18px;
    height: 18px;
    padding: 5px 8px 0 3px;
    border-radius: 50%;
    color: #3b5998
}

button.style-botao-logar-google {
    width: 44px;
    height: 44px;
    padding: 13px;
    border: none;
    position: relative;
    top: 0;
    border-radius: 2px;
    margin-bottom: 12px;
    background-color: #db4a39;
    display: inline;
    font-family: fontawesome;
    margin-right: 40px;
    max-width: 200px
}

i.fab.fa-google {
    margin-left: 0;
    margin-right: 0;
    font-family: fontawesome;
    width: 18px;
    height: 18px;
    padding: 5px 8px 0 3px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -6px
}

@keyframes fas-chevron-down {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 0
    }
}

.margin-parque {
    margin-top: 18px
}

@media screen and (min-width:577px) {
    .bg-mobile {
        display: none
    }
}

@media screen and (max-width:576px) {
    .bg-mobile {
        display: block
    }
}

@media screen and (min-width:992px) {
    #social-menu-header {
        margin-right: 15px!important
    }
}

@media screen and (max-width:991px) {
    #social-menu-header {
        margin-right: 0!important
    }
}

@media screen and (min-width:577px) {
    .padding-top-evento form input#Data {
        max-width: 265px
    }
}

@media screen and (min-width:768px) {
    .data-maluka {
        margin-top: 10px
    }
    .input-data-maluka {
        margin-bottom: -15px
    }
}

@media screen and (min-width:992px) {
    .ajuste-padding-maluka {
        padding-top: 300px!important
    }
}

.dark-title {
    color: #fff!important
}

@media screen and (min-width:577px) {
    .top-100 {
        margin-top: 100px
    }
}

.modal-body section {
    padding: 1rem 0!important
}

.modal-body section#info-evento {
    line-height: 1.4em!important
}

.modal-header {
    border-radius: 3px 3px 0 0
}

.modal-title {
    color: #fff!important;
    text-shadow: .1px 2.1px .1px #696969
}

::-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: .4px .4px .8px #6b6b6b;
    border: none;
    background: #fff
}

button.mais:focus {
    outline: 0
}

@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 (min-width:577px) {
    .caixa-minha-compra h2 {
        color: #fff;
        text-align: center;
        font-size: 2.3em;
        font-weight: 700;
        margin: 0 10px 10px 10px;
        text-shadow: .3px .3px .3px #000
    }
    .caixa-minha-compra h3 {
        color: #fff;
        text-align: center;
        font-size: 1.3em;
        font-weight: 500;
        text-transform: unset;
        border: none;
        text-shadow: .3px .3px .3px #000
    }
    .caixa-minha-compra h3:after {
        background: 0 0!important
    }
}

@media screen and (max-width:576px) {
    .caixa-minha-compra h2 {
        color: #fff;
        text-align: center;
        font-size: 1.9em;
        font-weight: 600;
        margin: 0 10px 10px 10px;
        text-shadow: .3px .3px .3px #000
    }
    .caixa-minha-compra h3 {
        color: #fff;
        text-align: center;
        font-size: 1em;
        font-weight: 400;
        text-transform: unset;
        border: none;
        text-shadow: .3px .3px .3px #000
    }
    .caixa-minha-compra h3:after {
        background: 0 0!important
    }
}

@media screen and (min-width:577px) {
    .caixa-minha-compra h2 {
        color: #fff!important;
        text-align: center;
        font-size: 2.3em;
        font-weight: 700;
        margin: 0 10px 10px 10px;
        text-shadow: .3px .3px .3px #000
    }
}

.caixa-minha-compra {
    width: 100%;
    background-color: #5c5c5c!important;
    padding: 20px 30px 15px 30px!important;
    margin: 0!important;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1)
}

.box-compra-cart {
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1);
    padding: 20px 0 20px 0;
    background-color: transparent
}

@media screen and (max-width:991px) {
    .title-produto {
        display: flex;
        align-self: center
    }
    .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%
    }
}

.img-cart img {
    border-radius: 4px;
    box-shadow: .5px .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
    }
}

@media screen and (max-width:576px) {
    .display-mobile-none {
        display: none!important
    }
}

.btn-carrinho {
    background: #03c101!important;
    border: 0;
    font-size: 1.6em!important;
    text-shadow: 0 .1px .2px #525252;
    padding: 8px 15px 8px 15px;
    min-width: 300px;
    margin-top: 20px;
    box-shadow: 2px 2px 2px 0 rgba(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
    }
}

.caixa-form {
    width: 100%;
    max-width: 420px;
    min-height: 400px;
    height: auto;
    float: left;
    transition: all .25s;
    box-shadow: 0 .2rem .5rem #00000036;
    border-radius: 6px;
    background-color: #fff;
    padding: 10px 30px;
    margin-left: 6px
}

.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
}

@media screen and (min-width:502px) {
    #faixa-karta {
        background-image: url(https://i0.statig.com.br/hopihari/img/RodapePC.jpg)
    }
}

.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
    }
}

@media screen and (max-width:350px) {
    .r-t-1 {
        padding: 15px 0 8px 0!important
    }
}

@media screen and (max-width:691px) {
    .r-t-1 {
        display: flex;
        justify-content: center;
        font-weight: 700;
        color: #403f3f;
        padding: 15px 5px 5px 5px
    }
    .r-t-2 {
        display: flex;
        justify-content: center;
        font-weight: 700;
        color: #403f3f;
        padding: 15px 5px 5px 5px
    }
}

@media screen and (min-width:1px) and (max-width:991px) {
    .data-title-cart {
        font-weight: 700;
        margin-left: 15px;
        padding: 0;
        display: flex;
        justify-content: center;
        margin-top: 15px
    }
    span .info-carrinho {
        margin-top: -3px
    }
}

@media screen and (min-width:991px) {
    .data-title-cart {
        display: none
    }
}

@media screen and (min-width:1px) and (max-width:767px) {
    .data-title-cart {
        margin-top: 14px
    }
}

.email-senha {
    width: 300px;
    margin-top: 30px
}

.close-modal {
    margin: 3px 10px 0 0
}

.close-modal:focus {
    outline: 0!important
}

.centralizar-senha {
    margin-left: auto;
    margin-right: auto
}

.text-senha {
    text-align: center;
    font-size: 30px
}

.box-compra-senha {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 6px 20px 0 rgba(0, 0, 0, .1);
    padding: 20px
}

.width-senha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 15px 0
}

.margin-senha {
    width: 300px;
    display: flex!important;
    justify-content: center;
    align-content: center
}

.view-senha {
    width: 100%;
    max-width: 100%
}

.title-hopiNiver {
    padding: 15px 0;
    text-align: center
}

.title-hopiNiver h2 {
    color: #fff
}

.hopiNiver-icon {
    width: 20px;
    height: 20px
}

@media screen and (max-width:576px) {
    .img-hopiNiver {
        max-width: 350px
    }
}

.solidario-title {
    color: #f2c81c!important
}

@media screen and (min-width:991px) {
    .label-carinho-mobile {
        display: none!important
    }
}

@media screen and (max-width:992px) {
    .label-carrinho-desk {
        display: block!important
    }
}

.gastronomia {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 1px!important
}

span.count-cart {
    padding: 0 5px 0 5px;
    font-size: 12px;
    font-weight: 700;
    color: rgb(255 255 255);
    position: absolute;
    margin: -31px 5px 5px 18px;
    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;
    border: 1px solid #33cd67;
    border-radius: 28px;
    background-color: #33cd67
}

@media screen and (max-width:991px) {
    span.count-cart {
        padding: 0 5px 0 5px;
        font-size: 12px;
        font-weight: 700;
        color: rgb(255 255 255);
        position: absolute;
        margin: -28px 0 0 calc((100% + -27px)/ 2);
        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
    }
}

.carrinho-maior {
    width: 30px
}

.dropdownLogin {
    border-radius: 5px!important
}

.carrinho-maior {
    width: 30px
}

.dropdown-login {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, .9)!important;
    background-clip: padding-box;
    border: 1px solid #adadad;
    border-radius: .25rem
}

.sem-ingressos {
    font-size: 30px!important;
    margin: 45px 20px 45px 0
}

.login-icon-a {
    padding: 4px 12px 20px 12px;
    background-color: transparent!important;
    display: inline
}

.v-home {
    color: #fff
}

.login-icon-b {
    padding: 2px 12px 4px 12px;
    background-color: transparent!important;
    display: inline
}

.login-icon-b::after {
    top: 7px;
    position: relative
}

@media screen and (min-width:991px) {
    .mobileLogin {
        display: none!important
    }
    .user-svg-login {
        fill: #fff;
        height: 22px;
        width: 22px;
        padding: 0;
        margin: 0;
        position: relative;
        top: 6px
    }
}

@media screen and (max-width:991px) {
    .deskLogin {
        display: none!important
    }
    .user-svg-login {
        fill: #fff;
        height: 22px;
        width: 22px;
        padding: 0;
        margin: 0;
        position: relative
    }
}

.deskLogin a::after {
    position: relative;
    top: 9px
}

@media screen and (max-width:991px) {
    .login-t {
        margin: 0 0 0 5px;
        top: 3px;
        left: 3px
    }
}

@media screen and (min-width:992px) {
    .login-t {
        top: 8px;
        left: -5px
    }
}

.login-t {
    display: inline;
    position: relative
}

.login-t a {
    color: #fff
}

.login-t a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent!important
}

.centralizar-w100 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.c-loader {
    animation: is-rotating 1s infinite;
    border: 4px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: #a5c958;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    display: inline-block
}

@keyframes is-rotating {
    to {
        transform: rotate(1turn)
    }
}

form p {
    font-size: 17px!important
}

.bg-lazy.loaded:after {
    opacity: 0
}

@media screen and (min-width:992px) {
    .bg-lazy {
        width: 100%;
        height: 100%;
        min-height: 980px;
        margin: 0 auto;
        position: absolute;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1
    }
    .bg-lazy:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(200, 200, 200, .5);
        transition: opacity .3s ease
    }
}

@media screen and (max-width:576px) {
    .bg-lazy {
        width: 100%;
        height: 950px;
        margin: 0 auto;
        position: absolute;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1
    }
    .bg-lazy:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(200, 200, 200, .5);
        transition: opacity .3s ease
    }
}

@media screen and (min-width:577px) and (max-width:991px) {
    .bg-lazy {
        width: 100%;
        height: 950px;
        margin: 0 auto;
        position: absolute;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1
    }
    .bg-lazy:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(200, 200, 200, .5);
        transition: opacity .3s ease
    }
}

@media screen and (max-width:576px) {
    section.padding-eventos {
        padding: 4rem 0 8rem 0!important
    }
    section.padding-eventos-horror {
        padding: 4rem 0 13rem 0!important
    }
}

@media screen and (min-width:577px) and (max-width:991px) {
    section.padding-eventos {
        padding: 0 0 6rem 0!important
    }
    section.padding-eventos-horror {
        padding: 0 0 8rem 0!important
    }
}

@media screen and (min-width:992px) {
    section.padding-eventos {
        padding: 8rem 0 3rem 0!important
    }
    section.padding-eventos-horror {
        padding: 8rem 0 3rem 0!important
    }
}

@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%;
        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: 0!important
    }
}

.bg-faixa:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(200, 200, 200, .5);
    transition: opacity .3s ease
}

.bg-faixa.loaded:after {
    opacity: 0
}

@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
    }
}

.container-cadastro {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container-cadastro {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container-cadastro {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container-cadastro {
        max-width: 980px
    }
}

@media (min-width:1200px) {
    .container-cadastro {
        max-width: 1140px
    }
}

.caixa-cadastro {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 20px;
    margin: 10px
}

@media (min-width:992px) {
    .input-c::-webkit-input-placeholder {
        color: #9dadc0;
        font-size: 14px
    }
    .input-c::-moz-placeholder {
        color: #9dadc0;
        font-size: 14px
    }
    .input-c:-ms-input-placeholder {
        color: #9dadc0;
        font-size: 14px
    }
    .input-c:-moz-placeholder {
        color: #9dadc0;
        font-size: 14px
    }
}

@media (max-width:992px) {
    .input-c::-webkit-input-placeholder {
        color: #9dadc0;
        font-size: 16px
    }
    .input-c::-moz-placeholder {
        color: #9dadc0;
        font-size: 16px
    }
    .input-c:-ms-input-placeholder {
        color: #9dadc0;
        font-size: 16px
    }
    .input-c:-moz-placeholder {
        color: #9dadc0;
        font-size: 16px
    }
    .container-cadastro label {
        font-weight: 500
    }
}