@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200..900&family=Work+Sans:wght@100..900&display=swap");

.wrapper {
    position: relative;
}

* {
    padding: 0;
    margin: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
}

img {
    display: block;
    max-width: 100%;
    border: 0;
}

/* ==================== HTML 5 ===================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
picture {
    display: block;
}

#navbar {
    width: 100vw !important;
}

figure {
    margin: 0;
}

/* ==================== FORMULÁRIO ===================== */
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: transparent !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    text-decoration: none;
    background-color: transparent;
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:active,
a:hover {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1;
}

b,
strong {
    font-weight: bolder;
}

li {
    list-style: none;
}

html {
    font-family: "Source Sans 3", sans-serif;
    font-size: 10px;

}

body {
    overflow-x: hidden;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    line-height: 1.2 !important;
    color: #FFFFFF !important;
    letter-spacing: 0px !important;
    /* background-color: #FFFEF9; */
}

p {
    font-size: 20px;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    color: #85828B;
}

blockquote {
    position: relative;
    padding: 17px 20px;
}

b,
strong {
    font-weight: 700;
}

/* ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: currentColor;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
    line-height: 1.2;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    tab-size: 4;
    /* 3 */
    font-family: 'Source Sans 3', sans-serif;
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

.text-white {
    color: #ffffff !important;
}

