@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
! tailwindcss v3.0.15 | 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: #e5e7eb;
  /* 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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 */
  padding: 0; /* Remove o preenchimento padrão do body */
  width: 100%; /* Isso garante que o body ocupe toda a largura disponível */
  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]) {
  -webkit-text-decoration: underline dotted;
  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;
}

/*
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-size: 100%;
  /* 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;
}

/*
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::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placelder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*,
::before,
::after {
  --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-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: ;
}
.color-titulo{
  font-size: 50px;
  font-family: "Mancunium Regular", Arial, sans-serif;
  color: #000000;
}

#nome-extenso{
  color: #000000;
  font-family: "Mancunium Regular", Arial, sans-serif;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 150px;
}

#footer {
  width: 100%;
  height: auto;
}

@media(max-width: 300px) {
    .container2 {
        margin-top: 0px;
    }
}

@media(min-width: 320px) {
    .container4 {
        margin-top: 20px;
    }
}

@media(min-width: 400px) {
    .container2 {
        margin-top: -40px;
    }
    .container4 {
        margin-top: 20px;
    }
}

@media(min-width: 500px) {
  .container2 {
      margin-top: -40px;
  }
  .container4 {
      margin-top: 20px;
  }

  .footer {
    height: 905px;
  }
}

@media (min-width: 992px) { /* Ponto de quebra "lg" */
  .footer {
    height: 400px; /* Defina a altura desejada para telas maiores */
  }
}

@media(min-width: 1320px) {
    .container2 {
        margin-top: -80px;
        margin-bottom: -40px;
    }
    .container3 {
        margin-bottom: -60px;
        margin-top: -60px;
    }
    .footer {
    height: 400px; /* Defina a altura desejada para telas maiores */
    margin-bottom: -200px;
  }
}

