/*!CSS Used from: assets/plugins/global/plugins.bundle.css*/
:root {
    --tagify-dd-color-primary: rgb(53, 149, 246);
    --tagify-dd-bg-color: white
}

.la {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.la-envelope:before {
    content: "\f0e0"
}

.la-phone:before {
    content: "\f095"
}

.la-suitcase:before {
    content: "\f0f2"
}

.la-tag:before {
    content: "\f02b"
}

.la-user:before {
    content: "\f007"
}

.la {
    font-family: line awesome free;
    font-weight: 900
}

.bi::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bi-envelope::before {
    content: "\f32f"
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-check:before {
    content: "\f00c"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-user:before {
    content: "\f007"
}

.fa-star:before {
    content: "\f005"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-phone:before {
    content: "\f095"
}

.fa-ticket:before {
    content: "\f02b"
}

.fa {
    font-family: "font awesome 5 free"
}

.fa {
    font-weight: 900
}

.fs-4 {
    font-size: 1.25rem !important
}

.lh-sm {
    line-height: 1.25 !important
}

.fs-2x {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-4x {
    font-size: calc(1.525rem + 3.3vw) !important
}

.pt-0 {
    padding-top: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
}

@media(min-width:1200px) {
    .fs-2x {
        font-size: 2rem !important
    }

    .fs-4x {
        font-size: 4rem !important
    }
}

.border-0 {
    border: 0 !important
}

.border {
    border: 1px solid #47be7d !important
}

body {
    --fc-event-border-color: #009EF7;
    --fc-event-bg-color: #009EF7;
    --fc-event-text-color: #FFFFFF
}

.destaque {
    display: inline;
    font-size: 19px;
    font-weight: 600
}

figure {
    margin: 0;
    padding: 0
}

.titulo {
    color: #071820;
    font-family: open sans, Sans-serif;
    font-size: 45px !important;
    font-weight: 700 !important;
    line-height: 1.1em !important
}

@media(max-width:767px) {
    .titulo {
        font-size: 2.6em !important
    }
}

/*!CSS Used from: assets/css/style.bundle.css*/
:root {
    --bs-blue: #009ef6;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-gray: #7E8299;
    --bs-gray-dark: #3F4254;
    --bs-gray-100: #F5F8FA;
    --bs-gray-200: #EFF2F5;
    --bs-gray-300: #E4E6EF;
    --bs-gray-400: #B5B5C3;
    --bs-gray-500: #A1A5B7;
    --bs-gray-600: #7E8299;
    --bs-gray-700: #5E6278;
    --bs-gray-800: #3F4254;
    --bs-gray-900: #181C32;
    --bs-white: #ffffff;
    --bs-light: #F5F8FA;
    --bs-primary: #009EF7;
    --bs-secondary: #E4E6EF;
    --bs-success: #50CD89;
    --bs-info: #7239EA;
    --bs-warning: #FFC700;
    --bs-danger: #F1416C;
    --bs-dark: #181C32;
    --bs-white-rgb: 255, 255, 255;
    --bs-light-rgb: 245, 248, 250;
    --bs-primary-rgb: 0, 158, 247;
    --bs-secondary-rgb: 228, 230, 239;
    --bs-success-rgb: 80, 205, 137;
    --bs-info-rgb: 114, 57, 234;
    --bs-warning-rgb: 255, 199, 0;
    --bs-danger-rgb: 241, 65, 108;
    --bs-dark-rgb: 24, 28, 50;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 24, 28, 50;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: Poppins, Helvetica, "sans-serif";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #181C32;
    --bs-body-bg: #ffffff
}

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

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #181c32
}

h1 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width:1200px) {
    h1 {
        font-size: 1.75rem
    }
}

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

b,
strong {
    font-weight: 600
}

a {
    color: #009ef7;
    text-decoration: none
}

a:hover {
    color: #006dab;
    text-decoration: underline
}

img {
    vertical-align: middle
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 600;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 600;
    line-height: 1.2
}

@media(min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
    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
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

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

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

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

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

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

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

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

@media(min-width:576px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .fs-sm-3 {
        font-size: calc(1.26rem + .12vw) !important
    }

    .fs-sm-6 {
        font-size: 1.075rem !important
    }

    .fs-sm-1 {
        font-size: 1.75rem !important
    }
}

@media(min-width:768px) {
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }
}

@media(min-width:1200px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    appearance: none;
    border-radius: .475rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }

    .carousel-item {
        transition: none
    }
}

.form-control:focus {
    color: #181c32;
    background-color: #fff;
    border-color: #b5b5c3;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(0, 158, 247, .25)
}

.form-control::placeholder {
    color: #a1a5b7;
    opacity: 1
}

.form-control:disabled {
    background-color: #eff2f5;
    opacity: 1
}

.form-select {
    display: block;
    width: 100%;
    padding: .75rem 3rem .75rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjN0U4Mjk5JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid #e4e6ef;
    border-radius: .475rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #b5b5c3;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(0, 158, 247, .25)
}

.form-select:disabled {
    background-color: #eff2f5
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #181c32
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .75rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    text-align: center;
    white-space: nowrap;
    background-color: #f5f8fa;
    border: 1px solid #e4e6ef;
    border-radius: .475rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: .475rem;
    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 {
        transition: none
    }
}

.btn:hover {
    color: #181c32;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 158, 247, .25)
}

.btn.active,
.btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.active:focus,
.btn:active:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 158, 247, .25), inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn:disabled {
    pointer-events: none;
    opacity: .6;
    box-shadow: none
}

.btn-primary {
    color: #000;
    background-color: #009ef7;
    border-color: #009ef7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-primary:hover {
    color: #000;
    background-color: #26adf8;
    border-color: #1aa8f8
}

.btn-primary:focus {
    color: #000;
    background-color: #26adf8;
    border-color: #1aa8f8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(0, 134, 210, .5)
}

.btn-primary:active {
    color: #000;
    background-color: #33b1f9;
    border-color: #1aa8f8
}

.btn-primary:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(0, 134, 210, .5)
}

