*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
    * {
  margin: 0px;
  box-sizing: border-box;
  border-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
  padding: 0px;
  font-family: Montserrat, sans-serif;
}

    html {
  scroll-behavior: smooth;
}

    header {
  position: absolute;
  top: 0px;
  z-index: 30;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

    main {
  min-height: 100dvh;
  overflow-x: hidden;
}

    section {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

    @media (min-width: 1024px) {

  section {
    min-height: 400px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

    section>div {
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 83.333333%;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

    @media (min-width: 1024px) {

  section>div {
    width: 91.666667%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

    @media (min-width: 1280px) {

  section>div {
    width: 75%;
  }
}

    section>div>div {
  margin-bottom: 3rem;
}

    section>div>div:last-child {
  margin-bottom: 0px;
}

    span {
  display: flex;
}

    figure, picture {
  display: flex;
}

    h1 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

    @media (min-width: 768px) {

  h1 {
    font-size: 2rem;
  }
}

    @media (min-width: 1024px) {

  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

    @media (min-width: 1280px) {

  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

    h2 {
  font-size: 3rem;
  font-weight: 700;
}

    @media (min-width: 1024px) {

  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

    h3 {
  font-size: 1rem;
  font-weight: 700;
}

    @media (min-width: 1024px) {

  h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

    h4 {
  font-size: .8rem;
}

    @media (min-width: 1024px) {

  h4 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

    h5 {
  font-size: 0.75rem;
  line-height: 1rem;
}

    p, li {
  z-index: 10;
  font-size: .8rem;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity, 1));
}

    @media (min-width: 1024px) {

  p, li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

    strong {
  z-index: 10;
  font-size: .8rem;
  font-weight: 800;
}

    @media (min-width: 1024px) {

  strong {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

    p, ul {
  margin-top: 2rem;
  margin-bottom: 0px;
}

    @media (min-width: 1024px) {

  p, ul {
    margin-top: 1rem;
  }
}

    li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

    a {
  cursor: pointer;
}

    input, textarea {
  border-radius: 0.25rem;
  padding: 0.75rem;
  font-weight: 300;
  outline-width: 0px;
}

    table {
  margin-bottom: 2rem;
}

    table:last-child {
  margin-bottom: 0px;
}

    button {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
  cursor: pointer;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .8rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(254 254 253 / var(--tw-text-opacity, 1));
}

    @media (min-width: 768px) {

  button {
    min-width: 300px;
    font-size: 1rem;
  }
}

    @media (min-width: 1024px) {

  button {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 2rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.titulo {
  margin-bottom: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(59 100 41 / var(--tw-text-opacity, 1));
}
.icone-contato {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 30;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(74 229 101 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(254 254 253 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .icone-contato {
    bottom: 3rem;
    right: 3rem;
  }
}
.btn-container {
  display: flex;
  justify-content: center;
}
.btn-primario {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(103 180 46 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1;
  color: rgb(254 254 253 / var(--tw-text-opacity, 1));
}
#estrutura, #galeria, #alimentacao, #valores, #exp {
  --tw-bg-opacity: 1;
  background-color: rgb(238 245 231 / var(--tw-bg-opacity, 1));
}
#estrutura {
  padding-top: 0px !important;
}
#banner {
  padding-top: 2rem;
  padding-bottom: 24rem;
}
@media (min-width: 1024px) {

  #banner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#banner .logotipo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  height: 7rem;
  width: 7rem;
}
@media (min-width: 1024px) {

  #banner .logotipo {
    margin-top: -2rem;
    margin-left: 0px;
    height: 10rem;
    width: 10rem;
  }
}
#banner .img-banner {
  position: absolute;
  bottom: 0px;
  height: 50%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {

  #banner .img-banner {
    right: 0px;
    top: 0px;
    height: 100%;
  }
}
#banner h1 {
  display: flex;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(59 100 41 / var(--tw-text-opacity, 1));
}
#banner h1 span {
  margin-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(83 110 179 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  #banner h1 span {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
#banner h4 br {
  display: none;
}
@media (min-width: 768px) {

  #banner h4 br {
    display: block;
  }
}
#banner .bg-gradiente-branco {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #FEFEFD var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 50%;
  --tw-gradient-to: rgb(254 254 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: 100%;
}
@media (min-width: 768px) {

  #banner .bg-gradiente-branco {
    --tw-gradient-to-position: 80%;
  }
}
@media (min-width: 1024px) {

  #banner .bg-gradiente-branco {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from-position: 30%;
    --tw-gradient-to-position: 60%;
  }
}
#exp .exp-container {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {

  #exp .exp-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  #exp .exp-container {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
#exp .exp-box {
  height: 18rem;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
@media (min-width: 1024px) {

  #exp .exp-box {
    height: 24rem;
  }
}
#exp .exp-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#exp .exp-box span {
  width: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(103 180 46 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(254 254 253 / var(--tw-text-opacity, 1));
}
#experiencias .img-suites {
  height: 14rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#experiencias .img-suites:last-child {
  margin-top: 1rem;
}
@media (min-width: 768px) {

  #experiencias .img-suites {
    margin-top: 0px !important;
    height: 18rem;
  }
}
@media (min-width: 1024px) {

  #experiencias .img-suites {
    height: 100%;
  }
}
#avaliacoes h1 br {
  display: none;
}
@media (min-width: 1024px) {

  #avaliacoes h1 br {
    display: block;
  }
}
#avaliacoes .avaliacao-box {
  margin-top: 1rem;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
#avaliacoes .avaliacao-box:first-child {
  margin-top: 0px;
}
@media (min-width: 768px) {

  #avaliacoes .avaliacao-box {
    flex-direction: row;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    padding: 3rem;
  }
}
@media (min-width: 1024px) {

  #avaliacoes .avaliacao-box {
    height: 10rem;
  }
}
#avaliacoes .avaliacao-box .logo-cliente {
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {

  #avaliacoes .avaliacao-box .logo-cliente {
    width: 40%;
  }
}
@media (min-width: 1024px) {

  #avaliacoes .avaliacao-box .logo-cliente {
    width: 25%;
  }
}
#avaliacoes .avaliacao-box .logo-cliente img {
  width: 83.333333%;
  --tw-brightness: brightness(2);
  --tw-contrast: contrast(2);
  --tw-saturate: saturate(0);
  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);
}
#avaliacoes .avaliacao-box .avaliacao-cliente {
  width: 100%;
  flex-direction: column;
  padding-top: 2rem;
  --tw-text-opacity: 1;
  color: rgb(254 254 253 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  #avaliacoes .avaliacao-box .avaliacao-cliente {
    width: 60%;
    padding-left: 2rem;
    padding-top: 0px;
  }
}
@media (min-width: 1024px) {

  #avaliacoes .avaliacao-box .avaliacao-cliente {
    width: 75%;
  }
}
#avaliacoes .avaliacao-box .avaliacao-cliente p {
  margin: 0px !important;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(254 254 253 / var(--tw-text-opacity, 1));
}
#avaliacoes .grade-logos {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media (min-width: 768px) {

  #avaliacoes .grade-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 0.25rem;
  }
}
@media (min-width: 1024px) {

  #avaliacoes .grade-logos {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
#avaliacoes .grade-logos img {
  aspect-ratio: 1 / 1;
  height: 5rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#estrutura .estrutura-container {
  margin-top: 2rem;
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 768px) {

  #estrutura .estrutura-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#estrutura .estrutura-box {
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: rgb(103 180 46 / 0.2);
}
#estrutura .estrutura-box img {
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#estrutura .estrutura-box p {
  margin: 0px;
  width: 100%;
  padding: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(59 100 41 / var(--tw-text-opacity, 1));
}
#estrutura .mapa-regiao {
  margin-top: 2rem;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgb(103 180 46 / 0.2);
}
@media (min-width: 1024px) {

  #estrutura .mapa-regiao {
    margin-top: 0px;
  }
}
#estrutura .mapa-regiao .mapa {
  height: 10rem;
  --tw-bg-opacity: 1;
  background-color: rgb(59 100 41 / var(--tw-bg-opacity, 1));
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {

  #estrutura .mapa-regiao .mapa {
    height: 30rem;
  }
}
#estrutura .mapa-regiao .legenda {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(59 100 41 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  #estrutura .mapa-regiao .legenda {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#estrutura .mapa-regiao .legenda li {
  display: flex;
}
#estrutura .mapa-regiao .legenda li .icone {
  height: 2rem;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(59 100 41 / var(--tw-bg-opacity, 1));
}
#estrutura .mapa-regiao .legenda li span {
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity, 1));
}
#estrutura .mapa-regiao .legenda li span p {
  margin: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
}
#galeria>div {
  gap: 1rem !important;
}
@media (min-width: 768px) {

  #galeria>div {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) {

  #galeria>div {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
#galeria video {
  margin-bottom: 3rem;
  width: 100%;
}
@media (min-width: 768px) {

  #galeria video {
    grid-column: span 3 / span 3;
  }
}
@media (min-width: 1024px) {

  #galeria video {
    grid-column: span 4 / span 4;
  }
}
#alimentacao .alim-box {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  height: 24rem;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
@media (min-width: 1024px) {

  #alimentacao .alim-box {
    height: 16rem;
    flex-direction: row;
  }
}
#alimentacao .alim-box span {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(254 254 253 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  #alimentacao .alim-box span {
    width: 50%;
    padding: 2rem;
  }
}
#alimentacao .alim-box span h3 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(103 180 46 / var(--tw-text-opacity, 1));
}
#alimentacao .alim-box span p {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(254 254 253 / var(--tw-text-opacity, 1));
}
#alimentacao .alim-box img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {

  #alimentacao .alim-box img {
    width: 66.666667%;
  }
}
#alimentacao .alim-box .gradiente-preto {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(37 37 37 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 37 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 30%;
  --tw-gradient-to: rgb(37 37 37 / 1) var(--tw-gradient-to-position);
  --tw-gradient-to-position: 60%;
}
@media (min-width: 1024px) {

  #alimentacao .alim-box .gradiente-preto {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
}
#valores br {
  display: none;
}
@media (min-width: 1024px) {

  #valores br {
    display: block;
  }
}
#valores .tab-container {
  width: 260px;
  overflow-x: scroll;
}
@media (min-width: 768px) {

  #valores .tab-container {
    width: 100%;
  }
}
@media (min-width: 1024px) {

  #valores .tab-container {
    overflow-x: auto;
  }
}
#valores table {
  width: 100%;
}
#valores table thead {
  --tw-bg-opacity: 1;
  background-color: rgb(59 100 41 / var(--tw-bg-opacity, 1));
}
#valores table thead th {
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(254 254 253 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  #valores table thead th {
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#valores table tbody tr:nth-child(even) {
  background-color: rgb(103 180 46 / 0.1);
}
#valores table tbody tr td {
  border-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(59 100 41 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
#valores table tbody tr td:first-child {
  min-width: 200px;
  font-weight: 700;
}
@media (min-width: 1024px) {

  #valores table tbody tr td {
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#valores table tbody tr .valores {
  min-width: 150px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
#valores table tbody tr .valores:last-child {
  text-align: center;
}
@media (min-width: 1024px) {

  #valores table tbody tr .valores {
    width: 20%;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
#valores table tbody tr .v-menor {
  min-width: 150px;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media (min-width: 1024px) {

  #valores table tbody tr .v-menor {
    width: 20%;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
#valores table tbody tr td span {
  flex-direction: row;
  justify-content: center;
}
#valores table tbody tr td span p {
  margin: 0px;
  width: 50%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}