@media (min-width: 540px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 720px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.right-4 {
  right: 1rem;
}

.top-1\/2 {
  top: 50%;
}

.top-full {
  top: 100%;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-8 {
  bottom: 2rem;
}

.right-8 {
  right: 2rem;
}

.left-auto {
  left: auto;
}

.-left-9 {
  left: -2.25rem;
}

.-top-6 {
  top: -1.5rem;
}

.-right-6 {
  right: -1.5rem;
}

.top-1 {
  top: 0.25rem;
}

.right-1 {
  right: 0.25rem;
}

.left-1 {
  left: 0.25rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.z-40 {
  z-index: 40;
}

.z-10 {
  z-index: 10;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[999\] {
  z-index: 999;
}

.z-20 {
  z-index: 20;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.my-\[6px\] {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-\[6px\] {
  margin-top: 6px;
}

/* Nossa Historia */
.mb-5 {
  margin-bottom: 1.25rem;
  border-radius: 5px;
}

/* Estilos para telas menores que 1024px (tablets e smartphones) */
@media (max-width: 1023px) {
  #itens-sobre {
    padding: 20px;
    max-height: 100%;
    height: 440px;
    max-width: 100%;
    display: block;
  }

  #about {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
  }
}

/* Nossa Historia */

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.block {
  display: none;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.h-\[2px\] {
  height: 2px;
}

.h-10 {
  height: 2.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-8 {
  height: 2rem;
}

.h-\[300px\] {
  height: 300px;
}

.h-full {
  height: 100%;
}

.h-\[50px\] {
  height: 50px;
}

.h-20 {
  height: 5rem;
}

.h-1\/2 {
  height: 50%;
}

.h-\[70px\] {
  height: 70px;
}

.h-14 {
  height: 3.5rem;
}

.h-\[1px\] {
  height: 1px;
}

.h-11 {
  height: 2.75rem;
}

.w-full {
  width: 100%;
}

.w-60 {
  width: 15rem;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[250px\] {
  width: 250px;
}

.w-10 {
  width: 2.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-\[170px\] {
  width: 170px;
}

.w-8 {
  width: 2rem;
}

.w-20 {
  width: 5rem;
}

.w-\[330px\] {
  width: 330px;
}

.w-\[70px\] {
  width: 70px;
}

.w-14 {
  width: 3.5rem;
}

.w-\[50px\] {
  width: 50px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[850px\] {
  max-width: 850px;
}

.max-w-\[160px\] {
  max-width: 160px;
}

.max-w-\[120px\] {
  max-width: 120px;
}

.max-w-\[620px\] {
  max-width: 620px;
}

.max-w-\[530px\] {
  max-width: 530px;
}

.max-w-\[80px\] {
  max-width: 80px;
}

.max-w-\[780px\] {
  max-width: 780px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[845px\] {
  max-width: 845px;
}

.max-w-\[40px\] {
  max-width: 40px;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[525px\] {
  max-width: 525px;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.rotate-\[25deg\] {
  --tw-rotate: 25deg;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-\[\#F2F3F8\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 243 248 / var(--tw-border-opacity));
}

.border-\[\#f1f1f1\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 241 241 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(48 86 211 / var(--tw-border-opacity));
}

.border-\[\#D4DEFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 222 255 / var(--tw-border-opacity));
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(48 86 211 / var(--tw-bg-opacity));
}

.bg-\[\#f5f8ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 255 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(33 43 54 / var(--tw-bg-opacity));
}

.bg-\[\#13C296\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 194 150 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(19 194 150 / var(--tw-bg-opacity));
}

.bg-\[\#afb2b5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(175 178 181 / var(--tw-bg-opacity));
}

.bg-\[\#F4F7FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 255 / var(--tw-bg-opacity));
}

.bg-\[\#FCFDFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 253 254 / var(--tw-bg-opacity));
}

.bg-\[\#4064AC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 100 172 / var(--tw-bg-opacity));
}

.bg-\[\#1C9CEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 156 234 / var(--tw-bg-opacity));
}

.bg-\[\#D64937\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 73 55 / var(--tw-bg-opacity));
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-dark-700 {
  --tw-gradient-from: #090e34b3;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgb(9 14 52 / 0));
}

.from-primary {
  --tw-gradient-from: #3056d3;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgb(48 86 211 / 0));
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.to-\[\#179BEE\] {
  --tw-gradient-to: #179bee;
}

.fill-current {
  fill: currentColor;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.p-4 {
  padding: 1rem;
}

.p-12 {
  padding: 3rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-\[62px\] {
  padding-left: 62px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-4xl {
  font-size: 2.25rem;
}

/* Media query para telas com largura máxima de 768px (por exemplo, smartphones em modo paisagem) */
@media (min-width: 1319px) {
  #login-button {
    display: flex;
    white-space: nowrap;
    margin-left: 40px; 
    margin-top: 4px;
  }

  .text-4xl2 {
    font-size: 4em;
  }
  .text-4xl3 {
    font-size: 4em;
  }
  .text-4xl4 {
    font-size: 4em;
  }
  .text-center1{
    transform: translateY(80%);
    text-align: center;
  }

  .logo {
    position: relative;
    padding: 0px 30px 65px 25px;
    left: 30px;
    scale: 1.2;
  }

  #logo-div {
    width: 17em;
    justify-content: flex-end;
  }
}

/* Media query para telas com largura máxima de 768px (por exemplo, smartphones em modo paisagem) */
@media (max-width: 1400px) {
  .logo {
    max-width: 24%;
    height: auto;
    margin-top: -0.2rem;
    padding: 0px 45px 257px 29px;
    position: fixed;
    right: -30px;
    left: 0;
    scale: 1.2;
    /* object-fit: contain; */
  }

  .container-fluid {
    margin-left: 20px !important;
    margin-right: 0;
  }

  .text-4xl {
    font-size: 20px;
  }
  .text-4xl2 {
    font-size: 3em;
    transform: translateY(-17%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 3em;
    transform: translateY(-13%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 2.5em;
    transform: translateY(-6%);
    line-height: 60px;
  }
  .logo {
    max-width: 16%;
    /* margin-top: 20px; */
    height: auto;
    padding: 0px 0px 180px 20px;
    position: fixed;
  }

  #logo-div {
    width: 100px;
    justify-content: center;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column !important;
    /* align-items: flex-start; */
    padding: 10px 0;
  }

  .navbar-collapse {
    flex-basis: 100% !important;
    flex-grow: 1;
    align-items: center;
  }

  .navbar-brand {
    margin-bottom: 10px;
  }

  .navbar .nav-item:not(:last-child) {
    margin-right: 0 !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-md .navbar-collapse {
    display: none !important;
    flex-basis: auto;
    justify-content: unset;
    max-height: 0;
    /* overflow: hidden; */
    transition: max-height 0.3s ease-out;
    /* width: 0.2em; */
    /* height: auto; */
    /* max-width: 53em; */
  }

  .navbar-collapse.show {
    display: flex !important;
    max-height: 500px; /* Ajuste o valor conforme necessário */
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* align-content: flex-start; */
    width: 100%;
  }
}

/* Media query para telas com largura máxima de 768px (por exemplo, smartphones em modo paisagem) */
@media (max-width: 1353px) {
  .logo {
    max-width: 24%;
    height: auto;
    margin-top: -0.2rem;
    padding: 2px 45px 257px 29px;
    position: fixed;
    right: -30px;
    left: 0;
    scale: 1.2;
    /* object-fit: contain; */
  }

  .container-fluid {
    margin-left: 20px !important;
    margin-right: 0;
  }

  .text-4xl {
    font-size: 20px;
  }
  .text-4xl2 {
    font-size: 3em;
    transform: translateY(-17%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 3em;
    transform: translateY(-13%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 2.5em;
    transform: translateY(-6%);
    line-height: 60px;
  }
  .logo {
    max-width: 16%;
    /* margin-top: 20px; */
    height: auto;
    padding: 8px 0px 180px 20px;
    position: fixed;
  }

  #logo-div {
    width: 100px;
    justify-content: center;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column !important;
    /* align-items: flex-start; */
    padding: 10px 0;
  }

  .navbar-collapse {
    flex-basis: 100% !important;
    flex-grow: 1;
    align-items: center;
  }

  .navbar-brand {
    margin-bottom: 10px;
  }

  .navbar .nav-item:not(:last-child) {
    margin-right: 0 !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-md .navbar-collapse {
    display: none !important;
    flex-basis: auto;
    justify-content: unset;
    max-height: 0;
    /* overflow: hidden; */
    transition: max-height 0.3s ease-out;
    /* width: 0.2em; */
    /* height: auto; */
    /* max-width: 53em; */
  }

  .navbar-collapse.show {
    display: flex !important;
    max-height: 500px; /* Ajuste o valor conforme necessário */
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* align-content: flex-start; */
    width: 100%;
  }
}

/* Media query para telas com largura máxima de 768px (por exemplo, smartphones em modo paisagem) */
@media (max-width: 1268px) {
  .logo {
    max-width: 24%;
    height: auto;
    margin-top: -0.2rem;
    padding: 8px 45px 257px 29px;
    position: fixed;
    right: -30px;
    left: 0;
    scale: 1.2;
    /* object-fit: contain; */
  }

  .container-fluid {
    margin-left: 20px !important;
    margin-right: 0;
  }

  .text-4xl {
    font-size: 20px;
  }
  .text-4xl2 {
    font-size: 3em;
    transform: translateY(-17%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 3em;
    transform: translateY(-13%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 2.5em;
    transform: translateY(-6%);
    line-height: 60px;
  }
  .logo {
    max-width: 16%;
    /* margin-top: 20px; */
    height: auto;
    padding: 8px 0px 180px 20px;
    position: fixed;
  }

  #logo-div {
    width: 100px;
    justify-content: center;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column !important;
    /* align-items: flex-start; */
    padding: 10px 0;
  }

  .navbar-collapse {
    flex-basis: 100% !important;
    flex-grow: 1;
    align-items: center;
  }

  .navbar-brand {
    margin-bottom: 10px;
  }

  .navbar .nav-item:not(:last-child) {
    margin-right: 0 !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-md .navbar-collapse {
    display: none !important;
    flex-basis: auto;
    justify-content: unset;
    max-height: 0;
    /* overflow: hidden; */
    transition: max-height 0.3s ease-out;
    /* width: 0.2em; */
    /* height: auto; */
    /* max-width: 53em; */
  }

  .navbar-collapse.show {
    display: flex !important;
    max-height: 500px; /* Ajuste o valor conforme necessário */
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* align-content: flex-start; */
    width: 100%;
  }
}

@media (max-width: 1140px) {
  .container-fluid {
    margin-left: 20px !important;
    margin-right: 0;
  }

  .text-4xl {
    font-size: 20px;
  }
  .text-4xl2 {
    font-size: 3em;
    transform: translateY(-17%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 3em;
    transform: translateY(-13%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 2.5em;
    transform: translateY(-6%);
    line-height: 60px;
  }
  .logo {
    max-width: 108%;
    margin-top: -0.2rem;
    height: auto;
    padding: 0px 233px 0px 0px;
    position: sticky;
    scale: 1;
    right: -30px;
  }

  #logo-div {
    width: 400px;
    justify-content: center;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column !important;
    /* align-items: flex-start; */
    padding: 10px 0;
  }

  .navbar-collapse {
    flex-basis: 100% !important;
    flex-grow: 1;
    align-items: center;
  }

  .navbar-brand {
    margin-bottom: 10px;
  }

  .navbar .nav-item:not(:last-child) {
    margin-right: 0 !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-md .navbar-collapse {
    display: none !important;
    flex-basis: auto;
    justify-content: unset;
    max-height: 0;
    /* overflow: hidden; */
    transition: max-height 0.3s ease-out;
    /* width: 0.2em; */
    /* height: auto; */
    /* max-width: 53em; */
  }

  .navbar-collapse.show {
    display: flex !important;
    max-height: 500px; /* Ajuste o valor conforme necessário */
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* align-content: flex-start; */
    width: 100%;
  }
}

@media (max-width: 1106px) {
  .logo {
    max-width: 105%;
    /* margin-top: 20px; */
    height: auto;
    padding: 0px 200px 100px 0px;
    position: sticky;
  }

  .container-fluid {
    margin-left: 20px !important;
    margin-right: 0;
  }

  .text-4xl {
    font-size: 20px;
  }
  .text-4xl2 {
    font-size: 3em;
    transform: translateY(-17%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 3em;
    transform: translateY(-13%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 2.5em;
    transform: translateY(-6%);
    line-height: 60px;
  }

  #logo-div {
    width: 380px;
    justify-content: center;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column !important;
    /* align-items: flex-start; */
    padding: 10px 0;
  }

  .navbar-collapse {
    flex-basis: 100% !important;
    flex-grow: 1;
    align-items: center;
  }

  .navbar-brand {
    margin-bottom: 10px;
  }

  .navbar .nav-item:not(:last-child) {
    margin-right: 0 !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-md .navbar-collapse {
    display: none !important;
    flex-basis: auto;
    justify-content: unset;
    max-height: 0;
    /* overflow: hidden; */
    transition: max-height 0.3s ease-out;
    /* width: 0.2em; */
    /* height: auto; */
    /* max-width: 53em; */
  }

  .navbar-collapse.show {
    display: flex !important;
    max-height: 500px; /* Ajuste o valor conforme necessário */
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* align-content: flex-start; */
    width: 100%;
  }
}

@media (max-width: 988px) {
  .logo {
    max-width: 102%;
    /* margin-top: 20px; */
    height: auto;
    padding: 5px 138px 0px 16px;
    position: sticky;
    scale: 1.2;
  }

  .container-fluid {
    margin-left: 20px !important;
    margin-right: 0;
  }

  .text-4xl {
    font-size: 20px;
  }
  .text-4xl2 {
    font-size: 3em;
    transform: translateY(-17%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 3em;
    transform: translateY(-13%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 2.5em;
    transform: translateY(-6%);
    line-height: 60px;
  }

  #logo-div {
    width: 300px;
    justify-content: center;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column !important;
    /* align-items: flex-start; */
    padding: 10px 0;
  }

  .navbar-collapse {
    flex-basis: 100% !important;
    flex-grow: 1;
    align-items: center;
  }

  .navbar-brand {
    margin-bottom: 10px;
  }

  .navbar .nav-item:not(:last-child) {
    margin-right: 0 !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-md .navbar-collapse {
    display: none !important;
    flex-basis: auto;
    justify-content: unset;
    max-height: 0;
    /* overflow: hidden; */
    transition: max-height 0.3s ease-out;
    /* width: 0.2em; */
    /* height: auto; */
    /* max-width: 53em; */
  }

  .navbar-collapse.show {
    display: flex !important;
    max-height: 500px; /* Ajuste o valor conforme necessário */
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* align-content: flex-start; */
    width: 100%;
  }
}

@media (max-width: 856px) {
  .logo {
    max-width: 100%;
    /* margin-top: 20px; */
    height: auto;
    padding: 0px 70px 0px 12px;
    position: sticky;
  }

  .container-fluid {
    margin-left: 20px !important;
    margin-right: 0;
  }

  .text-4xl {
    font-size: 20px;
  }
  .text-4xl2 {
    font-size: 3em;
    transform: translateY(-17%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 3em;
    transform: translateY(-13%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 2.5em;
    transform: translateY(-6%);
    line-height: 60px;
  }

  #logo-div {
    width: 246px;
    justify-content: center;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column !important;
    /* align-items: flex-start; */
    padding: 10px 0;
  }

  .navbar-collapse {
    flex-basis: 100% !important;
    flex-grow: 1;
    align-items: center;
  }

  .navbar-brand {
    margin-bottom: 10px;
  }

  .navbar .nav-item:not(:last-child) {
    margin-right: 0 !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-md .navbar-collapse {
    display: none !important;
    flex-basis: auto;
    justify-content: unset;
    max-height: 0;
    /* overflow: hidden; */
    transition: max-height 0.3s ease-out;
    /* width: 0.2em; */
    /* height: auto; */
    /* max-width: 53em; */
  }

  .navbar-collapse.show {
    display: flex !important;
    max-height: 500px; /* Ajuste o valor conforme necessário */
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* align-content: flex-start; */
    width: 100%;
  }
}

@media (max-width: 780px) {
  .logo {
    max-width: 104%;
    /* margin-top: 20px; */
    height: auto;
    padding: 5px 0px 0px 18px;
    position: sticky;
  }

  .container-fluid {
    margin-left: -10px !important;
    margin-right: 0;
  }

  .text-4xl {
    font-size: 20px;
  }
  .text-4xl2 {
    font-size: 3em;
    transform: translateY(-17%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 3em;
    transform: translateY(-13%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 2.5em;
    transform: translateY(-6%);
    line-height: 60px;
  }

  #logo-div {
    width: 165px;
    justify-content: center;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column !important;
    /* align-items: flex-start; */
    padding: 10px 0;
  }

  .navbar-collapse {
    flex-basis: 100% !important;
    flex-grow: 1;
    align-items: center;
  }

  .navbar-brand {
    margin-bottom: 10px;
  }

  .navbar .nav-item:not(:last-child) {
    margin-right: 0 !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-md .navbar-collapse {
    display: none !important;
    flex-basis: auto;
    justify-content: unset;
    max-height: 0;
    /* overflow: hidden; */
    transition: max-height 0.3s ease-out;
    /* width: 0.2em; */
    /* height: auto; */
    /* max-width: 53em; */
  }

  .navbar-collapse.show {
    display: flex !important;
    max-height: 500px; /* Ajuste o valor conforme necessário */
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* align-content: flex-start; */
    width: 100%;
  }
}

/* Media query para telas com largura máxima de 768px (por exemplo, smartphones em modo paisagem) */
@media (max-width: 768px) {
  .logo {
    max-width: 100%;
    height: auto;
    margin-top: -0.2rem;
    padding: 13px 0px 124px 20px;
    right: -30px;
    position: sticky;
    /* object-fit: contain; */
  }

  .text-4xl {
    font-size: 20px;
  }
  .text-4xl2 {
    font-size: 3em;
    transform: translateY(-17%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 3em;
    transform: translateY(-13%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 2.5em;
    transform: translateY(-6%);
    line-height: 60px;
  }

  .navbar-collapse {
    flex-basis: 100% !important;
    flex-grow: 1;
    align-items: center;
  }

  #logo-div {
    width: 178px;
    justify-content: center;
  }

  .navbar .nav-item:not(:last-child) {
    margin-right: 0 !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-md .navbar-collapse {
    display: none !important;
    flex-basis: auto;
    justify-content: center;
    /* width: 0.2em; */
    /* height: auto; */
    /* max-width: 53em; */
  }

  .navbar-collapse.show {
    display: block !important;
  }
}

/* Media query para telas com largura máxima de 600px */
@media (max-width: 600px) {
  .text-4xl {
    transform: translateY(-20%);
    line-height: 60px;
  }
  .text-4xl2 {
    font-size: 3em;
    transform: translateY(-17%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 3em;
    transform: translateY(5%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 2.5em;
    transform: translateY(-6%);
    line-height: 60px;
  }
  .text-center1{
    transform: translateY(160%);
    text-align: center;
  }
  .logo {
    max-width: 100%;
    /* margin-top: 20px; */
    height: auto;
    padding: 15px 0px 160px 17px;
    position: sticky;
  }
}

@media (max-width: 522px) {
  .text-4xl {
    transform: translateY(-20%);
    line-height: 60px;
  }
  .text-4xl2 {
    font-size: 3em;
    transform: translateY(-17%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 3em;
    transform: translateY(5%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 2.5em;
    transform: translateY(-6%);
    line-height: 60px;
  }
  .text-center1{
    transform: translateY(160%);
    text-align: center;
  }
  .logo {
    max-width: 105%;
    /* margin-top: 20px; */
    height: auto;
    padding: 8px 0px 160px 17px;
    position: sticky;
  }
}

/* Media query para telas com largura máxima de 480px */
@media (max-width: 480px) {
  .text-4xl {
    transform: translateY(-20%);
    line-height: 60px;
  }
  .text-4xl2 {
    font-size: 3em;
    transform: translateY(-17%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 3em;
    transform: translateY(-3%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 3em;
    transform: translateY(-5%);
    line-height: 60px;
  }

  .logo {
    max-width: 100%;
    /* margin-top: 20px; */
    height: auto;
    padding: 8px 0px 85px 10px;
    position: sticky;
  }
}

/* Media query para telas com largura máxima de 480px */
@media (max-width: 415px) {
  .container-fluid {
    margin-left: 0px !important;
    margin-right: 0;
  }

  .text-4xl {
    transform: translateY(-20%);
    line-height: 60px;
  }
  .text-4xl2 {
    font-size: 3em;
    transform: translateY(-17%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 3em;
    transform: translateY(-13%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 3em;
    transform: translateY(-5%);
    line-height: 60px;
  }

  .logo {
    max-width: 100%;
    /* margin-top: 20px; */
    height: auto;
    top: 1em;
    position: sticky;
    padding: 0px 15px 0px 0px;
  }
}

/* Adicione mais media queries conforme necessário para outros tamanhos de tela */
@media (max-width: 400px) {
  .text-4xl {
    transform: translateY(-20%);
    line-height: 60px;
  }
  .text-4xl2 {
    font-size: 3em;
    transform: translateY(-17%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 3em;
    transform: translateY(-13%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 3em;
    transform: translateY(-5%);
    line-height: 60px;
  }
}


/* Media query para telas com largura máxima de 320px (por exemplo, smartphones em modo retrato) */
@media (max-width: 375px) {
  .text-4xl {
    transform: translateY(-20%);
    line-height: 60px;
  }
  .text-4xl3 {
    font-size: 2.5em;
    transform: translateY(-6%);
    line-height: 60px;
  }
  .text-4xl4 {
    font-size: 2.5em;
    transform: translateY(-6%);
    line-height: 60px;
  }
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-\[35px\] {
  font-size: 35px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[28px\] {
  font-size: 28px;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-loose {
  line-height: 2;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-normal {
  line-height: 1.5;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(9 14 52 / var(--tw-text-opacity));
}

.text-body-color {
  --tw-text-opacity: 1;
  color: rgb(99 115 129 / var(--tw-text-opacity));
}

.text-white {
  color: white;
}

.text-dark-700 {
  color: #090e34b3;
}

.text-\[\#dddddd\] {
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(48 255 255 / var(--tw-text-opacity));
}

.text-\[\#cdced6\] {
  --tw-text-opacity: 1;
  color: rgb(205 206 214 / var(--tw-text-opacity));
}

.text-\[\#e4e4e4\] {
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(33 43 54 / var(--tw-text-opacity));
}

.text-\[\#fbb040\] {
  --tw-text-opacity: 1;
  color: rgb(251 176 64 / var(--tw-text-opacity));
}

.text-\[\#969696\] {
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}

.text-\[\#adadad\] {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity));
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#ACB6BE\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(172 182 190 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#ACB6BE\]:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(172 182 190 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#ACB6BE\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(172 182 190 / var(--tw-placeholder-opacity));
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-testimonial {
  --tw-shadow: 0px 60px 120px -20px #ebeffd;
  --tw-shadow-colored: 0px 60px 120px -20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-pricing {
  --tw-shadow: 0px 39px 23px -27px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0px 39px 23px -27px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(48 86 211 / var(--tw-ring-opacity));
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.transition-\[top\] {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  font-family: "Inter", sans-serif;
}

.sticky {
  position: fixed;
  z-index: 9999;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sticky .navbar-logo {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.sticky #navbarCollapse1 li a {
  --tw-text-opacity: 1;
  color: rgb(9 14 52 / var(--tw-text-opacity));
}


.sticky #navbarCollapse1 li a:hover {
  --tw-text-opacity: 1;
  color: rgb(48 86 211 / var(--tw-text-opacity));
  opacity: 1;
}

#navbarCollapse1 li .ud-menu-scroll.active {
  opacity: 0.7;
}

.sticky #navbarCollapse1 li .ud-menu-scroll.active {
  --tw-text-opacity: 1;
  color: rgb(48 86 211 / var(--tw-text-opacity));
  opacity: 1;
}

.sticky .loginBtn {
  --tw-text-opacity: 1;
  color: rgb(9 14 52 / var(--tw-text-opacity));
}

.sticky .loginBtn:hover {
  --tw-text-opacity: 1;
  color: rgb(48 86 211 / var(--tw-text-opacity));
  opacity: 1;
}

.sticky .signUpBtn {
  --tw-bg-opacity: 1;
  background-color: rgb(48 86 211 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sticky .signUpBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 14 52 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:right-1::after {
  content: var(--tw-content);
  right: 0.25rem;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:mt-\[-2px\]::after {
  content: var(--tw-content);
  margin-top: -2px;
}

.after\:h-2::after {
  content: var(--tw-content);
  height: 0.5rem;
}

.after\:w-2::after {
  content: var(--tw-content);
  width: 0.5rem;
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  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));
}

.after\:rotate-45::after {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}

.after\:border-b-2::after {
  content: var(--tw-content);
  border-bottom-width: 2px;
}

.after\:border-r-2::after {
  content: var(--tw-content);
  border-right-width: 2px;
}

.after\:border-current::after {
  content: var(--tw-content);
  border-color: currentColor;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(48 86 211 / var(--tw-border-opacity));
}

.hover\:border-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(9 14 52 / var(--tw-border-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 86 211 / var(--tw-bg-opacity));
}

.hover\:bg-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 14 52 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: #eb8100
}

.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(9 14 52 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-pink:hover {
  --tw-text-opacity: 1;
  color: #b9157a8d;
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:filter-none:hover {
  filter: none;
}

.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(48 86 211 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:shadow-none:focus-visible {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:rotate-6 {
  --tw-rotate: 6deg;
  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));
}

.group:hover .group-hover\:rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(48 86 211 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

/* Estilos para altura responsiva do modal com id="termosModal" */
#termosModal .modal-content {
  height: 80vh; /* Valor padrão para a menor tela */
}

@media (min-width: 640px) {
  #termosModal .modal-content {
    height: 70vh;
  }
}

@media (min-width: 768px) {
  #termosModal .modal-content {
    height: 60vh;
  }
}

@media (min-width: 1024px) {
  #termosModal .modal-content {
    height: 50vh;
  }
}

@media (min-width: 1280px) {
  #termosModal .modal-content {
    height: 40vh;
  }
}

@media (min-width: 540px) {
  .sm\:flex {
    display: flex;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-\[26px\] {
    font-size: 26px;
  }

  .sm\:text-\[28px\] {
    font-size: 28px;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }
}

@media (min-width: 720px) {
  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-\[60px\] {
    padding: 60px;
  }

  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:pt-\[130px\] {
    padding-top: 130px;
  }

  .md\:pt-\[120px\] {
    padding-top: 120px;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-\[42px\] {
    font-size: 42px;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[26px\] {
    font-size: 26px;
  }

  .md\:text-\[45px\] {
    font-size: 45px;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }
}

@media (min-width: 960px) {
  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-\[110\%\] {
    top: 110%;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mb-\[150px\] {
    margin-bottom: 150px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[45\%\] {
    height: 45%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-\[565px\] {
    max-width: 565px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pt-\[160px\] {
    padding-top: 160px;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .lg\:pb-\[90px\] {
    padding-bottom: 90px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
      0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
      0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:after\:right-0::after {
    content: var(--tw-content);
    right: 0px;
  }

  .group:hover .lg\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:top-full {
    top: 100%;
  }

  .group:hover .lg\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:opacity-70 {
    opacity: 0.7;
  }
}

@media (min-width: 1140px) {
  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:h-1\/2 {
    height: 50%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:max-w-\[100px\] {
    max-width: 100px;
  }

  .xl\:max-w-\[640px\] {
    max-width: 640px;
  }

  .xl\:p-\[70px\] {
    padding: 70px;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:text-\[42px\] {
    font-size: 42px;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1320px) {
  .\32xl\:max-w-\[120px\] {
    max-width: 120px;
  }

  .\32xl\:p-\[60px\] {
    padding: 60px;
  }

  .\32xl\:text-\[40px\] {
    font-size: 40px;
  }
}

  .bg-secondary {
  background-color: #ffffff !important;
  }

  .bg-transparent {
  background-color: rgb(250, 254, 255) !important;
  }

  .navbar-expand-lg {
    background-color: white;
  }

  /* ================================== CSS DO IMPOSTOMETRO ================================== */

  body { 
  /* CSS Variables that may have been missed get put on body */ 
      --bs-gutter-x:  1.5rem;  
      --bs-gutter-y:  0;  
      transform: translateX(50);
  } 

  * { 
      box-sizing:  border-box;
      scrollbar-width: auto; 
      scrollbar-color: #f58601 #ffffff;
  } 

  body { 
      margin: 0; 
      font-family:  "Roboto", sans-serif; 
      font-size:  var(--bs-body-font-size); 
      font-weight:  var(--bs-body-font-weight); 
      line-height:  var(--bs-body-line-height); 
      color:  var(--bs-body-color); 
      text-align:  var(--bs-body-text-align); 
      background-color:  var(--bs-body-bg); 
      -webkit-text-size-adjust:  100%; 
      -webkit-tap-highlight-color:  transparent;
      background: #fbfbfb;
  } 

  html { 
      font-family: "Roboto", sans-serif; 
      background: #fbfbfb;
  } 

  :root { 
      --bs-font-sans-serif: "Roboto", sans-serif, system-ui, -apple-system, "Segoe UI", "Roboto Slab", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      --bs-body-font-family: var(--bs-font-sans-serif); 
      --bs-body-font-size: 1rem; 
      --bs-body-font-weight: 500; 
      --bs-body-line-height: 1.5; 
      --bs-body-color: #013D81; 
      --bs-body-bg: #FFFFFF;
  } 

  @media (prefers-reduced-motion: no-preference){ 
    :root { 
      scroll-behavior: smooth;
    } 
  }     
  
  @media (max-width: 768px) {
    .mobile-hidden {
      display: none;
    }
  }

  #impostometro { 
      width: 1200px;
      height: 350px;
      margin-top: 80px; 
      background: #ffffff;
      position: relative;
      bottom: 40px;
      z-index: 1;
      border-radius: 40px;
      margin-left: auto;
      margin-right: auto;
  } 
  
  *,:after,:before { 
      box-sizing: border-box;
  } 

  :-webkit-scrollbar { 
      width: 8px;
  } 

  :-webkit-scrollbar-thumb { 
      background-color: #f58601; 
      border-radius: 12px; 
      border: 0px none #ffffff;
  } 

  :-webkit-scrollbar-track { 
      background: #ffffff;
  } 

  .container { 
      width: 100%; 
      padding-right: var(--bs-gutter-x,.75rem); 
      padding-left: var(--bs-gutter-x,.75rem); 
      margin-right: auto; 
      margin-left: auto;
  } 

  @media (max-width: 768px) {
    #impostometro {
      aspect-ratio: 16/9;
      width: auto;
      max-width: 600px; /* Largura máxima desejada */
      margin-top: 200px; /* Centralizar horizontalmente */
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      /* Outros estilos... */
      display: flex;
      justify-content: center;
    }
  }

  @media (min-width: 576px){ 
    .container { 
      max-width: 540px;
    } 
  }     

  @media (min-width: 768px){ 
    .container { 
      max-width: 720px;
    } 
  }     

  @media (min-width: 992px){ 
    .container { 
      max-width: 960px;
    } 

    #nwrap {
      white-space: nowrap;
      color: #000;
      transform: translateX(-20%);
    }
  }     

  @media (min-width: 1200px){ 
    .container { 
      max-width: 1140px;
    } 
  }     

  @media (min-width: 1400px){ 
    .container { 
      max-width: 1320px;
    } 
  }     

  .row { 
      --bs-gutter-x: 1.5rem; 
      --bs-gutter-y: 0; 
      display: flex; 
      flex-wrap: wrap; 
      margin-top: calc(-1 * var(--bs-gutter-y)); 
      margin-right: calc(-.5 * var(--bs-gutter-x)); 
      margin-left: calc(-.5 * var(--bs-gutter-x));
  } 

  .row > *  { 
      flex-shrink: 0; 
      width: 100%; 
      max-width: 100%; 
      padding-right: calc(var(--bs-gutter-x) * .5); 
      padding-left: calc(var(--bs-gutter-x) * .5); 
      margin-top: var(--bs-gutter-y);
  } 

  .col-12 { 
      flex: 0 0 auto; 
      width: 100%;
  } 

  @media (min-width: 576px){ 
    .col-sm-12 { 
      flex: 0 0 auto; 
      width: 100%;
    } 
  }     

  @media (min-width: 992px){ 
    .col-lg-12 { 
      flex: 0 0 auto; 
      width: 100%;
    } 
  }     

  #impostometro .buttons  { 
      position: relative; 
      text-align: center; 
      width: 100%; 
      min-height: 20px; 
      top: 0; 
      margin-top: 20px;
  } 

  iframe { 
      border: 0;
  } 

  [hidden] { 
      display: none!important;
  } 

  button { 
      border-radius: 0;
      margin:  0; 
      font-family:  inherit; 
      font-size:  inherit; 
      line-height:  inherit;
      text-transform: none;
  } 

  [type="button"],button { 
      -webkit-appearance: button;
  } 

  .btn { 
      display: inline-block; 
      font-weight: 400; 
      line-height: 1.5; 
      color: #212529; 
      text-align: center; 
      text-decoration: none; 
      vertical-align: middle; 
      cursor: pointer; 
      -webkit-user-select: none; 
      -moz-user-select: none; 
      user-select: none; 
      background-color: transparent; 
      border: 1px solid transparent; 
      padding: .375rem .75rem; 
      font-size: 1rem; 
      border-radius: .25rem; 
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  } 

  [type="button"]:not(:disabled),button:not(:disabled) { 
      cursor: pointer;
  } 

  #impostometro .buttons .btn  { 
      background: #ffffff; 
      border-radius: 4px; 
      text-align: center; 
      letter-spacing: 0.02em; 
      text-transform: uppercase; 
      padding: 8px 58px; 
      color: #556476; 
      margin-right: 16px;
  } 

  #impostometro .buttons .btn.active  { 
      background: #eb8100; 
      color: #ffffff;
  } 

  .btn:hover { 
      color: #013D81;
  } 

  @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap'); 
  * { 
      box-sizing:  border-box;
      scrollbar-width: auto; 
      scrollbar-color: #f58601 #ffffff;
  } 

  body { 
      margin: 0; 
      font-family:  "Roboto", sans-serif; 
      font-size:  var(--bs-body-font-size); 
      font-weight:  var(--bs-body-font-weight); 
      line-height:  var(--bs-body-line-height); 
      color:  var(--bs-body-color); 
      text-align:  var(--bs-body-text-align); 
      background-color:  var(--bs-body-bg); 
      -webkit-text-size-adjust:  100%; 
      -webkit-tap-highlight-color: transparent;
      background: #ffffff;
  } 

  html { 
      font-family: "Roboto", sans-serif; 
      background: #fbfbfb;
  } 

  :root { 
      --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-body-font-family: var(--bs-font-sans-serif); 
      --bs-body-font-size: 1rem; 
      --bs-body-font-weight: 400; 
      --bs-body-line-height: 1.5; 
      --bs-body-color: #013D81; 
      --bs-body-bg: #fff;
  } 

  @media (prefers-reduced-motion: no-preference){ 
    :root { 
      scroll-behavior: smooth;
    } 
  }     

  #impostometro {
    margin-top: 80px;
    margin-bottom: 100px;
    background: #003E7F;
  } 

  *,:after,:before { 
      box-sizing: border-box;
  } 

  :-webkit-scrollbar { 
      width: 8px;
  } 

  :-webkit-scrollbar-thumb { 
      background-color: #f58601; 
      border-radius: 12px; 
      border: 0px none #ffffff;
  } 

  :-webkit-scrollbar-track { 
      background: #ffffff;
  } 

  @media (max-width: 768px) {
    .mobile-hidden {
      display: none;
    }
  }

/* ================================== FIM CSS DO IMPOSTOMETRO ================================== */

.img1-parceiros {
  margin-top: 80px;
}

/*começo do efeito da nav bar*/

#navbarstrap {
  box-shadow: black 1px 1px 10px;
  background-color: rgb(255 255 255 / 0.9);
  backdrop-filter: brightness(60%);
  backdrop-filter: blur(15px);
}
/*final*/

#itens-sobre {
  margin-bottom: -70px;
  border-color: #003E7F;
  color: #003E7F;
}

#saiba-mais {
  margin-bottom: 500px;
  padding: 100px;
}

#caixa-sobre {
  margin-top: 0px;
  border-radius: 20px;
  height: 1300px;
}

#caixa-nossa-historia {
  color: #003E7F;
}

#caixa-faq {
  position: relative;
  height: 40px;
}

@media (max-width: 3000px) {
  #atas {
    font-size: 4em; 
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .videos {
    transform: translateY(17%);
  }

  #caixa-faq {
    height: 40px;
  }

  #caixa-faq2, #caixa-faq5 {
    height: 50px;
  }

  .atas {
    transform: translateY(30%);
  }

  .convencao {
    transform: translateX(-5%);
    text-align: center;
  }

  .politica {
    transform: translateX(0%);
    text-align: center;
  }

  .termos {
    transform: translateX(0%);
    transform: translateY(0%);
    text-align: center;
  }
}

@media (max-width: 427px) {
  .videos {
    transform: translateY(17%);
  }

  #caixa-faq {
    height: 20px;
  }

  #caixa-faq2 {
    height: 50px;
  }

  #caixa-faq5 {
    height: 10px;
  }
}

@media (max-width: 423px) {
  .videos {
    transform: translateY(17%);
  }

  #caixa-faq {
    height: 30px;
  }

  #caixa-faq2 {
    height: 50px;
  }

  #caixa-faq5 {
    height: 30px;
  }

  .convencao {
    transform: translateX(-3%);
    text-align: center;
  }
}

@media (max-width: 413px) {
  .videos {
    transform: translateY(17%);
  }

  #caixa-faq {
    height: 30px;
  }

  #caixa-faq2 {
    height: 70px;
  }

  #caixa-faq3 {
    height: 75px;
  }

  #caixa-faq5 {
    height: 50px;
  }

  .convencao {
    transform: translateX(-7%);
    text-align: center;
  }
}

@media (max-width: 408px) { /* Telas para celulares tipo Redmi Note 8 Pro */
  .videos {
    transform: translateY(17%);
  }

  #caixa-faq {
    height: 40px;
  }

  #caixa-faq2 {
    height: 80px;
  }

  #caixa-faq5 {
    height: 90px;
  }
}

@media (max-width: 390px) {
  #caixa-faq {
    height: 40px;
  }

  #caixa-faq2, #caixa-faq5 {
    height: 50px;
  }

  .atas {
    transform: translateY(30%);
  }

  .convencao {
    transform: translateX(-7%);
    text-align: center;
  }
}

@media (max-width: 376px) {
  #caixa-faq {
    height: 40px;
  }

  #caixa-faq2, #caixa-faq5 {
    height: 50px;
  }

  .atas {
    transform: translateY(30%);
  }

  .convencao {
    transform: translateX(-11%);
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .videos {
    transform: translateY(17%);
  }

  .noticias {
    transform: translateY(17%);
  }

  #subcaixa-responsiva {
    transform: translateY(10%);
  }

  .box1 {
    margin-top: -40px;
  }

  #caixa-responsiva {
    transform: translateY(-20%);
  }
}

@media (min-width: 769px) {
  #caixa-responsiva {
    transform: translateY(20%);
  }
}

@media screen and (min-width: 900px) and (max-width: 3000px) {
  .politica {
    transform: translateY(-25%);
  }

  .termos {
    transform: translateY(-20%);
  }
}

#hero-container {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.bg-custom {
  background-image: linear-gradient(75deg, #181c49, #0130a4);
}

.font-color {
  color: rgb(255, 255, 255);
}

.font-white {
  color: white;
}

/* Botão Whatsapp CSS */
a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
/* Fim Botão Whatsapp CSS */

.bg-custom2 {
  background-color: #004a8d;
}

.text-custom {
  color: #004a8d
}

.opensans-regular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.robotoslab-regular {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}

.letter-spacing {
  hyphens: auto;
}

/* CSS do botão de login */
#login-button {
  --primary-color: #003E7F;
  --secondary-color: #fff;
  --hover-color: #f58601;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 30px;
  color: var(--secondary-color);
  padding: 0.2em 1.8em;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: bold;
}

#login-button .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#login-button .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

#login-button .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

#login-button:hover {
  background-color: var(--hover-color);
}

#login-button:hover .arrow {
  background: var(--secondary-color);
}

#login-button:hover .arrow:before {
  right: 0;
}
/* FIM CSS DO BOTÃO LOGIN */

/* Mapa Google Responsivo */
@media (max-width: 1400px) {
  .map-responsive {
    display: flex;
    width: calc(100% + 400px);
    /* object-fit: contain; */
    overflow: hidden;
    padding-bottom: 96.25%;
    position: relative;
    height: 0;
  }

  .map-responsive iframe {
    left: 0;
    top: 0;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    position: absolute;
  }
}

@media screen and (min-width: 1300px) {
  #line-ft {
    transform: translateY(65%) !important;
  }

  footer {
    height: 27em !important;
  }

  .lg\:pt-\[120px\] {
    padding-top: 45px !important;
  }

  .ft1 {
    white-space: nowrap !important;
    transform: translateX(-36%) !important;
  }

  .cpr {
    transform: translateY(69%) !important;
    margin-right: -13px !important;
    font-size: 11px !important;
  }

  .rodape-interno {
    transform: translateY(-10%) !important;
    margin-bottom: -100px !important;
  }

  .svgzin {
    display: flex !important;
    transform: translateX(-222%) !important;
    margin-left: -18px !important;
  }

  .dev {
    transform: translateY(55%) !important;
    font-size: 11px !important;
    margin-right: -10px !important;
  }

  #dev {
    text-align: center !important;
    display: flex !important;
    font-size: 11px !important;
    transform: translateX(-140%) !important;
    margin-right: -10px !important;
  }
}

@media screen and (min-width: 1320px) {
  #line-ft {
    transform: translateY(65%) !important;
  }

  footer {
    height: 27em !important;
  }

  .lg\:pt-\[120px\] {
    padding-top: 45px !important;
  }

  .ft1 {
    white-space: nowrap !important;
    transform: translateX(-36%) !important;
  }

  .cpr {
    transform: translateY(69%) !important;
    margin-right: -13px !important;
    font-size: 11px !important;
  }

  .rodape-interno {
    transform: translateY(20%) !important;
    margin-bottom: 0px !important;
  }

  .svgzin {
    display: flex !important;
    transform: translateX(-222%) !important;
    margin-left: -18px !important;
  }

  .dev {
    transform: translateY(55%) !important;
    font-size: 11px !important;
    margin-right: -10px !important;
  }

  #dev {
    text-align: center !important;
    display: flex !important;
    font-size: 11px !important;
    transform: translateX(-140%) !important;
    margin-right: -10px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .map-responsive {
    display: flex;
    width: calc(100% + 400px);
    /* object-fit: contain; */
    overflow: hidden;
    padding-bottom: 96.25%;
    position: relative;
    height: 0;
  }

  #line-ft {
    transform: translateY(65%) !important;
  }

  .map-responsive iframe {
    left: 0;
    top: 0;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    position: absolute;
  }

  footer {
    height: 27em !important;
  }

  .lg\:pt-\[120px\] {
    padding-top: 45px !important;
  }

  .ft1 {
    white-space: nowrap !important;
    transform: translateX(-36%) !important;
  }

  .cpr {
    transform: translateY(69%) !important;
    margin-right: -13px !important;
    font-size: 11px !important;
  }

  .rodape-interno {
    transform: translateY(-10%) !important;
    margin-bottom: -100px !important;
  }

  .svgzin {
    display: flex !important;
    transform: translateX(-222%) !important;
    margin-left: -18px !important;
  }

  .dev {
    transform: translateY(55%) !important;
    font-size: 11px !important;
    margin-right: -10px !important;
  }

  #dev {
    text-align: center !important;
    display: flex !important;
    font-size: 11px !important;
    transform: translateX(-140%) !important;
    margin-right: -10px !important;
  }
}

@media screen and (min-width: 1140px) and (max-width: 1199px) {
  .map-responsive {
    display: flex;
    width: calc(100% + 400px);
    /* object-fit: contain; */
    overflow: hidden;
    padding-bottom: 96.25%;
    position: relative;
    height: 0;
  }

  #line-ft {
    transform: translateY(37%) !important;
  }

  .map-responsive iframe {
    left: 0;
    top: 0;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    position: absolute;
  }

  footer {
    height: 32em !important;
  }

  .ft1 {
    white-space: nowrap !important;
    transform: translateX(-36%) !important;
  }

  .cpr {
    transform: translateY(69%) !important;
    margin-right: -13px !important;
    font-size: 11px !important;
  }

  .rodape-interno {
    transform: translateY(-10%) !important;
    margin-bottom: -100px !important;
  }

  .svgzin {
    display: flex !important;
    transform: translateX(-222%) !important;
    margin-left: -18px !important;
  }

  .dev {
    transform: translateY(55%) !important;
    font-size: 11px !important;
    margin-right: -10px !important;
  }

  #dev {
    text-align: center !important;
    display: flex !important;
    font-size: 11px !important;
    transform: translateX(-140%) !important;
    margin-right: -10px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1140px) {
  .map-responsive {
    display: flex;
    width: calc(100% + 400px);
    /* object-fit: contain; */
    overflow: hidden;
    padding-bottom: 96.25%;
    position: relative;
    height: 0;
  }

  .map-responsive iframe {
    left: 0;
    top: 0;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    position: absolute;
  }

  footer {
    height: 45em !important;
  }

  .ft1 {
    white-space: nowrap !important;
    transform: translateX(-36%) !important;
  }

  .cpr {
    transform: translateY(69%) !important;
    margin-right: -13px !important;
    font-size: 11px !important;
  }

  .rodape-interno {
    transform: translateY(-10%) !important;
    margin-bottom: -100px !important;
  }

  .svgzin {
    display: flex !important;
    transform: translateX(-222%) !important;
    margin-left: -18px !important;
  }

  .dev {
    transform: translateY(55%) !important;
    font-size: 11px !important;
    margin-right: -10px !important;
  }

  #dev {
    text-align: center !important;
    display: flex !important;
    font-size: 11px !important;
    transform: translateX(-140%) !important;
    margin-right: -10px !important;
  }
}

@media (max-width: 991px) {
  .map-responsive {
    width: calc(100% + 350px);
    overflow: visible;
    padding-bottom: 96.25%;
    position: relative;
    height: 0;
  }
  
  .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }

  .footer {
    height: 54em;
  }

  .line-ft2 {
    padding: 0px 0px 0px 0px;
  }

  #line-ft {
    transform: translateY(90%) !important;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -200, 0) !important;
  }
}

@media screen and (min-width: 961px) {
  #quemSomos {
    text-align: center;
    transform: translateY(5em);
  }
}

@media (max-width: 960px) {
  .map-responsive {
    width: calc(100% + 45px);
    overflow: visible;
    padding-bottom: 96.25%;
    position: relative;
    height: 0;
    margin-bottom: 7rem;
  }
  
  .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }

  #quemSomos {
    text-align: center;
    transform: translateY(5.5em);
  }

  .footer {
    height: 54em;
  }

  .line-ft2 {
    padding: 0px 0px 0px 0px;
  }

  #line-ft {
    transform: translateY(90%) !important;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -315, 0) !important;
  }
}

@media (max-width: 734px) {
  .footer {
    height: 54em;
  }

  .line-ft2 {
    padding: 0px 0px 0px 0px;
  }

  #line-ft {
    transform: translateY(55%) !important;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -290, 0) !important;
  }
}

@media (max-width: 719px) {
  .line-ft2 {
    padding: 7px 30em 0px 0;
  }

  .footer {
    height: 54em;
  }

  .line-ft2 {
    padding: 0px 0px 0px 175px;
  }

  #line-ft {
    transform: translateY(58%) !important;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -80, 0) !important;
  }
}

@media (max-width: 670px) {
  .map-responsive {
    width: calc(100%);
    overflow: visible;
    padding-bottom: 96.25%;
    position: relative;
    height: 0;
  }
  
  .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }

  .footer {
    height: 54em;
  }

  .line-ft2 {
    padding: 0px 0px 0px 155px;
  }

  #line-ft {
    transform: translateY(58%) !important;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -80, 0) !important;
  }
}