.btn-primary:disabled {
    color: #000;
    background-color: #009ef7;
    border-color: #009ef7
}

.btn-success {
    color: #000;
    background-color: #50cd89;
    border-color: #50cd89;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-success:hover {
    color: #000;
    background-color: #6ad59b;
    border-color: #62d295
}

.btn-success:focus {
    color: #000;
    background-color: #6ad59b;
    border-color: #62d295;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(68, 174, 116, .5)
}

.btn-success.active,
.btn-success:active {
    color: #000;
    background-color: #73d7a1;
    border-color: #62d295
}

.btn-success.active:focus,
.btn-success:active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .25rem rgba(68, 174, 116, .5)
}

.btn-success:disabled {
    color: #000;
    background-color: #50cd89;
    border-color: #50cd89
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eff2f5;
    border-radius: .475rem;
    box-shadow: none
}

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

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eff2f5
}

.card-header:first-child {
    border-radius: calc(.475rem - 1px) calc(.475rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: #fff;
    border-top: 1px solid #eff2f5
}

.card-footer:last-child {
    border-radius: 0 0 calc(.475rem - 1px) calc(.475rem - 1px)
}

.link-light {
    color: #f5f8fa
}

.link-light:focus,
.link-light:hover {
    color: #f7f9fb
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.shadow-sm {
    box-shadow: 0 .1rem 1rem .25rem rgba(0, 0, 0, .05) !important
}

.border-primary {
    border-color: #009ef7 !important
}

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

.h-30px {
    height: 30px !important
}

.h-40px {
    height: 40px !important
}

.h-50px {
    height: 50px !important
}

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

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

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

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

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

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

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

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

.order-first {
    order: -1 !important
}

.order-2 {
    order: 2 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.mt-3 {
    margin-top: .75rem !important
}

.mt-5 {
    margin-top: 1.25rem !important
}

.mt-10 {
    margin-top: 2.5rem !important
}

.mt-15 {
    margin-top: 3.75rem !important
}

.mt-20 {
    margin-top: 5rem !important
}

.my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}

.my-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: .75rem !important
}

.me-5 {
    margin-right: 1.25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: .75rem !important
}

.mb-4 {
    margin-bottom: 1rem !important
}

.mb-5 {
    margin-bottom: 1.25rem !important
}

.mb-10 {
    margin-bottom: 2.5rem !important
}

.mb-15 {
    margin-bottom: 3.75rem !important
}

.mb-20 {
    margin-bottom: 5rem !important
}

.ms-1 {
    margin-left: .25rem !important
}

.mb-n1 {
    margin-bottom: -.25rem !important
}

.mb-n5 {
    margin-bottom: -12rem !important
}

.p-3 {
    padding: .75rem !important
}

.p-4 {
    padding: 1rem !important
}

.p-5 {
    padding: 1.25rem !important
}

.p-10 {
    padding: 2.5rem !important
}

.p-15 {
    padding: 3.75rem !important
}

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

.px-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important
}