#valores table tbody tr td span p:last-child {
  text-align: right;
}
@media (min-width: 1024px) {

  #valores table tbody tr td span p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#valores .checks {
  flex-direction: row;
}
#valores .checks:last-child {
  margin-top: 1rem !important;
}
@media (min-width: 1024px) {

  #valores .checks {
    margin-top: 0px !important;
  }
}
#valores .checks .icone {
  margin-right: 0.5rem;
  max-height: 3rem;
  width: 16.666667%;
}
@media (min-width: 1024px) {

  #valores .checks .icone {
    max-height: 5rem;
    --tw-scale-x: 50%;
    --tw-scale-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));
  }
}
#valores .checks p {
  margin: 0px;
  width: 83.333333%;
}
#contato {
  background-image: url(daa73e04c46e1532c06a.webp);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 8rem;
  padding-bottom: 16rem;
}
@media (min-width: 1024px) {

  #contato {
    background-size: cover;
    background-position: right;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
#contato p {
  --tw-text-opacity: 1;
  color: rgb(254 254 253 / var(--tw-text-opacity, 1));
}
#contato .intro {
  position: relative;
  margin-top: 3rem;
  display: grid;
  width: 100%;
  gap: 2rem;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(103 180 46 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem !important;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(254 254 253 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  #contato .intro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  #contato .intro {
    padding: 2rem;
    padding-top: 5rem !important;
  }
}
#contato .intro h3 {
  position: absolute;
  top: -1.5rem;
  left: 5%;
  height: 7rem;
  width: 90%;
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(103 180 46 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  #contato .intro h3 {
    height: 4rem;
  }
}
@media (min-width: 1024px) {

  #contato .intro h3 {
    left: 16%;
    width: 66.666667%;
  }
}
#contato .intro .prim {
  margin-top: 3rem;
}
@media (min-width: 768px) {

  #contato .intro .prim {
    margin-top: 0px !important;
  }
}
#contato .intro>span {
  width: 100%;
}
#contato .intro span p {
  margin-top: 0px;
}
#contato .intro h3 br {
  display: none;
}
@media (min-width: 1024px) {

  #contato .intro h3 br {
    display: block;
  }
}
#contato .intro .icone {
  margin-right: 0.5rem;
  height: 4rem;
  width: 6rem;
}
#contato .lista > span {
  flex-direction: row;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#contato .lista .icone {
  margin-right: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(103 180 46 / var(--tw-text-opacity, 1));
}
#contato .lista p {
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgb(254 254 253 / var(--tw-text-opacity, 1));
}
#contato .bg-gradiente-preto {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(37 37 37 / 1) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 85%;
  --tw-gradient-to: rgb(37 37 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: 100%;
}
@media (min-width: 768px) {

  #contato .bg-gradiente-preto {
    --tw-gradient-from-position: 70%;
  }
}
@media (min-width: 1024px) {

  #contato .bg-gradiente-preto {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from-position: 50%;
  }
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.scale-\[50\%\] {
  --tw-scale-x: 50%;
  --tw-scale-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));
}
.scale-\[70\%\] {
  --tw-scale-x: 70%;
  --tw-scale-y: 70%;
  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));
}
.scale-\[80\%\] {
  --tw-scale-x: 80%;
  --tw-scale-y: 80%;
  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));
}
.\!grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.gap-4 {
  gap: 1rem;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-verde-escuro {
  --tw-border-opacity: 1;
  border-color: rgb(59 100 41 / var(--tw-border-opacity, 1));
}
.from-\[\#010101\] {
  --tw-gradient-from: #010101 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(1 1 1 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#38A0DA\] {
  --tw-gradient-from: #38A0DA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 160 218 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#3953A1\] {
  --tw-gradient-from: #3953A1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(57 83 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#62802B\] {
  --tw-gradient-from: #62802B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 128 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#C41B75\] {
  --tw-gradient-from: #C41B75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 27 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#343434\] {
  --tw-gradient-to: #343434 var(--tw-gradient-to-position);
}
.to-\[\#4B68B0\] {
  --tw-gradient-to: #4B68B0 var(--tw-gradient-to-position);
}
.to-\[\#5FC3DA\] {
  --tw-gradient-to: #5FC3DA var(--tw-gradient-to-position);
}
.to-\[\#98B236\] {
  --tw-gradient-to: #98B236 var(--tw-gradient-to-position);
}
.to-\[\#E72580\] {
  --tw-gradient-to: #E72580 var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-right {
  -o-object-position: right;
     object-position: right;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\!text-verde-claro {
  --tw-text-opacity: 1 !important;
  color: rgb(103 180 46 / var(--tw-text-opacity, 1)) !important;
}
.invert {
  --tw-invert: invert(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);
}
.material-symbols--counter-1-outline-rounded {
        display: inline-block;
        --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27black%27 d=%27M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m-.5-11v7q0 .425.288.713T12.5 17t.713-.288T13.5 16V8q0-.425-.288-.712T12.5 7h-2q-.425 0-.712.288T9.5 8t.288.713T10.5 9z%27/%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
.material-symbols--counter-2-outline-rounded {
        display: inline-block;
        --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27black%27 d=%27M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m2-3q.425 0 .713-.288T15 16t-.288-.712T14 15h-3v-2h2q.825 0 1.413-.587T15 11V9q0-.825-.587-1.412T13 7h-3q-.425 0-.712.288T9 8t.288.713T10 9h3v2h-2q-.825 0-1.412.588T9 13v3q0 .425.288.713T10 17z%27/%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
.material-symbols--counter-3-outline-rounded {
        display: inline-block;
        width: 1em;
        height: 1em;
        --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27black%27 d=%27M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m-2-3h3q.825 0 1.413-.587T15 15v-1.5q0-.65-.425-1.075T13.5 12q.65 0 1.075-.425T15 10.5V9q0-.825-.587-1.412T13 7h-3q-.425 0-.712.288T9 8t.288.713T10 9h3v2h-1q-.425 0-.712.288T11 12t.288.713T12 13h1v2h-3q-.425 0-.712.288T9 16t.288.713T10 17%27/%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
.material-symbols--counter-4-outline-rounded {
        display: inline-block;
        width: 1em;
        height: 1em;
        --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27black%27 d=%27M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m1-7v3q0 .425.288.713T14 17t.713-.288T15 16V8q0-.425-.288-.712T14 7t-.712.288T13 8v3h-2V8q0-.425-.288-.712T10 7t-.712.288T9 8v4q0 .425.288.713T10 13z%27/%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
.material-symbols--counter-5-outline-rounded {
        display: inline-block;
        width: 1em;
        height: 1em;
        --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27black%27 d=%27M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m-2-3h3q.825 0 1.413-.587T15 15v-2q0-.825-.587-1.412T13 11h-2V9h3q.425 0 .713-.288T15 8t-.288-.712T14 7h-4q-.425 0-.712.288T9 8v4q0 .425.288.713T10 13h3v2h-3q-.425 0-.712.288T9 16t.288.713T10 17%27/%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
.material-symbols--counter-6-outline-rounded {
        display: inline-block;
        width: 1em;
        height: 1em;
        --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27black%27 d=%27M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m-1-3h2q.825 0 1.413-.587T15 15v-2q0-.825-.587-1.412T13 11h-2V9h2q.425 0 .713-.288T14 8t-.288-.712T13 7h-2q-.825 0-1.412.588T9 9v6q0 .825.588 1.413T11 17m0-4h2v2h-2z%27/%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
.material-symbols--check-box-outline {
        display: inline-block;
        --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27black%27 d=%27m10.6 16.2l7.05-7.05l-1.4-1.4l-5.65 5.65l-2.85-2.85l-1.4 1.4zM5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h14V5H5zM5 5v14z%27/%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
.tabler--brand-whatsapp {
        display: inline-block;
        width: 1em;
        height: 1em;
        --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27%3E%3Cpath d=%27m3 21l1.65-3.8a9 9 0 1 1 3.4 2.9z%27/%3E%3Cpath d=%27M9 10a.5.5 0 0 0 1 0V9a.5.5 0 0 0-1 0za5 5 0 0 0 5 5h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0 0 1%27/%3E%3C/g%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
.tabler--mail {
        display: inline-block;
        width: 1em;
        height: 1em;
        --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27%3E%3Cpath d=%27M3 7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z%27/%3E%3Cpath d=%27m3 7l9 6l9-6%27/%3E%3C/g%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
.tabler--map-pin {
        display: inline-block;
        width: 1em;
        height: 1em;
        --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27%3E%3Cpath d=%27M9 11a3 3 0 1 0 6 0a3 3 0 0 0-6 0%27/%3E%3Cpath d=%27M17.657 16.657L13.414 20.9a2 2 0 0 1-2.827 0l-4.244-4.243a8 8 0 1 1 11.314 0%27/%3E%3C/g%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
.flowbite--whatsapp-solid {
        display: inline-block;
        width: 1em;
        height: 1em;
        --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg fill=%27black%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M12 4a8 8 0 0 0-6.895 12.06l.569.718l-.697 2.359l2.32-.648l.379.243A8 8 0 1 0 12 4M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10a9.96 9.96 0 0 1-5.016-1.347l-4.948 1.382l1.426-4.829l-.006-.007l-.033-.055A9.96 9.96 0 0 1 2 12%27 clip-rule=%27evenodd%27/%3E%3Cpath d=%27M16.735 13.492c-.038-.018-1.497-.736-1.756-.83a1 1 0 0 0-.34-.075c-.196 0-.362.098-.49.291c-.146.217-.587.732-.723.886c-.018.02-.042.045-.057.045c-.013 0-.239-.093-.307-.123c-1.564-.68-2.751-2.313-2.914-2.589c-.023-.04-.024-.057-.024-.057c.005-.021.058-.074.085-.101c.08-.079.166-.182.249-.283l.117-.14c.121-.14.175-.25.237-.375l.033-.066a.68.68 0 0 0-.02-.64c-.034-.069-.65-1.555-.715-1.711c-.158-.377-.366-.552-.655-.552c-.027 0 0 0-.112.005c-.137.005-.883.104-1.213.311c-.35.22-.94.924-.94 2.16c0 1.112.705 2.162 1.008 2.561l.041.06c1.161 1.695 2.608 2.951 4.074 3.537c1.412.564 2.081.63 2.461.63c.16 0 .288-.013.4-.024l.072-.007c.488-.043 1.56-.599 1.804-1.276c.192-.534.243-1.117.115-1.329c-.088-.144-.239-.216-.43-.308%27/%3E%3C/g%3E%3C/svg%3E");
        background-color: currentColor;
        -webkit-mask-image: var(--svg);
        mask-image: var(--svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }

/* sm	40rem (640px)	@media (width >= 40rem) { ... } */
/* md	48rem (768px)	@media (width >= 48rem) { ... } */
/* lg	64rem (1024px)	@media (width >= 64rem) { ... } */
/* xl	80rem (1280px)	@media (width >= 80rem) { ... } */
/* 2xl	96rem (1536px)	@media (width >= 96rem) { ... } */

/* amarelo - #E9B60B */
/* azul escuro - #273270 */
/* azul claro - #536EB3 */
/* azul pelicula - #F0F3FA */
@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:scale-\[60\%\] {
    --tw-scale-x: 60%;
    --tw-scale-y: 60%;
    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));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