@media (max-width: 539px) {
  .rodape-interno {
    /* margin-bottom: 400px; */
    /* scale: 0.9; */
    height: -webkit-fill-available;
    /* width: min-content; */
  }

  .footer {
    height: 77em;
  }

  .line-ft2 {
    padding: 0px 0px 0px 155px;
  }

  #line-ft {
    transform: translateY(-40%) !important;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -80, 0) !important;
  }
}

@media (max-width: 500px) {
  #line-ft {
    transform: translateY(50%) !important;
  }

  .rodape-interno {
    height: auto;
  }

  .footer {
    height: 77em;
  }

  .line-ft2 {
    padding: 0px 0px 0px 145px;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -80, 0) !important;
  }
}

@media (max-width: 460px) {
  #line-ft {
    transform: translateY(50%) !important;
  }

  .rodape-interno {
    height: auto;
  }

  .footer {
    height: 77em;
  }

  .line-ft2 {
    padding: 0px 0px 0px 125px;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -80, 0) !important;
  }
}

@media (max-width: 435px) {
  #line-ft {
    transform: translateY(50%) !important;
  }

  .rodape-interno {
    height: auto;
  }

  .footer {
    height: 77em;
  }

  .line-ft2 {
    padding: 0px 0px 0px 115px;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -80, 0) !important;
  }
}