.px-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important
}

.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
}

.py-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important
}

.pt-10 {
    padding-top: 2.5rem !important
}

.pe-5 {
    padding-right: 1.25rem !important
}

.pb-5 {
    padding-bottom: 1.25rem !important
}

.ps-10 {
    padding-left: 2.5rem !important
}

.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

.fs-2 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-3 {
    font-size: calc(1.26rem + .12vw) !important
}

.fs-8 {
    font-size: .85rem !important
}

.fs-5x {
    font-size: calc(1.625rem + 4.5vw) !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 500 !important
}

.text-start {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-wrap {
    white-space: normal !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #005C8F !important;
/*    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important*/
}

.rounded-3 {
    border-radius: .775rem !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

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

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

    .h-sm-25px {
        height: 25px !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .p-sm-4 {
        padding: 1rem !important
    }

    .p-sm-5 {
        padding: 1.25rem !important
    }

    .p-sm-10 {
        padding: 2.5rem !important
    }

    .p-sm-15 {
        padding: 3.75rem !important
    }

    .p-sm-20 {
        padding: 5rem !important;
    }

    .text-sm-start {
        text-align: left !important
    }

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

    .mb-sm-n5 {
        margin-bottom: -25rem !important
    }
}

@media(min-width:768px) {
    .order-md-1 {
        order: 1 !important
    }
}

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

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

    .w-lg-225px {
        width: 225px !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .mt-lg-10 {
        margin-top: 2.5rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }
}

@media(min-width:1200px) {
    .fs-2 {
        font-size: 1.5rem !important
    }

    .fs-3 {
        font-size: 1.35rem !important
    }

    .fs-5x {
        font-size: 5rem !important
    }
}

:root {
    --bs-light-primary: #F1FAFF;
    --bs-active-primary: #0095E8;
    --bs-light-success: #E8FFF3;
    --bs-active-success: #47BE7D;
    --bs-light-info: #F8F5FF;
    --bs-active-info: #5014D0;
    --bs-light-warning: #FFF8DD;
    --bs-active-warning: #F1BC00;
    --bs-light-danger: #FFF5F8;
    --bs-active-danger: #D9214E;
    --bs-light-dark: #EFF2F5;
    --bs-active-dark: #131628;
    --bs-gray-100: #F5F8FA;
    --bs-gray-200: #EFF2F5;
    --bs-gray-300: #E4E6EF;
    --bs-gray-400: #B5B5C3;
    --bs-gray-500: #A1A5B7;
    --bs-gray-600: #7E8299;
    --bs-gray-700: #5E6278;
    --bs-gray-800: #3F4254;
    --bs-gray-900: #181C32;
    --bs-xs: 0;
    --bs-sm: 576px;
    --bs-md: 768px;
    --bs-lg: 992px;
    --bs-xl: 1200px;
    --bs-xxl: 1400px;
    --bs-border-color: #EFF2F5;
    --bs-border-dashed-color: #E4E6EF
}

.bg-light {
    --bg-color: 245, 248, 250
}

.bg-primary {
    --bg-color: 0, 158, 247
}

.bg-lighten {
    background-color: #f5f8fa !important
}

.flex-root {
    flex: 1
}

.flex-column-fluid {
    flex: 1 0 auto
}

.flex-center {
    justify-content: center;
    align-items: center
}

.text-white {
    color: #fff !important
}

.text-light {
    color: #f5f8fa !important
}

.text-dark {
    color: #181c32 !important
}

.text-gray-400 {
    color: #b5b5c3 !important
}

.text-gray-600 {
    color: #7e8299 !important
}

.text-gray-700 {
    color: #5e6278 !important
}

.text-gray-800 {
    color: #3f4254 !important
}

i {
    line-height: 1;
    font-size: 1rem;
    color: #a1a5b7
}

a {
    transition: color .2s ease, background-color .2s ease
}

a:hover {
    transition: color .2s ease, background-color .2s ease
}

.separator {
    display: block;
    height: 0;
    border-bottom: 1px solid #eff2f5
}

.card {
    border: 1px solid #eff2f5;
    box-shadow: none
}

.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding: 0 2.25rem;
    background-color: transparent;
    border-bottom: 1px solid #eff2f5
}

.card .card-body {
    padding: 2rem 2.25rem
}

.card .card-footer {
    padding: 2rem 2.25rem;
    background-color: transparent;
    border-top: 1px solid #eff2f5
}

@media(max-width:767.98px) {
    .card>.card-header:not(.flex-nowrap) {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}

.btn {
    outline: 0 !important;
}

.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg) {
    box-shadow: none
}

.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0;
    padding: calc(.75rem + 1px) calc(1.5rem + 1px)
}