.text-10 {
    font-size: 10px !important;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.btn {
    width: 241px;
    height: 64px;
    padding: 8px 16px 8px 28px;
    border-radius: 100px;
    background: #FFFEF9;
    color: #8BB51F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 28px;
    cursor: pointer;
    transition: all 0.5s;
}

.btn a:hover {
    color: #8BB51F;
}

.btn:hover {
    opacity: 0.8;
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.container {
    max-width: 1240px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 441px) {
    .container.is_no-pd {
        padding-left: 0;
        padding-right: 0;
    }
}

.container-fluid {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.container-shape {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

*/ .col {
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

*/

/* Width */
.col-1 {
    width: 8.33333% !important;
}

.col-2 {
    width: 16.66667% !important;
}

.col-3 {
    width: 25% !important;
}

.col-4 {
    width: 33.33333% !important;
}

.col-5 {
    width: 41.66667% !important;
}

.col-6 {
    width: 50% !important;
}

.col-7 {
    width: 58.33333% !important;
}

.col-8 {
    width: 66.66667% !important;
}

.col-9 {
    width: 75% !important;
}

.col-10 {
    width: 83.33333% !important;
}

.col-11 {
    width: 91.66667% !important;
}

.col-12 {
    width: 100% !important;
}

@media (min-width: 600px) {
    .bp600\:col-6 {
        width: 50% !important;
    }

    .bp600\:col-8 {
        width: 66.66667% !important;
    }

    .bp600\:col-10 {
        width: 83.33333% !important;
    }
}

@media (min-width: 700px) {
    .bp700\:col-3 {
        width: 25% !important;
    }

    .bp700\:col-4 {
        width: 33.33333% !important;
    }

    .bp700\:col-5 {
        width: 41.66667% !important;
    }

    .bp700\:col-6 {
        width: 50% !important;
    }

    .bp700\:col-7 {
        width: 58.33333% !important;
    }
}

@media (min-width: 768px) {
    .bp768\:col-3 {
        width: 25% !important;
    }

    .bp768\:col-4 {
        width: 33.33333% !important;
    }

    .bp768\:col-6 {
        width: 50% !important;
    }

    .bp768\:col-9 {
        width: 75% !important;
    }
}

@media (min-width: 800px) {
    .bp800\:col-6 {
        width: 50% !important;
    }
}

@media (min-width: 900px) {
    .bp900\:col-4 {
        width: 33.33333% !important;
    }

    .bp900\:col-6 {
        width: 50% !important;
    }
}

@media (min-width: 960px) {
    .bp960\:col-4 {
        width: 33.33333% !important;
    }
}

@media (min-width: 1000px) {
    .bp1000\:col-4 {
        width: 33.33333% !important;
    }

    .bp1000\:col-6 {
        width: 50% !important;
    }

    .bp1000\:col-8 {
        width: 66.66667% !important;
    }
}

@media (min-width: 1200px) {
    .bp1200\:col-2 {
        width: 16.66667% !important;
    }

    .bp1200\:col-3 {
        width: 25% !important;
    }

    .bp1200\:col-4 {
        width: 33.33333% !important;
    }

    .bp1200\:col-5 {
        width: 41.66667% !important;
    }

    .bp1200\:col-6 {
        width: 50% !important;
    }

    .bp1200\:col-7 {
        width: 58.33333% !important;
    }

    .bp1200\:col-8 {
        width: 75% !important;
    }

    .bp1200\:col-9 {
        width: 75% !important;
    }

    .bp1200\:col-10 {
        width: 83.33333% !important;
    }
}

@media (min-width: 1232px) {
    .bp1232\:col-4 {
        width: 33.33333% !important;
    }

    .bp1232\:col-6 {
        width: 50% !important;
    }
}

@media (min-width: 1280px) {
    .bp1280\:col-5 {
        width: 41.66667% !important;
    }
}

@media (min-width: 1600px) {
    .bp1600\:col-9 {
        width: 75% !important;
    }

    .bp1600\:col-10 {
        width: 83.33333% !important;
    }
}

.offset-1 {
    margin-left: 8.33333% !important;
}

.offset-2 {
    margin-left: 16.66667% !important;
}

.offset-3 {
    margin-left: 25% !important;
}

.offset-4 {
    margin-left: 33.33333% !important;
}

.offset-5 {
    margin-left: 41.66667% !important;
}

.offset-6 {
    margin-left: 50% !important;
}

.offset-7 {
    margin-left: 58.33333% !important;
}

.offset-8 {
    margin-left: 66.66667% !important;
}

.offset-9 {
    margin-left: 75% !important;
}

.offset-10 {
    margin-left: 83.33333% !important;
}

.offset-11 {
    margin-left: 91.66667% !important;
}

.offset-12 {
    margin-left: 100% !important;
}

@media (min-width: 600px) {
    .bp600\:offset-2 {
        margin-left: 16.66667% !important;
    }
}

@media (min-width: 1100px) {
    .bp1100\:offset-2 {
        margin-left: 16.66667% !important;
    }

    .bp1100\:offset-3 {
        margin-left: 25% !important;
    }
}

@media (min-width: 1232px) {
    .bp1232\:offset-1 {
        margin-left: 8.33333% !important;
    }
}

@media (min-width: 1200px) {
    .bp1200\:offset-0 {
        margin-left: 0% !important;
    }

    .bp1200\:offset-1 {
        margin-left: 8.33333% !important;
    }

    .bp1200\:offset-2 {
        margin-left: 16.66667% !important;
    }

    .bp1200\:offset-3 {
        margin-left: 25% !important;
    }

    .bp1200\:offset-4 {
        margin-left: 33.33333% !important;
    }
}

@media (min-width: 1280px) {
    .bp1280\:offset-1 {
        margin-left: 8.33333% !important;
    }
}

@media (min-width: 1600px) {
    .bp1600\:offset-2 {
        margin-left: 16.66667% !important;
    }

    .bp1600\:offset-3 {
        margin-left: 25% !important;
    }
}

*/ .push-1 {
    left: 8.33333% !important;
}

.push-2 {
    left: 16.66667% !important;
}

.push-3 {
    left: 25% !important;
}

.push-4 {
    left: 33.33333% !important;
}

.push-5 {
    left: 41.66667% !important;
}

.push-6 {
    left: 50% !important;
}

.push-7 {
    left: 58.33333% !important;
}

.push-8 {
    left: 66.66667% !important;
}

.push-9 {
    left: 75% !important;
}

.push-10 {
    left: 83.33333% !important;
}

.push-11 {
    left: 91.66667% !important;
}

.push-12 {
    left: 100% !important;
}

@media (min-width: 700px) {
    .bp700\:push-6 {
        left: 50% !important;
    }

    .bp700\:push-7 {
        left: 58.33333% !important;
    }
}

@media (min-width: 768px) {
    .bp768\:push-4 {
        left: 33.33333% !important;
    }

    .bp768\:push-6 {
        left: 50% !important;
    }
}

@media (min-width: 1200px) {
    .bp1200\:push-6 {
        left: 50% !important;
    }

    .bp1200\:push-7 {
        left: 58.33333% !important;
    }
}

.pull-1 {
    right: 8.33333% !important;
}

.pull-2 {
    right: 16.66667% !important;
}

.pull-3 {
    right: 25% !important;
}

.pull-4 {
    right: 33.33333% !important;
}

.pull-5 {
    right: 41.66667% !important;
}

.pull-6 {
    right: 50% !important;
}

.pull-7 {
    right: 58.33333% !important;
}

.pull-8 {
    right: 66.66667% !important;
}

.pull-9 {
    right: 75% !important;
}

.pull-10 {
    right: 83.33333% !important;
}

.pull-11 {
    right: 91.66667% !important;
}

.pull-12 {
    right: 100% !important;
}

@media (min-width: 700px) {
    .bp700\:pull-5 {
        right: 41.66667% !important;
    }

    .bp700\:pull-6 {
        right: 50% !important;
    }
}

@media (min-width: 768px) {
    .bp768\:pull-4 {
        right: 33.33333% !important;
    }

    .bp768\:pull-6 {
        right: 50% !important;
    }
}

@media (min-width: 1200px) {
    .bp1200\:pull-5 {
        right: 41.66667% !important;
    }

    .bp1200\:pull-6 {
        right: 50% !important;
    }
}

/*** MENU ***/
.menu {
    text-align: center;
}

@media (max-width: 767px) {
    .menu.menu-desktop {
        display: none;
    }
}

.menu .menu-item {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 20px;
    display: inline-block;
}

.menu .menu-item .menu-link {
    color: #fff;
    text-decoration: none !important;
}

.menu .menu-item .menu-link:hover {
    color: #fff;
    text-decoration: underline !important;
}

@media (min-width: 960px) {
    .menu .menu-item {
        margin: 0 30px;
    }
}

.hamburguer {
    width: 45px;
    display: block;
    padding: 10px 7px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.hamburguer .hamburguer__item {
    margin-bottom: 6px;
    padding-top: 3px;
    display: block;
    background: #fff;
}

.hamburguer .hamburguer__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .hamburguer {
        display: none;
    }
}

.scroll-menu {
    height: 100%;
    position: fixed;
    top: 0;
    background-color: #5ccae7;
    z-index: 500;
    padding: 60px 30px 30px;
    transition: all 0.2s ease-in-out;
    max-width: 300px;
    width: 80%;
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

.scroll-menu__close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 60px;
    line-height: 40px;
    font-weight: 500;
}

.scroll-menu .logo-systral-menu {
    max-width: 150px;
    margin: 0 auto 30px;
}

.scroll-menu .menu-item {
    display: block;
    margin: 0 0 20px;
}

.scroll-menu .menu-item .menu-link {
    font-size: 24px;
}

.show-menu {
    overflow: hidden;
}

.show-menu .scroll-menu {
    transform: translate3d(0, 0, 0);
    z-index: 500;
}

/*** MENU ***/
.fixed-menu {
    position: fixed;
    width: 100%;
    padding: 20px 0;
    z-index: 120;
    background-color: #5ccae7;
    transition: all ease 0.8s;
}

.fixed-menu.is-fixed {
    background-color: #5ccae7;
    padding: 20px 0;
}

.fixed-menu.is-fixed .logo-systral {
    max-width: 150px;
}

@media (min-width: 960px) {
    .fixed-menu {
        padding: 35px 0;
    }
}

.header {
    padding-top: 100px;
    transition: all ease 0.8s;
    position: relative;
}

.header.is-alt {
    transition: all ease 0.8s;
}

@media (max-width: 767px) {
    .header {
        position: relative;
    }
}

@media (min-width: 960px) {
    /* .header {
        padding: 40px 0 125px;
    } */
}

.col-logo {
    position: relative;
}

.logo-systral {
    transition: all ease 0.8s;
}

@media (max-width: 767px) {
    .logo-systral {
        max-width: 150px;
    }
}

@media (min-width: 1200px) {
    .col-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

.col-divider {
    padding: 45px 0;
}

@media (min-width: 960px) {
    .col-divider {
        padding: 70px 0;
    }
}

.footer {
    padding-top: 75px;
}

.rodape {
    text-align: center;
}

.rodape .rodape__item {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .rodape {
        max-width: 300px;
        margin: 0 auto 30px;
    }
}

@media (min-width: 768px) {
    .rodape {
        display: flex;
        flex-wrap: wrap;
        text-align: left;
    }

    .rodape .rodape__item {
        width: 33.33%;
    }

    .rodape .rodape__item.is-logo {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .rodape {
        display: flex;
        flex-wrap: wrap;
        align-items: space-between;
        margin-bottom: 70px;
    }

    .rodape .rodape__item {
        width: 25%;
    }

    .rodape .rodape__item.is-endereco {
        padding-top: 30px;
        width: 28%;
    }

    .rodape .rodape__item.is-logo {
        width: 22%;
    }

    .rodape .rodape__item.is-contato {
        width: 22%;
    }

    .rodape .rodape__item.is-faq {
        width: 28%;
    }
}

@media (max-width: 1199px) {
    .logo-sidefarma {
        margin: 0 auto;
    }
}

.social-icons {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.social-icons .social-icons__item {
    margin: 0 6px;
}

@media (min-width: 1200px) {
    .social-icons {
        max-width: 228px;
    }
}

.bg-linha-legal {
    padding: 10px 0;
}

@media (min-width: 1200px) {
    .bg-linha-legal {
        padding-top: 15px 0;
    }
}

.txt-legal {
    color: #fff;
    font-size: 15px;
}

.rodape__title {
    font-size: 20px;
    font-weight: 700;
    color: #324760;
    margin-bottom: 20px;
}

.rodape__text {
    font-size: 17px;
    line-height: 1.2;
    color: #7D7A84;
    margin-bottom: 10px;
}

.rodape__text.plus-mrg {
    margin-bottom: 20px;
}

.rodape__text.is-blue {
    color: #324760;
}

.rodape__minitext {
    font-size: 13px;
    color: #324760;
    font-weight: 600;
}

.rodape__teltext {
    display: block;
    font-size: 13px;
    color: #7D7A84;
}

.rodape__icontext {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    text-align: left;
}

.rodape__icontext:before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    width: 30px;
    height: 30px;
}

.rodape__icontext.is-mail:before {
    background: url("../images/icon-contact-mail.webp") no-repeat center;
}

.rodape__icontext.is-phone:before {
    background: url("../images/icon-contact-phone.webp") no-repeat center;
}

.rodape__icontext.is-fax:before {
    background: url("../images/icon-contact-fax.webp") no-repeat center;
}

.w-340 {
    max-width: 340px;
}

.w-780 {
    max-width: 780px;
    margin: 0 auto;
}

.w-421 {
    max-width: 300px;
}

@media (min-width: 1024px) {
    .w-421 {
        max-width: 421px;
    }
}

@media (min-width: 768px) {
    .w-421 {
        max-width: 398px;
    }
}

.w-519 {
    max-width: 300px;
}

@media (min-width: 768px) {
    .w-519 {
        max-width: 519px;
    }
}

.col-poster,
.col-content {
    width: 100%;
}

@media (min-width: 992px) {

    .col-poster,
    .col-content {
        width: 50%;
    }
}

.col-poster img {
    margin: 0 auto;
    width: 100%;
}

.flex-1 {
    flex: 1;
}

.col-content {
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .col-content {
        padding-left: 30px;
        padding-top: 0;
    }
}

.ico-check {
    width: 20px;
    height: 20px;
}

.content__list-icon {
    width: 42px;
    height: 42px;
}

.arch-bottom {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.arch-top {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1440px) {

    .arch-bottom,
    .arch-top {
        display: none;
    }
}

.arch-rotate {
    transform: rotate(180deg);
}

.sec-five {
    padding: 95px 0;
}

.header-mb {
    margin-bottom: 0px;
}

@media (min-width: 1440px) {

    .shape-001,
    .shape-002 {
        display: none;
    }

    /* .header-mb {
        margin-bottom: 60px;
    } */
}

.shape-001 {
    position: absolute;
    top: -90px;
    left: 0;
    z-index: 5;
}

.shape-002 {
    position: absolute;
    top: -138px;
    right: 0;
    z-index: 5;
}

@media (max-width: 1024px) {

    .shape-001,
    .shape-002 {
        display: none;
    }
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.visible {
    visibility: visible;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.\!relative {
    position: relative !important;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.mb-11 {
    margin-bottom: 2.75rem;
}

.mb-14 {
    margin-bottom: 3.5rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.w-full {
    width: 100%;
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-around {
    justify-content: space-around;
}

.gap-0 {
    gap: 0px;
}

.gap-30 {
    gap: 30px;
}

.gap-8 {
    gap: 8px;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.bg-header {
    --tw-bg-opacity: 1;
    background-color: #5ccae7;
    background-image: url("../img/header.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-blue {
    --tw-bg-opacity: 1;
    background-color: #5ccae7;

}

.pt-11 {
    padding-top: 2.75rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-20 {
    padding-top: 5rem;
}

.pt-24 {
    padding-top: 6rem;
}

.text-center {
    text-align: center;
}

.font-sans {
    font-family: 'Source Sans 3', sans-serif;
}

.font-work {
    font-family: 'Work Sans', sans-serif;
}

.text-20 {
    font-size: 20px;
}


.text-25 {
    font-size: 25px;
}


.text-40 {
    font-size: 40px;
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.italic {
    font-style: italic;
}

.text-blue {
    --tw-text-opacity: 1;
    color: #5ccae7;
}

.text-gray {
    --tw-text-opacity: 1;
    color: rgb(117 129 136 / var(--tw-text-opacity));
}

.text-gray100 {
    --tw-text-opacity: 1;
    color: rgb(125 122 132 / var(--tw-text-opacity));
}

.text-gray300 {
    --tw-text-opacity: 1;
    color: rgb(121 123 117 / var(--tw-text-opacity));
}

.text-gray400 {
    --tw-text-opacity: 1;
    color: rgb(133 130 139 / var(--tw-text-opacity));
}

.text-gray500 {
    --tw-text-opacity: 1;
    color: rgb(108 108 108 / var(--tw-text-opacity));
}

.text-indigo800 {
    --tw-text-opacity: 1;
    color: rgb(50 71 96 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
    text-decoration-line: underline;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px) {
    .md\:mb-0 {
        margin-bottom: 0px;
    }

    .md\:block {
        display: block;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:justify-between {
        justify-content: space-between;
    }

    .md\:justify-around {
        justify-content: space-around;
    }

    .md\:gap-0 {
        gap: 0px;
    }

    .md\:gap-45 {
        gap: 45px;
    }

    .md\:text-31 {
        font-size: 31px;
    }

    .md\:text-48 {
        font-size: 48px;
    }
}

@media (min-width: 1024px) {
    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:text-40 {
        font-size: 40px;
    }
}

@media (min-width: 1280px) {
    .xl\:text-55 {
        font-size: 55px;
    }
}

#carrossel-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
}

.indicacao {
    background-color: #5ccae7;
    background-image: url("../img/indicacao2.png");
    background-position: left center;
    /* Move image to the left */
    background-repeat: no-repeat;
    background-size: contain;
}

.indicacao {
    position: relative;
    background-color: #5ccae7;
    padding-top: 0;
    background-image: url("../img/indicacao2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}


@media (max-width: 768px) {
    .indicacao {
        background-image: none;
        position: relative;

    }

    .indicacao::before {
        content: "";
        display: block;
        width: 100%;
        height: 400px;
        aspect-ratio: 2 / 1;
        /* ajusta conforme o formato da imagem */
        background-image: url("../img/indicacao2.png");
        background-repeat: no-repeat;
        background-size: 200% 100%;
        /* Zoom só na largura */
        background-position: left top;
    }
}

.color-green {
    color: #97ae3b;
}

.color-blue {
    color: #297ec1;
}

.p-md-horizontal-5 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.aloe-vera,
.agua {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: contain;

    /* Aspect ratio of 2:1 (height = 50% of the width) */
    width: 100%;
    /* Full width of the column */

    align-items: center;
    /* Vertically center the content */
    justify-content: center;
    /* Horizontally center the content */
}

/* Aloe Vera Background */
.aloe-vera {

    background-image: url("../img/green-bg.jpg");

}

/* Agua Background */
.agua {

    background-image: url("../img/blue-bg.jpg");

}

#agua-aloe {
    background-color: #cdeff8 !important;
}

/* For mobile: Show only half of the image */
@media (max-width: 768px) {


    .agua {
        background-size: 100% auto !important;
        /* Zoom into the background image */
        background-position: left top;
        /* Show only the left side of the image */
        width: 100vw !important;
    }

    .aloe-vera {
        background-size: 100% auto !important;
        /* Zoom into the background image */
        background-position: right top;
        /* Show only the left side of the image */
        width: 100vw !important;
    }


    .p-horizontal-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #agua-aloe {
        background-color: #ffffff !important;
    }

    .header {
        padding-top: 0px;

    }
}

.text-blue2 {
    color: #0e4d99;
}