@media (max-width: 425px) {
  #line-ft {
    transform: translateY(50%) !important;
  }

  .rodape-interno {
    height: auto;
  }

  .footer {
    height: 77em;
  }

  .line-ft2 {
    padding: 0px 0px 0px 105px;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -80, 0) !important;
  }
}

@media (max-width: 415px) {
  #line-ft {
    transform: translateY(50%) !important;
  }

  .rodape-interno {
    height: auto;
  }

  .footer {
    height: 78em;
  }

  .line-ft2 {
    padding: 0px 0px 0px 95px;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -80, 0) !important;
  }
}

@media (max-width: 405px) {
  #line-ft {
    transform: translateY(50%) !important;
  }

  .rodape-interno {
    height: auto;
  }

  .footer {
    height: 78em;
  }

  .line-ft2 {
    padding: 0px 0px 0px 85px;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -80, 0) !important;
  }
}

@media (max-width: 395px) {
  #line-ft {
    transform: translateY(50%) !important;
  }

  .rodape-interno {
    height: auto;
  }

  .footer {
    height: 78em;
  }

  .line-ft2 {
    padding: 0px 0px 0px 75px;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -80, 0) !important;
  }
}

@media (max-width: 391px) {
  #line-ft {
    transform: translateY(50%) !important;
  }

  .rodape-interno {
    height: auto;
  }

  .footer {
    height: 75em !important;
  }

  .line-ft2 {
    position: absolute !important;
    transform: translateY(0%) !important;
    padding: 0px 0px 0px 85px;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -80, 0) !important;
  }
}

