@charset "UTF-8";

:root {
    --bs-teal: #8fefbc;
    --bs-red: #f57878;
    --bs-white: #fff;
    --bs-primary: #8fefbc;
    --bs-secondary: #2b3348;
    --bs-cinza: #8b8b8b;
    --bs-primary-rgb: 143, 239, 188;
    --bs-secondary-rgb: 43, 51, 72;
    --bs-cinza-rgb: 139, 139, 139;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 43, 51, 72;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1.4rem;
    --bs-body-font-weight: 300;
    --bs-body-line-height: 1.5;
    --bs-body-color: #2b3348;
    --bs-body-bg: #fff
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    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);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2.5rem;
    margin-top: 0
}

.h1,
h1 {
    font-size: 4.5rem
}

.h2,
h2 {
    font-size: 4rem
}

.h3,
h3 {
    font-size: 3.5rem
}

.h4,
h4 {
    font-size: 3.3rem
}

.h5,
h5 {
    font-size: 3rem
}

.h6,
h6 {
    font-size: 2.5rem
}

p {
    margin-bottom: 2.2rem;
    margin-top: 0
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

dl,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 600
}

b,
strong {
    font-weight: 700
}

a {
    color: #2b3348;
    text-decoration: none
}

a:hover {
    color: #6fcf97
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
pre {
    direction: ltr;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: #d63384;
    font-size: .875em
}

a>code {
    color: inherit
}

img,
svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #6c757d;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[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
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.list-unstyled {
    list-style: none;
    padding-left: 0
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 1.6rem);
    padding-right: var(--bs-gutter-x, 1.6rem);
    width: 100%
}

@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: 1080px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1128px
    }
}

.row {
    --bs-gutter-x: 3.2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    flex: 1 0 0%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:768px) {
    .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%
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }
}

@media (min-width:1200px) {
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #2b3348;
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: #2b3348;
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: #2b3348;
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    border-color: #dee2e6;
    color: #2b3348;
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding: 1.5rem 1rem
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:first-child) {
    border-top: 2px solid
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #8fefbc;
    border-radius: 5px;
    color: #2b3348;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 1.4rem 2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    background-color: #fff;
    border-color: #c7f7de;
    box-shadow: 0 0 0 .25rem rgba(143, 239, 188, .25);
    color: #2b3348;
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #2b3348;
    opacity: 1
}

.form-control::placeholder {
    color: #2b3348;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    -webkit-margin-end: 2rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #2b3348;
    margin: -1.4rem -2rem;
    margin-inline-end: 2rem;
    padding: 1.4rem 2rem;
    pointer-events: none;
    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) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    -webkit-margin-end: 2rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #2b3348;
    margin: -1.4rem -2rem;
    margin-inline-end: 2rem;
    padding: 1.4rem 2rem;
    pointer-events: none;
    -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) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

textarea.form-control {
    min-height: calc(1.5em + 2.8rem + 2px)
}

.form-select {
    -moz-padding-start: calc(2rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 2rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #8fefbc;
    border-radius: 5px;
    color: #2b3348;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 1.4rem 6rem 1.4rem 2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #c7f7de;
    box-shadow: 0 0 0 .25rem rgba(143, 239, 188, .25);
    outline: 0
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: 2rem
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #2b3348
}

.was-validated .form-control:valid {
    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='%23198754' d='M2.3 6.73.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-position: right calc(.375em + .7rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + 1.4rem) calc(.75em + 1.4rem);
    border-color: #198754;
    padding-right: calc(1.5em + 2.8rem)
}

.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid {
    background-position: top calc(.375em + .7rem) right calc(.375em + .7rem);
    padding-right: calc(1.5em + 2.8rem)
}

.was-validated .form-select:valid {
    border-color: #198754
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.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-position: right 2rem center, center right 6rem;
    background-size: 16px 12px, calc(.75em + 1.4rem) calc(.75em + 1.4rem);
    padding-right: 11rem
}

.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.invalid-feedback {
    color: #f57878;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.was-validated :invalid~.invalid-feedback {
    display: block
}

.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F57878'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23F57878' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .7rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + 1.4rem) calc(.75em + 1.4rem);
    border-color: #f57878;
    padding-right: calc(1.5em + 2.8rem)
}

.was-validated .form-control:invalid:focus {
    border-color: #f57878;
    box-shadow: 0 0 0 .25rem hsla(0, 86%, 72%, .25)
}

.was-validated textarea.form-control:invalid {
    background-position: top calc(.375em + .7rem) right calc(.375em + .7rem);
    padding-right: calc(1.5em + 2.8rem)
}

.was-validated .form-select:invalid {
    border-color: #f57878
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F57878'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23F57878' stroke='none'/%3E%3C/svg%3E");
    background-position: right 2rem center, center right 6rem;
    background-size: 16px 12px, calc(.75em + 1.4rem) calc(.75em + 1.4rem);
    padding-right: 11rem
}