.btn i {
    display: inline-flex;
    font-size: 1rem;
    padding-right: .35rem;
    vertical-align: middle;
    line-height: 0
}

.btn.btn-primary {
    color: #fff;
    border-color: #009ef7;
    background-color: #009ef7
}

.btn.btn-primary i {
    color: #fff
}

.btn.btn-primary:active:not(.btn-active) i,
.btn.btn-primary:focus:not(.btn-active) i,
.btn.btn-primary:hover:not(.btn-active) i {
    color: #fff
}

.btn.btn-success {
    color: #fff;
    border-color: #50cd89;
    background-color: #50cd89
}

.btn.btn-success i {
    color: #fff
}

.btn.btn-success.active,
.btn.btn-success:active:not(.btn-active),
.btn.btn-success:focus:not(.btn-active),
.btn.btn-success:hover:not(.btn-active) {
    color: #fff;
    border-color: #47be7d;
    background-color: #47be7d !important
}

.btn.btn-success:active:not(.btn-active) i,
.btn.btn-success:focus:not(.btn-active) i,
.btn.btn-success:hover:not(.btn-active) i {
    color: #fff
}

.btn.btn-color-gray-400 {
    color: #54545E
}

.form-control {
    box-shadow: none !important
}

.form-select {
    box-shadow: none !important
}

.svg-icon {
    line-height: 1
}

[data-kt-drawer=true] {
    display: none
}

@media(min-width:992px) {

    div,
    span {
        scrollbar-width: thin;
        scrollbar-color: #eff2f5 transparent
    }

    div::-webkit-scrollbar,
    span::-webkit-scrollbar {
        width: .4rem;
        height: .4rem
    }

    div::-webkit-scrollbar-thumb,
    span::-webkit-scrollbar-thumb {
        background-color: #eff2f5
    }

    div:hover,
    span:hover {
        scrollbar-color: #e9edf1 transparent
    }

    div:hover::-webkit-scrollbar-thumb,
    span:hover::-webkit-scrollbar-thumb {
        background-color: #e9edf1
    }
}

html {
    font-family: sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px !important;
    font-weight: 400;
    font-family: open sans, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media(max-width:991.98px) {

    body,
    html {
        font-size: 13px !important
    }
}

@media(max-width:767.98px) {

    body,
    html {
        font-size: 12px !important
    }
}

body {
    display: flex;
    flex-direction: column;
    color: #181c32
}

body {
    background-color: #fff
}

@media(min-width:992px) {
    body.header-fixed {
        padding-top: 94px
    }

    .wrapper {
        transition: padding-left ease, margin-right ease
    }
}

@media(max-width:991.98px) {
    body.header-tablet-and-mobile-fixed {
        padding-top: 70px
    }
}

.header {
    background-color: #fff
}

.header .header-menu {
    display: flex
}

@media(min-width:992px) {
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 2;
        height: 94px;
        transition: height .3s ease;
        border-bottom: 1px solid #e4e6ef
    }

    .header-fixed .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 102;
        background-color: #fff;
        height: 94px;
        padding: 0;
        transition: height .3s ease
    }
}

@media(max-width:991.98px) {
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        border-bottom: 1px solid #e4e6ef;
        transition: height .3s ease;
        position: relative;
        z-index: 3
    }

    .header-tablet-and-mobile-fixed .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 102;
        height: 70px;
        background-color: #fff;
        transition: height .3s ease
    }

    .header .header-menu {
        display: none;
        z-index: 101
    }
}

@media(min-width:992px) {
    .container {
        padding: 0 30px
    }
}

@media(max-width:991.98px) {
    .container {
        max-width: none;
        padding: 0 15px
    }
}