#navbar-roboto {
  font-family: 'Roboto', sans-serif;
}

.download-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 15px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  top: 10px;
}

.download-button::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: linear-gradient(45deg, #00f, #0f0, #f00);
  opacity: 0.8;
  filter: blur(20px);
  z-index: -1;
  transform: scale(0.8);
  transition: all 0.7s ease;
}

.download-button:hover {
  color: #000;
  background-color: #ececec;
  outline: 1px solid #000000;
}

.download-button:hover .download-icon {
  background-image: url('https://img.icons8.com/?size=512&id=366&format=png');
}

.download-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('https://cdn.discordapp.com/attachments/1084516858335613079/1112872341895118938/download.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  vertical-align: middle;
}

/* CSS Banners */

.bg-custom3 {
  background-image: linear-gradient(-75deg, #181c49, #0f1a6b, #064093, #0271c6, #00b2f1);
  background-size: 200% 200%;
  animation: gradientAnimation 10s ease infinite;
}

@keyframes gradientAnimation {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

@media screen and (max-width: 359px) {
  #login-button {
    display: none;
  }
  
  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    margin-top: 10px;
    transform: translateX(-5%);
    transform: translateY(-35%);
  }

  .line-ft2 {
    position: absolute;
    transform: translateY(240%);
    margin-bottom: 10px; 
    margin-top: -80px;
  }

  .rodape-interno {
    margin-bottom: -140px;
  }

  .footer {
    position: absolute;
    height: 1340px;
  }

  .cpr {
    position: relative;
    display: flex;
    font-size: 10px;
    transform: translateX(10%);
    margin-bottom: 50px;
  }

  #dev {
    text-align: center;
    display: flex;
    font-size: 10px;
    transform: translateX(-117%);
  }

  .linkedin {
    display: flex;
    font-size: 10px;
    transform: translateY(0%);
  }

  .svgzin {
    display: flex;
    transform: translateX(-182%);
    margin-left: -30px;
  }

  .text-base {
    font-size: 0.91rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 360px) and (max-width: 391px) {
  #login-button {
    display: none;
  }
  
  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    margin-top: 10px;
    transform: translateX(-5%);
    transform: translateY(-35%);
  }

  .line-ft2 {
    position: absolute;
    transform: translateY(240%);
    margin-bottom: 10px; 
    margin-top: -80px;
  }

  .rodape-interno {
    margin-bottom: -140px;
  }

  .footer {
    position: absolute;
    height: 1340px;
  }

  .cpr {
    position: relative;
    display: flex;
    font-size: 10px;
    transform: translateX(10%);
    margin-bottom: 50px;
  }

  #dev {
    text-align: center;
    display: flex;
    font-size: 10px;
    transform: translateX(-117%);
  }

  .linkedin {
    display: flex;
    font-size: 10px;
    transform: translateY(0%);
  }

  .svgzin {
    display: flex;
    transform: translateX(-182%);
    margin-left: -30px;
  }

  .text-base {
    font-size: 0.91rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 388px) and (max-width: 391px) {
  .text-base {
    font-size: 0.99rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 385px) and (max-width: 539px) {
  #login-button {
    display: none;
  }
  
  .line-ft2 {
    margin-bottom: -80px; 
    margin-top: -80px;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -15, 0);
  }

  #line-ft {
    transform: translateY(145%);
  }

  .rodape-interno {
    margin-bottom: -120px;
  }

  footer {
    position: absolute;
    height: 1310px;
  }

  .cpr {
    position: relative;
    display: flex;
    font-size: 10px;
    transform: translateX(20%);
    margin-bottom: 50px;
  }

  #dev {
    text-align: center;
    display: flex;
    font-size: 10px;
    transform: translateX(-117%);
    margin-right: 15px;
  }

  .linkedin {
    display: flex;
    font-size: 10px;
    transform: translateY(0%);
    margin-right: 10px;
  }

  .svgzin {
    display: flex;
    transform: translateX(-182%);
    margin-left: -30px;
  }
}