.was-validated .form-select:invalid:focus {
    border-color: #f57878;
    box-shadow: 0 0 0 .25rem hsla(0, 86%, 72%, .25)
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 20rem;
    color: #2b3348;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 1.6rem 3.7rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #2b3348
}

.btn:focus {
    box-shadow: 0 0 0 .25rem rgba(143, 239, 188, .25);
    outline: 0
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: .65;
    pointer-events: none
}

.btn-primary {
    background-color: #8fefbc;
    border-color: #8fefbc;
    color: #2b3348
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #a0f1c6;
    border-color: #9af1c3;
    color: #2b3348
}

.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(128, 211, 171, .5)
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #a5f2c9;
    border-color: #9af1c3;
    color: #2b3348
}

.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(128, 211, 171, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #8fefbc;
    border-color: #8fefbc;
    color: #2b3348
}

.btn-outline-primary {
    border-color: #8fefbc;
    color: #8fefbc
}

.btn-outline-primary:hover {
    background-color: #8fefbc;
    border-color: #8fefbc;
    color: #2b3348
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(143, 239, 188, .5)
}

.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: #8fefbc;
    border-color: #8fefbc;
    color: #2b3348
}

.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(143, 239, 188, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #8fefbc
}

.btn-outline-secondary {
    border-color: #2b3348;
    color: #2b3348
}

.btn-outline-secondary:hover {
    background-color: #2b3348;
    border-color: #2b3348;
    color: #fff
}

.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(43, 51, 72, .5)
}

.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    background-color: #2b3348;
    border-color: #2b3348;
    color: #fff
}

.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(43, 51, 72, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #2b3348
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #8fefbc;
    border: 1px solid #8fefbc;
    border-radius: 2rem;
    color: #fff;
    display: none;
    font-size: 1.5rem;
    list-style: none;
    margin: 0;
    min-width: 10rem;
    padding: 1.5rem 0;
    position: absolute;
    text-align: left;
    z-index: 1000
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: .125rem;
    top: 100%
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0
}

.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: .125rem;
    margin-top: 0;
    top: auto
}

.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: .125rem;
    margin-top: 0;
    right: auto;
    top: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: .125rem;
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #fff;
    display: block;
    font-weight: 500;
    padding: .7rem 3rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #7cd0a4;
    color: #fff
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #8fefbc;
    color: #fff;
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: .5rem;
    padding-top: .5rem;
    position: relative
}

.navbar>.container {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 20rem;
    font-size: 1.75rem;
    line-height: 1;
    padding: .25rem .75rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem;
    outline: 0;
    text-decoration: none
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 2.2rem;
        padding-right: 2.2rem
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.accordion-button {
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #2b3348;
    display: flex;
    font-size: 1.4rem;
    overflow-anchor: none;
    padding: 1rem 0;
    position: relative;
    text-align: left;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 #cbd4dc
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transform: rotate(-180deg)
}

.accordion-button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232B3348'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    flex-shrink: 0;
    height: 1.25rem;
    margin-left: auto;
    transition: transform .2s ease-in-out;
    width: 1.25rem
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #cbd4dc
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-body {
    padding: 1rem 0
}

.btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: .5;
    padding: .25em;
    width: 1em
}

.btn-close:hover {
    color: #000;
    opacity: .75;
    text-decoration: none
}

.btn-close:focus {
    box-shadow: 0 0 0 .25rem rgba(143, 239, 188, .25);
    opacity: 1;
    outline: 0
}

.btn-close.disabled,
.btn-close:disabled {
    opacity: .25;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1055
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #282d46;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1050
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .94
}

.modal-header {
    align-items: center;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem 0
}

.modal-header .btn-close {
    margin: -.5rem 0 -.5rem auto;
    padding: .5rem 0
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 0;
    position: relative
}