/*!CSS Used from: custom.css*/
.header-image {
    background: url(../../img/barbearia.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.header-container {
    background-color: rgba(14, 61, 86, .5) !important
}

.bg-lighten {
    background-color: rgb(242, 243, 248, 1) !important
}

.img-clientes {
    background-color: #fff !important;
    border-radius: 2px !important;
    border-top: 1px solid #e7e7e5 !important;
    box-shadow: 0 0 4px 0 rgb(0 0 0/10%) !important;
    max-width: 100% !important;
    padding: 6px !important
}

.section-blue {
    background: url(../../img/misc/fundoAzul.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important
}

.text-blue {
    color: #1479fb !important
}

.fa-check {
    color: #fff
}

.form-inscricao {
    background-color: #2961aa !important;
    padding: 30px;
    border-radius: 5px !important
}

.font-size-30px {
    font-size: 30px !important
}

a {
    text-decoration: none !important
}

a:focus,
a:hover {
    text-decoration: underline !important
}

.acesso-celular {
    margin-top: 95px !important
}

.botao-vinho {
    background-color: #a00e49 !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #a00e49 !important
}

.botao-vinho:hover {
    background-color: #fafafa !important;
    color: #a00e49 !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #a00e49 !important;
    text-decoration: none !important
}

.botao-laranja {
    background-color: #ff9600 !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #ff9600 !important;
    color: #292929 !important;
}

.botao-laranja:hover {
    background-color: #fafafa !important;
    color: #ff9600 !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #ff9600 !important;
    text-decoration: none !important
}

.botao-verde {
    background-color: #166438 !important;
    color: #fafafa
}

.botao-verde:hover {
    background-color: #2ab564 !important;
    color: #fafafa !important;
    text-decoration: none !important
}

.botao-verde:active {
    background-color: #166438 !important;
    color: #fafafa
}

.font-size-text-md {
    font-size: 19px !important;
    font-weight: 300
}

.header-text {
    margin: 7px 0;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.1 !important
}

.list-text {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.1 !important;
    margin: 0
}

.header-title {
    font-size: 34px
}

.letter-spaced {
    letter-spacing: .1em
}

.word-break {
    word-break: break-all !important
}

.icone {
    font-size: 19px
}

.subtitulo-fomulario {
    font-weight: 400 !important;
    font-size: 40px
}

.imagem-migracao {
    width: 140;
    height: 140px
}

.w-1100px {
    width: 1100px !important
}

.header {
    height: 75px !important
}

.header-fixed {
    padding-top: 75px !important
}

.btn-success {
    background-color: #01AE4D !important;
    color: #000000;
}

.font-size-title-md {
    font-size: 25px !important
}

.link-text-white {
    color: #fafafa !important;
    text-decoration: none !important
}

.blue-gradient {
    background: linear-gradient(90deg, #1E90FF 0%, #0000CD 100%)
}

.price-sign {
    font-size: 18px;
    position: absolute;
    margin-left: -30px
}

html {
    scroll-behavior: smooth !important
}

.toastr-bottom-right {
    bottom: 12px !important;
    right: 18px !important
}

.text-yellow {
    color: #e8e432 !important
}

.border {
    border: 1px solid #47be7d !important
}

.fs-1 {
    font-size: 1.75rem !important
}

a.link_suporte:link,
a.link_suporte:visited,
a.link_suporte:hover,
a.link_suporte:active {
    text-decoration: none !important;
    color: #fff
}

.collapse:not(.show) {
    display: none
}

.carousel {
    position: relative
}

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

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

.carousel-item.active {
    display: block
}

.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
}

.fs-suporte {
    font-size: 20px
}

@media(min-width:576px) {
    .fs-sm-suporte {
        font-size: 30px
    }
}

/********** Range Input Styles **********/
/*Range Reset*/
input[type="range"] {
   -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 100%;
}

/* Removes default focus */
input[type="range"]:focus {
  outline: none;
}

/***** Chrome, Safari, Opera and Edge Chromium styles *****/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
   background-color: #fff;
   border-radius: 100px;
   height: 0.5rem;  
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
   appearance: none;
   margin-top: -10px; /* Centers thumb on the track */

   /*custom styles*/
   background-color: #fff;
   height: 2rem;
   width: 2rem;
   border-radius: 100px;
}

input[type="range"]:focus::-webkit-slider-thumb {   
  border: 1px solid #fff;
  border-radius: 100px;
}

/******** Firefox styles ********/
/* slider track */
input[type="range"]::-moz-range-track {
   background-color: #fff;
   border-radius: 0.5rem;
   height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
   border: none; /*Removes extra border that FF applies*/
   border-radius: 100px; /*Removes default border-radius that FF applies*/

   /*custom styles*/
   background-color: #fff;
   height: 2rem;
   width: 2rem;
}