@media screen and (min-width: 394px) {
  #login-button {
    display: none;
  }
  
  .line-ft2 {
    margin-bottom: -80px; 
    margin-top: -80px;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-content: center;
    transform: matrix(1, 0, 0, 1, -80, 0);
  }

  #line-ft {
    transform: translateY(145%);
  }

  .rodape-interno {
    margin-bottom: -120px;
  }

  footer {
    position: absolute;
    height: 1310px;
  }

  .cpr {
    position: relative;
    display: flex;
    font-size: 10px;
    transform: translateX(20%);
    margin-bottom: 50px;
  }

  #dev {
    text-align: center;
    display: flex;
    font-size: 10px;
    transform: translateX(-117%);
    margin-right: 15px;
  }

  .linkedin {
    display: flex;
    font-size: 10px;
    transform: translateY(0%);
    margin-right: 10px;
  }

  .svgzin {
    display: flex;
    transform: translateX(-182%);
    margin-left: -30px;
  }
}

@media screen and (min-width: 540px) and (max-width: 719px) {
  #login-button {
    display: none;
  }
  
  .line-ft2 {
    margin-bottom: -80px;
    margin-top: -80px;
  }

  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-items: center;
    align-content: center;
    transform: translateX(13.5%);
  }

  #line-ft {
    transform: translateY(43%);
  }

  .rodape-interno {
    margin-bottom: -120px;
  }

  footer {
    position: absolute;
    height: 1310px;
  }

  .cpr {
    position: relative;
    display: flex;
    font-size: 10px;
    transform: translateX(20%);
    margin-bottom: 50px;
  }

  #dev {
    text-align: center;
    display: flex;
    font-size: 10px;
    transform: translateX(-117%);
    margin-right: 15px;
  }

  .linkedin {
    display: flex;
    font-size: 10px;
    transform: translateY(0%);
    margin-right: 10px;
  }

  .svgzin {
    display: flex;
    transform: translateX(-182%);
    margin-left: -30px;
  }

  .espacamento {
    line-height: 2rem;
  }
}