@media (min-width:576px) {
    .modal-dialog {
        margin: 3rem auto;
        max-width: 464px
    }
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.overflow-hidden {
    overflow: hidden
}

.d-block {
    display: block
}

.d-grid {
    display: grid
}

.d-flex {
    display: flex
}

.d-none {
    display: none
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.position-fixed {
    position: fixed
}

.top-0 {
    top: 0
}

.top-50 {
    top: 50%
}

.start-0 {
    left: 0
}

.end-0 {
    right: 0
}

.border {
    border: 1px solid #dee2e6
}

.border-primary {
    border-color: #8fefbc
}

.border-2 {
    border-width: 2px
}

.w-100 {
    width: 100%
}

.flex-column {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.gap-2 {
    gap: 1rem
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.align-items-end {
    align-items: flex-end
}

.align-items-center {
    align-items: center
}

.mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-2 {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.my-3 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.my-4 {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.my-5 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem
}

.mt-1 {
    margin-top: .5rem
}

.mt-2 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 2.5rem
}

.mt-7 {
    margin-top: 3.5rem
}

.mt-8 {
    margin-top: 4rem
}

.mt-9 {
    margin-top: 4.5rem
}

.mt-10 {
    margin-top: 5rem
}

.mt-15 {
    margin-top: 7.5rem
}

.mt-auto {
    margin-top: auto
}

.me-1 {
    margin-right: .5rem
}

.me-2 {
    margin-right: 1rem
}

.me-3 {
    margin-right: 1.5rem
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .5rem
}

.mb-2 {
    margin-bottom: 1rem
}

.mb-3 {
    margin-bottom: 1.5rem
}

.mb-4 {
    margin-bottom: 2rem
}

.mb-5 {
    margin-bottom: 2.5rem
}

.mb-6 {
    margin-bottom: 3rem
}

.mb-7 {
    margin-bottom: 3.5rem
}

.mb-8 {
    margin-bottom: 4rem
}

.mb-10 {
    margin-bottom: 5rem
}

.mb-15 {
    margin-bottom: 7.5rem
}

.ms-3 {
    margin-left: 1.5rem
}

.ms-4 {
    margin-left: 2rem
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .5rem
}

.p-5 {
    padding: 2.5rem
}

.px-1 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-2 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-8 {
    padding-left: 4rem;
    padding-right: 4rem
}

.py-2 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.py-3 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.py-5 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

.py-6 {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.py-10 {
    padding-bottom: 5rem;
    padding-top: 5rem
}

.pt-3 {
    padding-top: 1.5rem
}

.pt-5 {
    padding-top: 2.5rem
}

.pt-6 {
    padding-top: 3rem
}

.pt-7 {
    padding-top: 3.5rem
}

.pt-10 {
    padding-top: 5rem
}

.pt-12 {
    padding-top: 6rem
}

.pt-13 {
    padding-top: 6.5rem
}

.pb-5 {
    padding-bottom: 2.5rem
}

.pb-9 {
    padding-bottom: 4.5rem
}

.pb-10 {
    padding-bottom: 5rem
}

.ps-5 {
    padding-left: 2.5rem
}

.fw-light {
    font-weight: 400
}

.fw-normal {
    font-weight: 500
}

.fw-bold {
    font-weight: 600
}

.fw-bolder {
    font-weight: 700
}

.lh-1 {
    line-height: 1
}

.text-start {
    text-align: left
}

.text-center {
    text-align: center
}

.text-decoration-underline {
    text-decoration: underline
}

.text-uppercase {
    text-transform: uppercase
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity))
}

.text-cinza {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-cinza-rgb), var(--bs-text-opacity))
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity))
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity))
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity))
}

.rounded-circle {
    border-radius: 50%
}

.visible {
    visibility: visible
}