@media (max-width: 768px) {
  #login-button {
    display: none;
  }

  .line-ft2 {
    margin-bottom: -80px; 
    margin-top: -80px;
  }
  
  .ft1 {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    align-items: center;
    align-content: center;
  }

  #line-ft {
    transform: translateY(145%);
  }

  .rodape-interno {
    margin-bottom: -120px;
  }

  footer {
    position: absolute;
    height: 1310px;
  }

  .cpr {
    position: relative;
    display: flex;
    font-size: 10px;
    transform: translateX(20%);
    margin-bottom: 50px;
  }

  #dev {
    text-align: center;
    display: flex;
    font-size: 10px;
    transform: translateX(-117%);
    margin-right: 15px;
  }

  .linkedin {
    display: flex;
    font-size: 10px;
    transform: translateY(0%);
    margin-right: 10px;
  }

  .svgzin {
    display: flex;
    transform: translateX(-182%);
    margin-left: -30px;
  }
}

@media (min-width: 769px) {
  .line-ft2 {
    margin-bottom: -80px; 
    margin-top: -80px;
  }
}

@media (min-width: 1000px) {
  .line-ft2 {
    margin-bottom: -80px; 
    margin-top: -80px;
  }

  .rodape-interno {
    transform: translateY(-30%);
    margin-bottom: -100px;
  }

  #line-ft {
    transform: translateY(10%);
  }

  .ft1 {
    white-space: nowrap;
    transform: translateX(-65%);
  }

  .cpr{
    transform: translateY(70%);
    margin-right: 10px;
    font-size: 11px;
  }

  .dev {
    transform: translateY(55%);
    font-size: 11px;
    margin-right: -10px;
  }

  .svgzin {
    transform: translateY(55%);
  }

  .linkedin {
    transform: translateY(5%);
    font-size: 11px;
  }
}

@media (min-width: 1400px) {
  .ft1 {
    white-space: nowrap;
    transform: translateX(-65%);
  }

  .line-ft2 {
    margin-bottom: -80px; 
    margin-top: -80px;
  }

  .rodape-interno {
    transform: translateY(0%);
    margin-bottom: 0;
  }

  .cpr{
    transform: translateY(70%);
    margin-right: 10px;
    font-size: 11px;
  }

  .dev {
    transform: translateY(55%);
    font-size: 11px;
    margin-right: -10px;
  }

  .svgzin {
    transform: translateY(55%);
  }

  .linkedin {
    transform: translateY(5%);
    font-size: 11px;
  }
}

@media (min-width: 1600px) {
  .ft1 {
    white-space: nowrap;
    transform: translateX(-65%);
  }

  .line-ft2 {
    margin-bottom: -80px; 
    margin-top: -80px;
  }

  .rodape-interno {
    transform: translateY(0%);
    margin-bottom: 0;
  }

  .cpr{
    transform: translateY(70%);
    margin-right: 10px;
    font-size: 11px;
  }

  .dev {
    transform: translateY(55%);
    font-size: 11px;
    margin-right: -10px;
  }

  .svgzin {
    transform: translateY(55%);
  }

  .linkedin {
    transform: translateY(5%);
    font-size: 11px;
  }
}

@media (min-width: 1860px) {
  .ft1 {
    white-space: nowrap;
    transform: translateX(-65%);
  }

  .line-ft2 {
    margin-bottom: -80px; 
    margin-top: -80px;
  }

  .rodape-interno {
    transform: translateY(0%);
    margin-bottom: 0;
  }

  .cpr{
    transform: translateY(70%);
    margin-right: 10px;
    font-size: 11px;
  }

  .dev {
    transform: translateY(55%);
    font-size: 11px;
    margin-right: -10px;
  }

  .svgzin {
    transform: translateY(55%);
  }

  .linkedin {
    transform: translateY(5%);
    font-size: 11px;
  }
}

@media (min-width: 2360px) {
  .ft1 {
    white-space: nowrap;
    transform: translateX(-65%);
  }

  .line-ft2 {
    margin-bottom: -80px; 
    margin-top: -80px;
  }

  .rodape-interno {
    transform: translateY(0%);
    margin-bottom: 0;
  }

  .cpr{
    transform: translateY(70%);
    margin-right: 10px;
    font-size: 11px;
  }

  .dev {
    transform: translateY(55%);
    font-size: 11px;
    margin-right: -10px;
  }

  .svgzin {
    transform: translateY(55%);
  }

  .linkedin {
    transform: translateY(5%);
    font-size: 11px;
  }
}

@media (min-width: 3600px) {
  .ft1 {
    white-space: nowrap;
    transform: translateX(-65%);
  }

  .line-ft2 {
    margin-bottom: -80px; 
    margin-top: -80px;
  }

  .rodape-interno {
    transform: translateY(0%);
    margin-bottom: 0;
  }

  .cpr{
    transform: translateY(70%);
    margin-right: 10px;
    font-size: 11px;
  }

  .dev {
    transform: translateY(55%);
    font-size: 11px;
    margin-right: -10px;
  }

  .svgzin {
    transform: translateY(55%);
  }

  .linkedin {
    transform: translateY(5%);
    font-size: 11px;
  }
}

.scroll-container {
  width: 594px;  /* Largura do contêiner */
  height: auto; /* Altura do contêiner */
  overflow: auto; /* Torna o contêiner scrollável */
}