@media (min-width:768px) {
    .d-md-block {
        display: block
    }

    .d-md-flex {
        display: flex
    }

    .d-md-none {
        display: none
    }

    .flex-md-row {
        flex-direction: row
    }

    .justify-content-md-between {
        justify-content: space-between
    }

    .align-items-md-center {
        align-items: center
    }

    .my-md-13 {
        margin-bottom: 6.5rem;
        margin-top: 6.5rem
    }

    .mt-md-4 {
        margin-top: 2rem
    }

    .mt-md-7 {
        margin-top: 3.5rem
    }

    .mt-md-13 {
        margin-top: 6.5rem
    }

    .mb-md-7 {
        margin-bottom: 3.5rem
    }

    .mb-md-10 {
        margin-bottom: 5rem
    }

    .mb-md-13 {
        margin-bottom: 6.5rem
    }

    .p-md-0 {
        padding: 0
    }

    .px-md-6 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .py-md-3 {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .py-md-10 {
        padding-bottom: 5rem;
        padding-top: 5rem
    }

    .pt-md-0 {
        padding-top: 0
    }

    .pt-md-20 {
        padding-top: 10rem
    }

    .pb-md-5 {
        padding-bottom: 2.5rem
    }

    .text-md-start {
        text-align: left
    }

    .text-md-end {
        text-align: right
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block
    }

    .d-lg-flex {
        display: flex
    }

    .d-lg-none {
        display: none
    }

    .justify-content-lg-end {
        justify-content: flex-end
    }

    .justify-content-lg-between {
        justify-content: space-between
    }

    .justify-content-lg-around {
        justify-content: space-around
    }

    .my-lg-0 {
        margin-bottom: 0;
        margin-top: 0
    }

    .mb-lg-0 {
        margin-bottom: 0
    }

    .mb-lg-5 {
        margin-bottom: 2.5rem
    }

    .mb-lg-10 {
        margin-bottom: 5rem
    }

    .mb-lg-15 {
        margin-bottom: 7.5rem
    }

    .ms-lg-0 {
        margin-left: 0
    }

    .px-lg-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .px-lg-6 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .py-lg-20 {
        padding-bottom: 10rem;
        padding-top: 10rem
    }

    .pt-lg-0 {
        padding-top: 0
    }

    .pt-lg-15 {
        padding-top: 7.5rem
    }

    .pt-lg-20 {
        padding-top: 10rem
    }

    .pe-lg-15 {
        padding-right: 7.5rem
    }

    .text-lg-start {
        text-align: left
    }

    .text-lg-end {
        text-align: right
    }
}

@media (min-width:1200px) {
    .d-xl-block {
        display: block
    }

    .justify-content-xl-end {
        justify-content: flex-end
    }

    .justify-content-xl-center {
        justify-content: center
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly
    }

    .px-xl-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media (min-width:1400px) {
    .ms-xxl-10 {
        margin-left: 5rem
    }
}

html {
    font-size: 9px
}

@media (min-width:1400px) {
    html {
        font-size: 10px
    }
}

@media (max-width:767.98px) {

    .h1,
    h1 {
        font-size: 3.8rem
    }

    .h2,
    h2 {
        font-size: 3.7rem
    }

    .h3,
    h3 {
        font-size: 3.2rem
    }

    .h4,
    h4 {
        font-size: 3rem
    }

    .h5,
    h5 {
        font-size: 2.7rem
    }
}

.wf-active body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Poppins, sans-serif
}

.font12 {
    font-size: 1.2rem
}

.font13 {
    font-size: 1.3rem
}

.font15 {
    font-size: 1.5rem
}

.font16 {
    font-size: 1.6rem
}

.font18 {
    font-size: 1.8rem
}

.font20 {
    font-size: 2rem
}

.font22 {
    font-size: 2.2rem
}

.btn-laranja {
    background-color: #ff6700;
    border-color: #ff6700;
    color: #fff
}

.btn-laranja:active,
.btn-laranja:focus,
.btn-laranja:hover {
    background-color: #de5900;
    border-color: #de5900;
    color: #fff
}

.text-cinza {
    color: #6d6d6d
}

.radius20 {
    border-radius: 2.07rem
}

.line12 {
    line-height: 1.2
}

.alert-success {
    background-color: #3ccc8a;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5rem;
    padding: 2rem 1rem
}

.main-header .main-menu {
    padding-bottom: 1.5rem;
    padding-top: 2rem;
    transition: all .5s ease;
    z-index: 999
}

@media (max-width:767.98px) {
    .main-header .main-menu {
        padding-top: 2rem
    }
}

.main-header .main-menu .logo-mob {
    max-height: 100%;
    transition: all .5s ease;
    width: 18rem
}

@media (min-width:1200px) {
    .main-header .main-menu .logo-mob {
        width: auto
    }
}

.main-header .main-menu .btn {
    transition: all .5s ease
}

.main-header .main-menu.shadow-sm {
    padding-bottom: 1.2rem;
    padding-top: 1rem
}

@media (max-width:767.98px) {
    .main-header .main-menu.shadow-sm {
        padding-bottom: 1rem;
        padding-top: 1rem
    }
}

@media (min-width:992px) {
    .main-header .main-menu.shadow-sm .btn {
        padding-bottom: .7rem;
        padding-top: .7rem
    }
}

.main-header .navbar-toggler:focus {
    box-shadow: none
}

.main-header .navbar-expand-lg {
    position: static
}

@media (max-width:991.98px) {
    .main-header .navbar-expand-lg .navbar-collapse {
        background-color: #fff;
        left: 0;
        max-height: 90vh;
        overflow-x: hidden;
        overflow-y: scroll;
        position: absolute;
        top: 100%;
        width: 100vw;
        z-index: 999
    }
}

.main-header .navbar-expand-lg .nav-link {
    font-size: 1.6rem;
    line-height: 2.4;
    white-space: nowrap
}

@media (min-width:992px) and (max-width:1199.98px) {
    .main-header .navbar-expand-lg .nav-link {
        padding-right: .3vw
    }
}

.main-header .navbar-expand-lg .menu-func>.selections {
    display: flex;
    flex-direction: column;
    height: 63rem;
    justify-content: space-evenly
}

@media (min-width:992px) {
    .main-header .navbar-expand-lg .menu-func>.selections {
        height: 81vh;
        max-height: 60rem
    }
}

@media (max-width:991.98px) {
    .main-header .navbar-collapse {
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
    }
}

.main-header .dropdown-item {
    color: #2b3348;
    font-weight: 600
}

.main-header .menu-func {
    background-color: #fffcf3;
    border: none;
    border-radius: 1rem;
    padding: 1rem 0;
    top: 5.5rem;
    width: 100%
}

@media (max-width:991.98px) {
    .main-header .menu-func {
        min-height: 65rem
    }
}

.main-header .menu-func .menu-item .card {
    align-items: center;
    border-radius: 1rem 0 0 1rem;
    color: #2b3348;
    cursor: pointer;
    display: grid;
    gap: .5rem;
    grid-template-columns: 1fr 5fr .5fr;
    margin: 1rem;
    padding: 2.8rem 1rem
}

.main-header .menu-func .menu-item .card p {
    margin-bottom: 0
}

.main-header .menu-func .menu-item .card .icone svg {
    width: 3.5rem
}

.main-header .menu-func .menu-item .card.active,
.main-header .menu-func .menu-item .card:active,
.main-header .menu-func .menu-item .card:hover {
    background-color: #2b3348;
    color: #2b3348
}

.main-header .menu-func .menu-item .card.bg-azul svg path {
    stroke: #2b3348;
    fill: #2b3348
}

.main-header .menu-func .menu-item .card.bg-azul .fill {
    fill: transparent
}

.main-header .menu-func .menu-item .card.bg-azul .fill-stroke {
    fill: #2b3348;
    stroke: #2b3348
}

.main-header .menu-func .menu-item .card.bg-azul.active,
.main-header .menu-func .menu-item .card.bg-azul:active,
.main-header .menu-func .menu-item .card.bg-azul:hover {
    background: #8fefbc;
    color: #2b3348
}

@media (min-width:992px) {
    .main-header .menu-func {
        border-radius: 1rem 0 0 1rem;
        left: -17rem;
        width: 50rem
    }

    .main-header .menu-func .menu-item .card {
        gap: 1rem;
        margin: .5rem 2rem
    }

    .main-header .menu-func .menu-item.active {
        background-color: #2b3348;
        color: #2b3348
    }

    .main-header .menu-func .menu-item.bg-azul {
        background: #8fefbc !important
    }

    .main-header .menu-func:before {
        border-bottom: 3rem solid #f6fefa;
        border-left: 3rem solid transparent;
        border-right: 3rem solid transparent;
        content: "";
        height: 0;
        left: 20rem;
        position: absolute;
        top: -3rem;
        width: 0
    }
}

@media (min-width:1200px) {
    .main-header .menu-func {
        left: -12rem
    }

    .main-header .menu-func:before {
        left: 15rem
    }
}

.main-header .menu-func .side {
    background: #2b3348;
    color: #2b3348;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 2rem 3rem;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%
}

.main-header .menu-func .side.bg-azul {
    background: #8fefbc
}

.main-header .menu-func .side>div {
    -ms-overflow-style: none;
    overflow: scroll;
    scrollbar-width: none
}

.main-header .menu-func .side>div::-webkit-scrollbar {
    display: none
}

@media (max-width:991.98px) {
    .main-header .menu-func .side {
        display: none;
        transition: all .2s ease;
        width: 101%
    }

    .main-header .menu-func .side.show {
        display: flex;
        right: 0
    }
}

.main-header .menu-func .side .submenu {
    font-size: 2rem
}

.main-header .menu-func .side .submenu b {
    font-size: 1.7rem;
    margin-top: 1rem
}

.main-header .menu-func .side .submenu ul {
    margin-bottom: 1.5rem
}

.main-header .menu-func .side .submenu ul li {
    margin-bottom: .8rem
}

.main-header .menu-func .side .submenu ul li a {
    text-decoration: underline;
    text-underline-position: under
}

.main-header .menu-func .side .submenu.todos ul {
    display: grid;
    gap: .5rem;
    grid-template-columns: 1fr 1fr
}

.main-header .menu-func .side a {
    color: #2b3348
}

@media (min-width:768px) {
    .main-header .menu-func .side {
        border-radius: 0 1rem 1rem 0
    }
}

.main-header .menu-func .btn-menu-todos,
.main-header .menu-func .btn-menu-voltar {
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.menu-entrar #navEntrar {
    --svgarrow: #3a2f77
}

.menu-entrar #navEntrar.show,
.menu-entrar #navEntrar:hover {
    --svgarrow: #fff
}

.menu-entrar .dropdown-menu {
    border-radius: 1.5rem
}

@media (min-width:992px) {
    .menu-entrar .dropdown-menu {
        top: 120%
    }

    .menu-entrar .dropdown-menu:after {
        border-color: transparent transparent #8fefbc;
        border-style: solid;
        border-width: 7px 6px;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: 15%;
        top: -15px;
        width: 0
    }
}

.menu-entrar .dropdown-menu li:last-child a {
    background-color: #282d46;
    color: #fff;
    padding-left: 1.3rem
}

.menu-entrar .dropdown-menu li:last-child a:hover {
    background-color: #6fcf97;
    color: #282d46
}

.menu-entrar .dropdown-item {
    border-radius: 1.1rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.main-footer .footgrad {
    background: linear-gradient(0deg, rgba(212, 239, 239, 0), rgba(212, 239, 239, .58))
}

.main-footer li {
    line-height: 2.1
}

.subfooter a {
    color: #8b8b8b
}

.subfooter a:hover {
    color: #2b3348
}

#soliciteDemo .btn-close {
    margin-right: 1rem;
    margin-top: 1rem
}

#soliciteDemo .btn {
    border-radius: 5px
}

.btn-submit-l .btn:disabled~div {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#soliciteDemo .modal-content .popup-in-popup {
    background-color: #f4fa8d;
    border-radius: 2rem;
    bottom: 0;
    font-size: 1.4rem;
    height: 27rem;
    left: 0;
    margin: auto 3rem;
    padding: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999
}

#soliciteDemo .modal-content .popup-in-popup a:active,
#soliciteDemo .modal-content .popup-in-popup a:focus,
#soliciteDemo .modal-content .popup-in-popup a:hover {
    color: #000
}

#soliciteDemo .modal-content .popup-in-popup .ops {
    font-size: 3.9rem
}

#soliciteDemo .alert {
    background-color: #8fefbc
}

#soliciteDemo .alert .ratio {
    border: 10px solid #f3fa8d
}

#soliciteDemo .destaque-alerta {
    background-color: #f3fa8d;
    margin-bottom: 2rem;
    padding: 2rem 1rem
}

#soliciteDemo .captcha .error-msg {
    color: #f57878;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.faixa-destaque {
    background-color: #000;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 13rem 0 1rem;
    position: fixed;
    top: 0;
    transition: all .5s ease;
    width: 100%;
    z-index: 111
}

@media (min-width:768px) {
    .faixa-destaque {
        font-size: 2rem;
        padding: 13rem 0 1.5rem
    }
}

@media (min-width:1200px) {
    .faixa-destaque {
        padding: 13rem 0 2rem
    }
}

.faixa-destaque.show {
    padding: 2rem 0;
    top: 7.5rem
}

.btn-whatsapp {
    cursor: pointer
}

.marquee {
    white-space: nowrap
}

.marquee span {
    background-color: #8fefbc;
    border-radius: 40rem;
    display: inline-block;
    height: 1.9rem;
    margin: 0 6rem;
    width: 9rem
}

.hamburger {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: .5rem 1rem;
    text-transform: none;
    transition-duration: .15s;
    transition-property: opacity, filter;
    transition-timing-function: linear
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000
}

.hamburger-box {
    display: inline-block;
    height: 16px;
    position: relative;
    width: 32px
}

.hamburger-inner {
    display: block;
    margin-top: -1px;
    top: 50%
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #000;
    border-radius: 4px;
    height: 2px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 32px
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -7px
}

.hamburger-inner:after {
    bottom: -7px
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
    transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
    opacity: 0;
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s
}

.hamburger--minus.is-active .hamburger-inner:before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    display: none;
    position: relative;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    -moz-backface-visibility: hidden;
    position: relative;
    touch-action: manipulation
}

.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    float: left;
    min-height: 1px;
    position: relative
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: transparent;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0 !important
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative
}

.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(../images/frontend/owl.video.play.png) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: transform .1s ease;
    width: 80px;
    z-index: 1
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 5rem;
    margin: 0;
    padding: 0
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: 0
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0
}

.owl-theme .owl-dots {
    -webkit-tap-highlight-color: transparent;
    text-align: center
}

.owl-theme .owl-dots .owl-dot {
    zoom: 1;
    display: inline-block;
    *display: inline;
    outline: none
}

.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    background: rgba(145, 255, 197, .502);
    border-radius: 4rem;
    display: block;
    height: 1.5rem;
    margin: 0 1rem;
    transition: opacity .2s ease;
    width: 1.5rem
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8fefbc
}

@keyframes drawing {
    to {
        stroke-dashoffset: 1000
    }
}

@keyframes oscillating {
    0% {
        height: .5rem
    }

    50% {
        height: 6rem
    }

    to {
        height: .5rem
    }
}

.accord-home .accordion-item {
    border-radius: 3rem;
    margin-bottom: 1rem;
    padding: .8rem 2rem
}

.accord-home .accordion-item:not(:first-of-type) {
    border-top: 1px solid #cbd4dc
}

.accord-home .accordion-body {
    color: #6c757d;
    padding: 1rem 2rem
}

.owl-dep .owl-stage {
    display: flex !important
}

.owl-dep .item {
    border-radius: 2rem;
    height: 100%
}

.owl-dep .txtdep {
    line-height: 1.75
}

#navdepo div+div {
    margin-left: 4rem
}

#navdepo .owl-next,
#navdepo .owl-prev {
    cursor: pointer;
    font-size: 0;
    height: 21px;
    position: relative;
    width: 25px
}

#navdepo .owl-next span,
#navdepo .owl-prev span {
    background-color: #d4efef;
    height: 3px;
    position: absolute;
    top: 9px;
    width: 90%
}

#navdepo .owl-next span:after,
#navdepo .owl-next span:before,
#navdepo .owl-prev span:after,
#navdepo .owl-prev span:before {
    background-color: inherit;
    content: "";
    height: 3px;
    position: absolute;
    right: -3px;
    width: 63%
}

#navdepo .owl-next span:before,
#navdepo .owl-prev span:before {
    top: 4px
}

#navdepo .owl-next span:after,
#navdepo .owl-prev span:after {
    top: -4px
}

#navdepo .owl-next:hover span,
#navdepo .owl-prev:hover span {
    background-color: #fff
}

#navdepo .owl-next.disabled span,
#navdepo .owl-next.disabled:hover span,
#navdepo .owl-prev.disabled span,
#navdepo .owl-prev.disabled:hover span {
    background-color: #9593a0
}

#navdepo .owl-prev span {
    right: 0
}

#navdepo .owl-prev span:after,
#navdepo .owl-prev span:before {
    left: -3px
}

#navdepo .owl-prev span:before {
    transform: rotate(45deg)
}

#navdepo .owl-next span:before,
#navdepo .owl-prev span:after {
    transform: rotate(-45deg)
}

#navdepo .owl-next span:after {
    transform: rotate(45deg)
}

.contato .d-grid {
    gap: 5rem
}

.contato .d-grid .icone {
    min-width: 4rem
}

@media (min-width:992px) {
    .contato .d-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:1200px) {
    .contato .d-grid {
        grid-template-columns: 2fr 2fr 1.6fr
    }
}

@media (min-width:768px) {
    .planos {
        margin-top: -291px
    }
}

@media (min-width:1200px) {
    .planos {
        margin-top: -273px
    }
}

@media (min-width:1400px) {
    .planos {
        margin-top: -302px
    }
}

.planos .d-grid {
    gap: 1rem
}

@media (min-width:768px) {
    .planos .d-grid {
        grid-template-columns: 1fr 1fr 1.1fr 1fr
    }
}

.plano {
    border: 1px solid #cbd4dc;
    box-shadow: 0 18px 31px -12px rgba(0, 0, 0, .1)
}

.plano li {
    color: #8192ab;
    margin-bottom: 1rem
}

.header-fixed {
    background-color: #fff;
    border-bottom: 1px solid #8fefbc;
    left: 0;
    padding-top: 7.9rem;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 4
}

.header-fixed.hvisible {
    transform: translate(0)
}

.mais-recursos {
    border-top: 1px solid #d7f3ff
}

.mais-recursos .btn:before {
    color: #8fefbc;
    content: "+";
    font-weight: 700;
    left: 0;
    position: absolute
}

.mais-recursos .btn.paberto:before {
    content: "-"
}

.mais-recursos .btn:active,
.mais-recursos .btn:focus,
.mais-recursos .btn:hover {
    box-shadow: none;
    color: #8fefbc
}

.lista-parceiros li {
    align-items: flex-start;
    display: flex
}

.lista-parceiros li b {
    border-radius: 50%;
    flex: 0 0 auto;
    height: 3.7rem;
    line-height: 3.7rem;
    position: relative;
    text-align: center;
    width: 3.7rem;
    z-index: 2
}

.lista-parceiros li:last-child:before {
    border-left: 1px dashed #8fefbc;
    bottom: 19%;
    content: "";
    left: 1.85rem;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 1
}

#filtro-parceiros .form-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%238FEFBC' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 1rem center;
    border-color: #2b3348;
    border-radius: 1rem;
    padding-right: 3.2rem
}

@media (min-width:992px) {
    .planos-detalhes .d-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .planos-detalhes .d-grid li {
        padding: 1rem 1.5rem 1rem 0 !important
    }
}

.planos-detalhes .d-grid li {
    border-bottom: 1px solid #d4efef;
    font-weight: 400;
    padding: 1rem
}

.recursos-extras {
    background-color: #d4efef
}

@media (min-width:992px) {
    .recursos-extras .d-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .recursos-extras .d-grid li {
        padding: 1rem 1.5rem 1rem 0 !important
    }
}

.recursos-extras .d-grid li {
    border-bottom: 1px solid #fff;
    font-weight: 400;
    padding: 1rem
}

.planos-padding {
    padding-bottom: 45rem
}

.planos-precos-bg {
    background: linear-gradient(0deg, #8fefbc 1.04%, #f4fa8d 111.25%)
}

.planos-precos-bg .d-grid {
    gap: 4rem;
    margin-bottom: -40rem
}

@media (min-width:768px) {
    .planos-precos-bg .d-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}
.bg-descubra-negocios {
        background-image: url('https://clinicapro360.com.br/images/bg-descubra-negocios.jpg'); /* Substitua pela URL correta */
        background-size: cover; /* Ajuste para 'contain' se quiser que a imagem inteira apareça */
        background-position: center;
        background-repeat: no-repeat;
        min-height: 600px; /* Ajuste conforme necessário */
        display: flex;
        align-items: center;
    }
.planos-precos-bg .d-grid .card-preco {
    border-radius: 2rem;
    box-shadow: 0 37px 49.8px -29px rgba(39, 41, 62, .6);
    padding: 4rem 2rem
}
/* Estilização da seção de funcionalidades */
#funcionalidades .planos-detalhes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px; /* Espaço entre os elementos */
}

/* Coluna da imagem e título */
#funcionalidades .planos-detalhes > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Ajuste para a lista */
#funcionalidades .planos-detalhes > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Alinhamento de texto em telas maiores */
@media (min-width: 768px) {
    #funcionalidades .planos-detalhes {
        flex-wrap: nowrap;
        text-align: left;
    }

    #funcionalidades .planos-detalhes > div:first-child {
        flex: 0 0 200px; /* Largura fixa para a imagem */
        text-align: right;
    }

    #funcionalidades .planos-detalhes > div:last-child {
        flex: 1;
        padding-left: 20px;
    }
}

/* Melhor responsividade para telas menores */
@media (max-width: 767px) {
    #funcionalidades .planos-detalhes {
        flex-direction: column;
        text-align: center;
    }

    #funcionalidades .planos-detalhes > div:first-child {
        text-align: center;
    }

    #funcionalidades .planos-detalhes > div:last-child {
        padding-left: 0;
    }
}
/* Adiciona a imagem de fundo à esquerda */
.recursos-extras {
    position: relative;
    background-image: url('https://clinicapro360.com.br/images/svg/recursos-extras-novo.svg');
    background-repeat: no-repeat;
    background-position: left center; /* Posiciona à esquerda e centraliza verticalmente */
    background-size: contain; /* Ajusta a imagem para caber dentro do espaço */
    padding-left: 350px; /* Garante espaço para o conteúdo não sobrepor a imagem */
}

/* Para telas menores, ajusta o tamanho e a posição da imagem */
@media (max-width: 768px) {
    .recursos-extras {
        background-size: 50%; /* Reduz o tamanho da imagem */
        background-position: center top; /* Centraliza no topo */
        padding-left: 0; /* Remove o espaçamento lateral */
    }
}
#funcionalidades {
    position: relative;
}

.recursos-titulo {
    position: absolute;
    top: -100px; /* Ajuste este valor para subir ou descer */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: max-content;
}

@media (min-width:768px) {
    .planos-precos-bg .d-grid .card-preco {
        padding: 5rem 3rem
    }
}

@media (min-width:1400px) {
    .planos-precos-bg .d-grid .card-preco {
        padding: 7rem 5rem
    }
}

@media (min-width:768px) {
    .planos-precos-bg .d-grid .card-preco .popular {
        left: 3.2rem;
        position: absolute;
        top: 2rem
    }
}

@media (min-width:1400px) {
    .planos-precos-bg .d-grid .card-preco .popular {
        left: 5rem;
        top: 4rem
    }
}

@media (min-width:768px) {
    .planos-precos-bg .d-grid .card-preco .plano-head {
        min-height: 50rem
    }
}

@media (min-width:992px) {
    .planos-precos-bg .d-grid .card-preco .plano-head {
        min-height: 39rem
    }
}

.planos-precos-bg .d-grid .card-preco ul {
    list-style: none;
    padding-left: 0
}

.planos-precos-bg .d-grid .card-preco ul li {
    margin-bottom: 1rem;
    position: relative
}

.planos-precos-bg .d-grid .card-preco ul li:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' fill='%237BE9AE'/%3E%3Cpath d='m5 11.109 3.335 3.195L15.956 7' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 2rem;
    left: -2.5rem;
    position: absolute;
    top: 0;
    width: 2rem
}

.planos-precos-bg .d-grid .valor .numero {
    font-size: 1.5rem;
    line-height: .9
}

@media (min-width:992px) {
    .planos-precos-bg .d-grid .valor .numero {
        font-size: 2rem
    }
}

.planos-precos-bg .d-grid .valor .numero span {
    font-size: 5rem;
    font-weight: 900;
    margin-right: 1rem
}

.planos-precos-bg .d-grid .vamos-conversar {
    font-size: 3rem;
    font-weight: 900
}

@media (min-width:768px) {
    .confiam-clinica .imagem {
        width: 16%
    }
}

.bg-descubra-negocios {
    background-position: 50%;
    background-size: cover
}

.bg-descubra-negocios.lazyloaded {
    background-image: url(https://clinicapro360.com.br/images/bg-descubra-negocios.jpg?v=5)
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .bg-descubra-negocios.lazyloaded {
        background-image: url(https://clinicapro360.com.br/images/bg-descubra-negocios.jpg?v=5)
    }
}

.bg-descubra-negocios .d-grid {
    gap: 3rem
}

@media (min-width:768px) {
    .bg-descubra-negocios .d-grid {
        gap: 6rem;
        grid-template-columns: repeat(2, 1fr)
    }
}

.excelencia-dep {
    background-color: #f4fa8d
}

.clinica-escola {
    position: relative
}

.h-black-friday {
    padding: 25px 0 10px;
    transition: all .5s ease;
    z-index: 20
}

@media (max-width:767.98px) {
    .h-black-friday .logo-bf {
        max-width: 132px
    }
}

.h-black-friday.shadow-sm {
    background: rgba(0, 0, 0, .9);
    padding: 10px 0
}

.h-natal-premiado.shadow-sm {
    background: rgba(34, 86, 207, .94)
}