@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* minimal-reset.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,body,h1,h2,h3,h4,h5,h6,p,blockquote,figure,
pre,dl,dd,fieldset,legend,button,input,textarea,table,th,td {
  margin: 0;
  padding: 0;
}


.btn-secondary {
  background: none;
  border: none;
}

x img,
svg,
video,
canvas,
audio {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

:root {

  /* Primitives: Typography - Mode 1 */
  --Font-Family-main: 'Poppins';
  --Font-weight-regular: Regular;
  --Font-weight-bold: Bold;
  --Font-weight-semibold: SemiBold;


  --Line-height-77: 481.25%;
  /* 77/16 */
  --Line-height-58: 362.5%;
  /* 58/16 */
  --Line-height-48: 300%;
  /* 48/16 */
  --Line-height-38: 237.5%;
  /* 38/16 */
  --Line-height-29: 181.25%;
  /* 29/16 */
  --Line-height-30: 187.5%;
  /* 30/16 */
  --Line-height-24: 150%;
  /* 24/16 */
  --Line-height-22: 137.5%;
  /* 22/16 */
  --Line-height-21: 131.25%;
  /* 21/16 */
  --Line-height-17: 106.25%;
  /* 17/16 */
  --Line-height-14: 87.5%;
  /* 14/16 */
  --Line-height-12: 75%;
  /* 12/16 */


  --base-font-size-desktop: 16px;
  --base-font-size-mobile: 14px;


  --Font-size-64: 400%;
  /* 64/16 */
  --Font-size-48: 300%;
  /* 48/16 */
  --Font-size-40: 250%;
  /* 40/16 */
  --Font-size-32: 200%;
  /* 32/16 */
  --Font-size-24: 150%;
  /* 24/16 */
  --Font-size-20: 125%;
  /* 20/16 */
  --Font-size-18: 112.5%;
  /* 18/16 */
  --Font-size-16: 100%;
  /* 16/16 */
  --Font-size-14: 87.5%;
  /* 14/16 */
  --Font-size-12: 75%;
  /* 12/16 */
  --Font-size-10: 62.5%;
  /* 10/16 */

  --Letter-spacing-0: 0%;

  /* Primitives: Colors - Mode 1 */

  --Brand-brand-50: #FDFEFDFF;
  --Brand-brand-100: #F8FAF9FF;
  --Brand-brand-200: #F1F4F1FF;
  --Brand-brand-300: #EBF0EDFF;
  --Brand-brand-500: #BBC3B6FF;
  --Brand-brand-600: #5E6E63FF;
  --Brand-brand-600-a10: #5E6E631A;
  --Brand-brand-700: #4C5D51FF;
  --Brand-brand-800: #464E49FF;
  --Brand-brand-900: #2E3330FF;
  --Grayscale-gs-transparent: #FFFFFF00;
  --Grayscale-gs-50: #FFFFFFFF;
  --Grayscale-gs-50-a40: #FFFFFF66;
  --Grayscale-gs-50-a70: #FFFFFFB2;
  --Grayscale-gs-50-a80: #FFFFFFCC;
  --Grayscale-gs-300: #8E8E8EFF;
  --Grayscale-gs-500: #666666FF;
  --Grayscale-gs-700: #4B4B4BFF;
  --Grayscale-gs-700-a15: #4B4B4B26;
  --Grayscale-gs-700-a40: #4B4B4B66;
  --Greens-green-200: #8BED67FF;
  --Greens-green-200-a50: #8BED6780;
  --Greens-green-400: #3BDC00FF;
  --Greens-green-400-a50: #3BDC0080;
  --Greens-green-500: #49B357FF;
  --Greens-green-600: #679770FF;
  --Greens-green-700: #486A4FFF;
  --Greens-green-800: #4C5D51FF;
  --Yellows-yellow-200: #F3C64CFF;
  --Yellows-yellow-200-a10: #F3C64C1A;
  --Yellows-yellow-200-a20: #F3C64C33;
  --Yellows-yellow-200-a80: #F3C64CCC;
  --Yellows-yellow-500: #F7B704FF;
  --Yellows-yellow-600: #C49100FF;
  --Blues-blue-200: #609BE9FF;
  --Blues-blue-500: #1F6ED7FF;
  --Blues-blue-500-a10: #1F6ED71A;
  --Blues-blue-500-a20: #1F6ED733;
  --Blues-blue-500-a80: #1F6ED7CC;
  --Blues-blue-800: #0C4858FF;
  --Blues-blue-800-a10: #0C48581A;
  --Blues-blue-800-a20: #0C485833;
  --Oranges-orange-200: #E8A560FF;
  --Blues-blue-800-a80: #0C4858CC;
  --Oranges-orange-500: #DC7812FF;
  --Oranges-orange-500-a10: #DC78121A;
  --Oranges-orange-500-a20: #DC781233;
  --Oranges-orange-500-a80: #DC7812CC;
  --Animais-Outline: #3C3C3BFF;
  --Animais-details-orange: #E26F00FF;
  --Animais-red: #ED001AFF;
  --Animais-yellow: #FFB700FF;
  --Animais-blue: #0092DCFF;
  --Animais-detail-blue: #0053E3FF;
  --Animais-green: #35A929FF;


  --Background-bg-secondary: var(--Brand-brand-300);
  --Background-bg-tertiary: var(--Brand-brand-700);
  --Background-bg-dark: var(--Brand-brand-900);
  --Fill-surface-primary: var(--Brand-brand-50);
  --Text-text-primary: var(--Grayscale-gs-700);
  --Text-text-subtle: var(--Grayscale-gs-500);
  --Text-text-secondary: var(--Grayscale-gs-50);
  --Text-text-secondary-subtle: var(--Grayscale-gs-50-a70);
  --Text-text-accent: var(--Greens-green-700);
  --Border-border-primary: var(--Grayscale-gs-700-a15);
  --Border-border-secondary: var(--Grayscale-gs-50-a80);
  --Border-border-tertiary: var(--Grayscale-gs-700-a40);
  --Border-border-accent: var(--Brand-brand-600);
  --Fill-surface-secondary: var(--Brand-brand-200);
  --Fill-surface-transparent: var(--Grayscale-gs-50-a70);
  --PGS-pequenos-badge-fill: var(--Blues-blue-500);
  --PGS-pequenos-indicator-fill: var(--Blues-blue-200);
  --PGS-grandes-badge-fill: var(--Oranges-orange-500);
  --PGS-grandes-indicator-fill: var(--Oranges-orange-200);
  --PGS-silvestres-badge-fill: var(--Greens-green-700);
  --PGS-silvestres-indicator-fill: var(--Greens-green-600);
  --Interactible-cta-fill-default: var(--Greens-green-200);
  --Interactible-cta-fill-hover: var(--Greens-green-400);
  --Interactible-cta-stroke-default: var(--Greens-green-400-a50);
  --Interactible-cta-stroke-hover: var(--Greens-green-200-a50);
  --Interactible-default-fill-default: var(--Brand-brand-700);
  --Interactible-default-fill-hover: var(--Brand-brand-800);
  --Interactible-default-stroke-default: var(--Grayscale-gs-50-a40);
  --Interactible-default-stroke-hover: var(--Grayscale-gs-50-a40);
  --Interactible-outline-fill-default: var(--Grayscale-gs-transparent);
  --Interactible-outline-fill-hover: var(--Grayscale-gs-50-a70);
  --Interactible-outline-stroke-default: var(--Grayscale-gs-50-a80);
  --Interactible-outline-stroke-hover: var(--Grayscale-gs-700-a15);
  --Interactible-outline-dark-fill-default: var(--Grayscale-gs-transparent);
  --Interactible-outline-dark-fill-hover: var(--Brand-brand-700);
  --Interactible-outline-dark-stroke-default: var(--Grayscale-gs-700-a40);
  --Interactible-outline-dark-stroke-hover: var(--Grayscale-gs-700-a15);
  --Icons-blue-icon-fill: var(--Blues-blue-500-a80);
  --Icons-blue-background-fill: var(--Blues-blue-500-a10);
  --Icons-blue-stroke-fill: var(--Blues-blue-500-a20);
  --Icons-darkblue-icon-fill: var(--Blues-blue-800-a80);
  --Icons-darkblue-background-fill: var(--Blues-blue-800-a10);
  --Icons-darkblue-stroke-fill: var(--Blues-blue-800-a20);
  --Icons-orange-icon-fill: var(--Oranges-orange-500-a80);
  --Icons-orange-background-fill: var(--Oranges-orange-500-a10);
  --Icons-orange-stroke-fill: var(--Oranges-orange-500-a20);
  --Icons-yellow-icon-fill: var(--Yellows-yellow-200-a80);
  --Icons-yellow-background-fill: var(--Yellows-yellow-200-a10);
  --Icons-yellow-stroke-fill: var(--Yellows-yellow-200-a20);
  --Icons-green-icon-fill: var(--Greens-green-500);

  --Heading-xl-bold-Font-weight: var(--Font-weight-bold);
  --Heading-xl-bold-Font-size: 3rem;
  /* 48px */
  --Heading-xl-bold-Line-height: 3.6rem;
  /* 57.6px */
  --Heading-xl-bold-Letter-spacing: 0;

  --Heading-lg-bold-Font-weight: var(--Font-weight-bold);
  --Heading-lg-bold-Font-size: 2.5rem;
  /* 40px */
  --Heading-lg-bold-Line-height: 3rem;
  /* 48px */
  --Heading-lg-bold-Letter-spacing: 0;

  --Heading-md-bold-Font-weight: var(--Font-weight-bold);
  --Heading-md-bold-Font-size: 2rem;
  /* 32px */
  --Heading-md-bold-Line-height: 2.375rem;
  /* 38px */
  --Heading-md-bold-Letter-spacing: var(--Letter-spacing-0);

  --Heading-sm-bold-Font-weight: var(--Font-weight-bold);
  --Heading-sm-bold-Font-size: 1.5rem;
  /* 24px */
  --Heading-sm-bold-Line-height: 1.8125rem;
  /* 29px */
  --Heading-sm-bold-Letter-spacing: var(--Letter-spacing-0);

  --Body-lg-regular-Font-weight: var(--Font-weight-regular);
  --Body-lg-regular-Font-size: 1.25rem;
  /* 20px */
  --Body-lg-regular-Line-height: 1.875rem;
  /* 30px */
  --Body-lg-regular-Letter-spacing: var(--Letter-spacing-0);

  --Body-md-regular-Font-weight: var(--Font-weight-regular);
  --Body-md-regular-Font-size: 1rem;
  /* 16px */
  --Body-md-regular-Line-height: 1.5rem;
  /* 24px */
  --Body-md-regular-Letter-spacing: var(--Letter-spacing-0);

  --Caption-lg-bold-Font-weight: var(--Font-weight-bold);
  --Caption-lg-bold-Font-size: 0.875rem;
  /* 14px */
  --Caption-lg-bold-Line-height: 1.0625rem;
  /* 17px */
  --Caption-lg-bold-Letter-spacing: var(--Letter-spacing-0);

  --Caption-sm-bold-Font-weight: var(--Font-weight-bold);
  --Caption-sm-bold-Font-size: var(--Font-size-12);
  --Caption-sm-bold-Line-height: var(--Line-height-14);
  --Caption-sm-bold-Letter-spacing: var(--Letter-spacing-0);

  --Body-sm-regular-Font-weight: var(--Font-weight-regular);
  --Body-sm-regular-Font-size: 0.875rem;
  /* 14px */
  --Body-sm-regular-Line-height: 1.3125rem;
  /* 21px */
  --Body-sm-regular-Letter-spacing: var(--Letter-spacing-0);


}

html {
  font-size: clamp(var(--base-font-size-mobile), 2vw, var(--base-font-size-desktop)) !important;
}


.border {
  border-radius: 24px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Background-bg-secondary, #EBF0ED);
}

/*=======UTILS======*/
.no-overflow {
  overflow: hidden;
}

.body-lg {
  color: var(--Text-text-primary, #4B4B4B);

  /* Body/lg */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-lg-regular-Font-size, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-lg-regular-Line-height, 30px);
  /* 150% */
  letter-spacing: var(--Body-lg-regular-Letter-spacing, 0);
}

.body-sm {
  color: var(--Text-text-primary, #4B4B4B);

  /* Body/sm */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-sm-regular-Font-size, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-sm-regular-Line-height, 21px);
  /* 150% */
  letter-spacing: var(--Body-sm-regular-Letter-spacing, 0);
}

.body-md {

  color: var(--Text-text-primary, #4B4B4B);

  /* Body/md */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-md-regular-Line-height, 24px);
  /* 150% */
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
}

.text-center {
  text-align: center;
}

.text-nowrap {
  text-wrap: nowrap;
}

.heading-md {
  color: var(--Text-text-primary, #4B4B4B);
  text-align: center;

  /* Heading/md */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Heading-md-bold-Font-size, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Heading-md-bold-Line-height, 38px);
  /* 118.75% */
  letter-spacing: var(--Heading-md-bold-Letter-spacing, 0);
}

#sidebarDesc {
  color: var(--Text-text-primary, #4B4B4B);


  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-md-regular-Line-height, 24px);
  /* 150% */
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
  max-width: 450px;
}

section {
  padding: 64px 0px;
}

.container {
  max-width: 1280px;
  margin: auto;
}

.animals-arround {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-around;
  bottom: 20px;
  z-index: 4;
}

@media (max-width: 1328px) {
  .container {
    margin-inline: 24px;
  }
}

.subheading {
  color: var(--Text-text-primary, #4B4B4B);
  text-align: center;

  /* Body/lg */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-lg-regular-Font-size, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-lg-regular-Line-height, 30px);
  /* 150% */
  letter-spacing: var(--Body-lg-regular-Letter-spacing, 0);
}

.body-lg {
  color: var(--Text-text-primary, #4B4B4B);
  text-align: center;

  /* Body/lg */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-lg-regular-Font-size, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-lg-regular-Line-height, 30px);
  /* 150% */
  letter-spacing: var(--Body-lg-regular-Letter-spacing, 0);
}

.w-50 {
  width: 50%;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.items-end {
  align-items: end;
}

.items-start {
  align-items: start;
}

.justify-end {
  justify-content: end;
}

.h-auto {
  height: auto !important;
}

.m-0 {
  margin: 0px !important;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: start;
}

.justify-end {
  justify-content: end;
}
.overflowed-img{
  max-height: 800px;
  max-width: 700px;
  width: 100%;
}
.w-100 {
  width: 100%;
}

.radius-24 {
  border-radius: 24px;
}

.w-fit {
  width: fit-content;
}

.max-w-334 {
  max-width: 334px;
}

.mx-auto {
  margin-inline: auto;
}

.max-h-640 {
  max-height: 640px;
}

.mt-32 {
  margin-top: 32px;
}
.w-max-content{
    width: max-content;
}
.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-62 {
  gap: 62px;
}

.gap-80 {
  gap: 80px;
}

.gap-32 {
  gap: 32px;
}

.gap-64 {
  gap: 64px
}

.gap-40 {
  gap: 40px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.p-32 {
  padding: 32px;
}

@media (min-width: 1024px) {
  .pl-64-dk {
    padding-left: 64px;
  }
}


.p-0 {
  padding: 0px;
}

.px-80 {
  padding-inline: 80px;
}
.px-40{
  padding-inline: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-12 {
  padding: 12px;
}

.gap-40 {
  gap: 40px;
}

.text-start {
  text-align: start;
}

.relative {
  position: relative;
}

.hover-underline:hover {
  text-decoration: underline
}

.max-w-full{
  max-width: 100%;
}
.h-auto{
  height: auto;
}

.max-w-450 {
  max-width: 450px;
}

.dragging {
  cursor: grabbing !important;
  user-select: none;
  scroll-behavior: auto;
}

.dragging * {
  cursor: grabbing !important;
  user-select: none;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.w-moz-available {
  width: -moz-available !important;
}

.object-center {
  object-position: center;
}

.p-8 {
  padding: 8px;
}

.pb-16 {
  padding-bottom: 16px;
}

.flex-1 {
  flex: 1;
}

a.link {
  color: var(--Text-text-accent, #486A4F);

  /* Body/md */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-md-regular-Line-height, 24px);
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.bg-secondary {
  background: var(--Background-bg-secondary, #EBF0ED);
}


.word-break{
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}


/*=======ESPECIFICS======*/
.ihvet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px;
  row-gap: 0;
  gap: 8px;
}


.ihvet-list:has(li:nth-child(5)) {
  grid-template-columns: repeat(2, auto);
  column-gap: 32px;
}

.ihvet-list li {
  position: relative;
  padding-left: 28px;
  color: var(--Text-text-primary, #4B4B4B);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-md-regular-Line-height, 24px);
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
}

.ihvet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M13.7883 7.46172C13.8757 7.54882 13.945 7.65231 13.9923 7.76626C14.0397 7.88022 14.064 8.00239 14.064 8.12578C14.064 8.24917 14.0397 8.37134 13.9923 8.4853C13.945 8.59925 13.8757 8.70275 13.7883 8.78984L9.41328 13.1648C9.32619 13.2522 9.22269 13.3216 9.10874 13.3689C8.99478 13.4162 8.87261 13.4406 8.74922 13.4406C8.62583 13.4406 8.50366 13.4162 8.3897 13.3689C8.27575 13.3216 8.17226 13.2522 8.08516 13.1648L6.21016 11.2898C6.12295 11.2026 6.05378 11.0991 6.00658 10.9852C5.95939 10.8712 5.9351 10.7491 5.9351 10.6258C5.9351 10.5025 5.95939 10.3803 6.00658 10.2664C6.05378 10.1525 6.12295 10.0489 6.21016 9.96172C6.29737 9.87451 6.40089 9.80534 6.51483 9.75814C6.62877 9.71095 6.75089 9.68666 6.87422 9.68666C6.99755 9.68666 7.11967 9.71095 7.23361 9.75814C7.34755 9.80534 7.45108 9.87451 7.53828 9.96172L8.75 11.1719L12.4617 7.45938C12.5489 7.37236 12.6525 7.3034 12.7664 7.25642C12.8803 7.20944 13.0023 7.18537 13.1255 7.18559C13.2487 7.18581 13.3706 7.21031 13.4844 7.25769C13.5981 7.30507 13.7014 7.3744 13.7883 7.46172ZM18.4375 10C18.4375 11.6688 17.9427 13.3001 17.0155 14.6876C16.0884 16.0752 14.7706 17.1566 13.2289 17.7952C11.6871 18.4338 9.99064 18.6009 8.35393 18.2754C6.71721 17.9498 5.2138 17.1462 4.03379 15.9662C2.85379 14.7862 2.05019 13.2828 1.72463 11.6461C1.39907 10.0094 1.56616 8.31286 2.20477 6.77111C2.84338 5.22936 3.92484 3.9116 5.31238 2.98448C6.69992 2.05735 8.33122 1.5625 10 1.5625C12.237 1.56498 14.3817 2.45473 15.9635 4.03653C17.5453 5.61833 18.435 7.763 18.4375 10ZM16.5625 10C16.5625 8.70206 16.1776 7.43327 15.4565 6.35407C14.7354 5.27487 13.7105 4.43374 12.5114 3.93704C11.3122 3.44034 9.99272 3.31038 8.71972 3.5636C7.44672 3.81681 6.2774 4.44183 5.35962 5.35961C4.44183 6.27739 3.81682 7.44672 3.5636 8.71972C3.31038 9.99272 3.44034 11.3122 3.93704 12.5114C4.43374 13.7105 5.27488 14.7354 6.35407 15.4565C7.43327 16.1776 8.70206 16.5625 10 16.5625C11.7399 16.5606 13.408 15.8686 14.6383 14.6383C15.8686 13.408 16.5606 11.7399 16.5625 10Z' fill='%2349B357'/></svg>");

  background-size: contain;
  background-repeat: no-repeat;
}

.accordions {
  border-radius: 24px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--background-bg-primary, linear-gradient(180deg, #F9FBFA 0%, #F6F9F7 47.6%, #F6F9F7 66%, #F9FBFA 100%));
  display: flex;
  padding: 24px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  height: fit-content;
}

.w-64{
  width: 64px;
}
.h-64{
  height: 64px;
}


.button-doc {
  display: flex;
  align-items: center;
  gap: 32px;
  overflow: hidden;
  color: var(--Text-text-primary, #4B4B4B);
  text-overflow: ellipsis;
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-md-regular-Line-height, 24px);
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
  border-radius: 24px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Fill-surface-primary, #FDFEFD);
  box-shadow: 0 4px 16px 0 rgba(75, 75, 75, 0.05);
  justify-content: space-between;
 
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 16px;
  padding-right: 8px;
  word-break: break-word; 
}

.button-doc-icon-container {
  flex-shrink: 0;
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid var(--Border-border-tertiary, rgba(75, 75, 75, 0.40));
  background: var(--Interactible-outline-fill-default, rgba(255, 255, 255, 0.00));
}


.heading-sm {
  color: var(--Text-text-primary, #4B4B4B);
  /* Heading/sm */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Heading-sm-bold-Font-size, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Heading-sm-bold-Line-height, 29px);
  /* 120.833% */
  letter-spacing: var(--Heading-sm-bold-Letter-spacing, 0);
}

.especialidades-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .especialidades-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.max-w-full{
  max-width: 100%;
}
.especialidades-item {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Fill-surface-secondary, #F1F4F1);
  box-shadow: 0 4px 8px 0 rgba(110, 104, 94, 0.18);
}

h1 {
  color: var(--Text-text-primary, #4B4B4B);


  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Heading-xl-bold-Font-size, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Heading-xl-bold-Line-height, 57.6px);
  /* 120% */
  letter-spacing: var(--Heading-xl-bold-Letter-spacing, 0);
}

h2 {
  color: var(--Text-text-primary, #4B4B4B);
  text-align: center;


  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Heading-lg-bold-Font-size, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Heading-lg-bold-Line-height, 48px);
  /* 120% */
  letter-spacing: var(--Heading-lg-bold-Letter-spacing, 0);
}

.mini-cards-container {
  position: absolute;
  right: 0;
  left: 50%;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.mini-card {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Fill-surface-primary, #FDFEFD);
  box-shadow: 0 4px 8px 0 rgba(110, 104, 94, 0.18);
}

.mini-card-title {
  color: var(--Text-text-primary, #4B4B4B);

  /* Heading/sm */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Heading-sm-bold-Font-size, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Heading-sm-bold-Line-height, 29px);
  /* 120.833% */
  letter-spacing: var(--Heading-sm-bold-Letter-spacing, 0);
}

.mini-card-info {
  color: var(--Text-text-primary, #4B4B4B);

  /* Body/md */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-md-regular-Line-height, 24px);
  /* 150% */
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
}

.icon {
  min-width: 64px;
  min-height: 64px;
}

.especialidades-button {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid var(--Border-border-accent, #5E6E63);
  background: var(--Fill-surface-primary, #FDFEFD);
  box-shadow: 0 4px 8px 0 rgba(110, 104, 94, 0.18);
  color: var(--Text-text-accent, #486A4F);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-md-regular-Line-height, 24px);
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
  cursor: pointer;
  transition: all 0.3s ease;
}

.especialidades-button:hover {
  background: var(--Text-text-accent, #486A4F);
  color: var(--Fill-surface-primary, #FDFEFD);
  border-color: var(--Text-text-accent, #486A4F);
  box-shadow: 0 6px 12px 0 rgba(72, 106, 79, 0.25);
  transform: translateY(-2px);
}

.especialidades-button.active {
  background: var(--Text-text-accent, #486A4F);
  color: var(--Fill-surface-primary, #FDFEFD);
  border-color: var(--Text-text-accent, #486A4F);


}

.questions-star {
  position: absolute;
  top: -57px;
  left: -57px;
}

.text-green {
  color: var(--Text-text-accent, #486A4F);
}


.horizontal-scroll-mobile {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;

}

.horizontal-scroll-mobile::-webkit-scrollbar {
  display: none;
}


@media (min-width: 768px) {
  .horizontal-scroll-mobile {
    overflow-x: visible;
    flex-wrap: wrap;

  }
}


.hero-subtitle {
  color: var(--Text-text-primary, #4B4B4B);

  /* Body/lg */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-lg-regular-Font-size, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-lg-regular-Line-height, 30px);
  letter-spacing: var(--Body-lg-regular-Letter-spacing, 0);
}

.blue-icon-container {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Icons-blue-stroke-fill, rgba(31, 110, 215, 0.20));
  background: var(--Icons-blue-background-fill, rgba(31, 110, 215, 0.10));
}

.green-icon-container {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Icons-darkblue-stroke-fill, rgba(12, 72, 88, 0.20));
  background: var(--Icons-darkblue-background-fill, rgba(12, 72, 88, 0.10));
}

.ligth-icon-container {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Icons-yellow-stroke-fill, rgba(243, 198, 76, 0.20));
  background: var(--Icons-yellow-background-fill, rgba(243, 198, 76, 0.10));
}

.orange-icon-container {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid var(--Icons-orange-stroke-fill, rgba(220, 120, 18, 0.20));
  background: var(--Icons-orange-background-fill, rgba(220, 120, 18, 0.10));
}

#page-info {
  text-align: center;
  color: var(--Text-text-primary, #4B4B4B);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-sm-regular-Font-size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-sm-regular-Line-height, 21px);
  letter-spacing: var(--Body-sm-regular-Letter-spacing, 0);
  width: fit-content;
}

.yellow-icon-container {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Icons-orange-stroke-fill, rgba(220, 120, 18, 0.20));
  background: var(--Icons-orange-background-fill, rgba(220, 120, 18, 0.10));
}

.flex-wrap {
  flex-wrap: wrap;
}

.vet-card {
  display: flex;
  width: 296px;
  height: 120px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Fill-surface-secondary, #F1F4F1);
  box-shadow: 0 4px 8px 0 rgba(110, 104, 94, 0.18);
}

.vet-card.white {
  border-radius: 8px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Fill-surface-primary, #FDFEFD);

  /* shadow/elevation-3 */
  box-shadow: 0 4px 8px 0 rgba(110, 104, 94, 0.18);
}

.vet-card-content-container {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}

.vet-card-title {
  color: var(--Text-text-primary, #4B4B4B);
  text-align: center;
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
}

.vet-card-desc {
  color: var(--Text-text-subtle, #666);
  text-align: center;
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Caption-lg-bold-Font-size, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Caption-lg-bold-Line-height, 17px);
  letter-spacing: var(--Caption-lg-bold-Letter-spacing, 0);
  text-transform: uppercase;
}


.breadcrumb-item {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border-radius: 8px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  color: var(--Text-text-subtle, #666);
  text-align: center;
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Caption-sm-bold-Font-size, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Caption-sm-bold-Line-height, 14px);
  letter-spacing: var(--Caption-sm-bold-Letter-spacing, 0);
  text-transform: uppercase;
  transition: .3s all ease-in;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #486A4F;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.max-h-962{
    max-height: 962px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#loading-spinner {
  transition: opacity 0.3s ease;
}

#noticias-2 {
  transition: opacity 0.5s ease;
}

.fade-in {
  animation: fadeInUp 0.6s ease forwards;
}

.breadcrumb-item:not(.active):hover {
  border-radius: 8px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Background-bg-secondary, #EBF0ED);
  color: var(--Text-text-accent, #486A4F);
}


.breadcrumb-item.active {
  border: none;
  color: var(--Text-text-accent, #486A4F);
  text-align: center;

  /* Caption/sm */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Caption-sm-bold-Font-size, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Caption-sm-bold-Line-height, 14px);
  /* 116.667% */
  letter-spacing: var(--Caption-sm-bold-Letter-spacing, 0);
  text-transform: uppercase;
}

.breadcrumb-separator {
  color: var(--Text-text-subtle, #666);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
}


video {
  border-radius: 24px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  width: 443px;
  height: auto;
}

.map-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

#map {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sidebar {
  position: absolute;
  bottom: -300px;
  left: 0;
  width: 100%;

  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  transition: bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 50;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.sidebar.active {
  bottom: 0;
}

.map-button {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid var(--Border-border-accent, #5E6E63);
  background: var(--Fill-surface-primary, #FDFEFD);
  color: var(--Text-text-accent, #486A4F);

  /* Body/md */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-md-regular-Line-height, 24px);
  /* 150% */
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);

  /* shadow/elevation-3 */
  box-shadow: 0 4px 8px 0 rgba(110, 104, 94, 0.18);
  transition: all .4s ease-in;
}

.map-button.active {
  background-color: #486A4F;
  color: #fff;

}

.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: none;
  color: #6b7280;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.close-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #374151;
}

.sidebar-content {
  padding: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 100%;
}

.google-maps-button {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Text-text-secondary, #FFF);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-md-regular-Line-height, 24px);
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
  border-radius: 12px;
  border: 1px solid var(--Interactible-default-stroke-default, rgba(255, 255, 255, 0.40));
  background: var(--Interactible-default-fill-default, #4C5D51);
  text-wrap: nowrap;
  flex-wrap: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
}

.green-box {
  display: flex;
  width: 100%;
  padding: 40px;
  align-items: center;
  gap: 40px;
  border-radius: 32px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Background-bg-tertiary, #4C5D51);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}

.green-box-title {
  color: var(--Text-text-secondary, #FFF);

  /* Heading/md */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Heading-md-bold-Font-size, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Heading-md-bold-Line-height, 38px);
  /* 118.75% */
  letter-spacing: var(--Heading-md-bold-Letter-spacing, 0);
}

.green-box-paragraph {
  color: var(--Text-text-secondary, #FFF);

  /* Body/md */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-md-regular-Line-height, 24px);
  /* 150% */
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
}

.green-box-button {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid var(--Interactible-outline-stroke-default, rgba(255, 255, 255, 0.80));
  background: var(--Interactible-outline-fill-default, rgba(255, 255, 255, 0.00));
  color: var(--Text-text-secondary, #FFF);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-md-regular-Line-height, 24px);
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.green-box-button:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.google-maps-button:hover {
  background: #5a6d5f;
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.leaflet-control-attribution {
  font-size: 10px;
  opacity: 0.5;
  background: rgba(255, 255, 255, 0.8) !important;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.pulse {
  animation: pulse 2s ease-in-out infinite;
}


.marker-pin {
  width: 32px;
  height: 32px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  position: relative;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
}

.active-pin {
  background: #4C5D51;
  border: 3px solid rgba(255, 255, 255, 0.9);
}

.inactive-pin {
  background: #BBC3B6;
  border: 3px solid rgba(255, 255, 255, 0.9);
}

.custom-marker-active,
.custom-marker-inactive {
  background: transparent !important;
  border: none !important;
}


.card-news-image {
  border-radius: 16px 16px 0px 0px;
  min-height: 269px;
  object-fit: cover;
  object-position: center;
  max-width: 400px;
}

.card-news-bottom {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  color: var(--Text-text-primary, #4B4B4B);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-md-regular-Line-height, 24px);
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
  border-radius: 0px 0px 16px 16px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Fill-surface-secondary, #F1F4F1);
  box-shadow: 0 4px 8px 0 rgba(110, 104, 94, 0.18);
  position: relative;
  right: 0;
  left: 0;
  top: -4px;
}

.news-card {
  transition: all 0.25s ease;
}

.news-card:hover {
  transform: translateY(-4px);
}

.news-card:hover .card-news-bottom {
  background: var(--Fill-surface-hover, #E8EBE8);
}

.news-card-inline {
  list-style: none;
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Fill-surface-secondary, #F1F4F1);
  box-shadow: 0 4px 8px 0 rgba(110, 104, 94, 0.18);
  transition: all 0.25s ease;
}

.news-card-inline:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(110, 104, 94, 0.25);
  background: var(--Fill-surface-hover, #E8EBE8);
  border-color: rgba(75, 75, 75, 0.25);
}

.not-capa {
  display: flex;
  flex-direction: column;
  color: var(--Text-text-primary, #4B4B4B);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-md-regular-Line-height, 24px);
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
}

.news-card-inline-date {
  color: var(--Text-text-accent, #486A4F);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-sm-regular-Font-size, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-sm-regular-Line-height, 21px);
  letter-spacing: var(--Body-sm-regular-Letter-spacing, 0);
}


.hero-image {
  margin-top: 64px;
  width: 100%;
  max-height: 639px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: lightgray -160.626px -175px / 118.72% 133.769% no-repeat;
  box-shadow: 0 2px 4px 0 rgba(110, 104, 94, 0.16);
}

.hero-bird {
  position: absolute;
  top: 0;
  right: -10px;
  transform: scaleX(-1);
}

body {
  padding-top: 100px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 24px 16px 0 16px;
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  display: block !important;
}

header.hidden {
  transform: translateY(-100%);
}

.navbar-itens,
.navbar-itens ul,
.navbar-itens li {
  list-style: none;
  margin: 0;
  padding: 0;
}


navbar {
  display: flex;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Grayscale-gs-50-a70, rgba(255, 255, 255, 0.70));
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  position: relative;

}

navbar::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  --webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(12px);
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 16px;
}

.navbar-dropdown-button {
  color: var(--Text-text-primary, #4B4B4B);
  text-align: right;
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Body-md-regular-Line-height, 24px);
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
  border: none;
  background: none;
  display: flex;
  gap: 4px;
  cursor: pointer;
  padding: 12px !important;
  border-radius: 12px;
  transition: all .2s ease-in;
}

.navbar-logo {
  z-index: 1001;
}

.navbar-itens {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.navbar-item {
  color: var(--Text-text-primary, #4B4B4B);
  text-align: right;
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Body-md-regular-Line-height, 24px);
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
  text-decoration: none;
  border-radius: 12px;
  padding: 12px;
  transition: all .2s ease-in;
}

.navbar li {
  list-style: none;
}

.green-button {
  display: flex;
  width: fit-content;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;

  border-radius: 12px;
  border: 1px solid var(--Interactible-default-stroke-default, rgba(255, 255, 255, 0.40));
  background: var(--Interactible-default-fill-default, #4C5D51);
  color: var(--Text-text-secondary, #FFF);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-lg-regular-Font-size, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-lg-regular-Line-height, 30px);
  letter-spacing: var(--Body-lg-regular-Letter-spacing, 0);
  transition: background 0.5s ease-out;
}

.green-button:hover {
  background: var(--Interactible-default-fill-hover, #464E49);
}


.services-cards-container {
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;

  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  user-select: none;
  padding-top: 20px;
  padding-bottom: 20px;
  will-change: scroll-position;
  scrollbar-width: none;
  overflow: scroll;
  display: flex;
  gap: 1rem;
}

.service-card {
  display: flex;
  min-width: 403px;
  padding: 8px;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 32px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Fill-surface-primary, #FDFEFD);
  box-shadow: 0 1px 2px 0 rgba(110, 104, 94, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 572px;
}

.list-service-card {
  width: 48% !important;
}

.service-card-bg {
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  object-position: center;
  width: 100%;
}

.service-card-info {

  max-width: 100%;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;


}

.service-card-paragraph {
  color: var(--Text-text-secondary, #FFF);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-md-regular-Line-height, 24px);
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
}

.service-card-hidden-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}

.service-card:hover .service-card-hidden-content {
  max-height: 500px;
  opacity: 1;
}

.service-card-button {
  display: inline-flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid var(--Interactible-outline-stroke-default, rgba(255, 255, 255, 0.80));
  background: var(--Interactible-outline-fill-default, rgba(255, 255, 255, 0.00));
  transition: all .3s ease-in;
  width: fit-content;
  margin-left: auto;
  color: var(--Text-text-secondary, #FFF);
  /* Body/md */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-md-regular-Line-height, 24px);
  /* 150% */
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
}

.service-card-button:hover {
  color: white;

  border: 1px solid var(--Interactible-outline-stroke-hover, rgba(75, 75, 75, 0.15));
  background: rgba(255, 255, 255, 0.50);
}

.service-card-title {
  color: var(--Text-text-secondary, #FFF);

  /* Heading/sm */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Heading-sm-bold-Font-size, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Heading-sm-bold-Line-height, 29px);
  /* 120.833% */
  letter-spacing: var(--Heading-sm-bold-Letter-spacing, 0);
}

.service-card-filter {
  border-radius: 24px;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.70);
  opacity: 0.3;
  transition: opacity 0.9s ease;
}

.service-card:hover .service-card-filter {
  opacity: 1;
}

.hero-star {
  position: absolute;
  right: -24%;
}

.service-card-list-bg {
  height: 100% !important;

  max-width: 100%;
}


.wpp-button {
  text-align: center;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid var(--Interactible-cta-stroke-default, rgba(59, 220, 0, 0.50));
  background: var(--Interactible-cta-fill-default, #8BED67);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(16px);
  color: var(--Text-text-primary, #4B4B4B);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-md-regular-Line-height, 24px);
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
  transition: .7s all;
  text-decoration: none;
  z-index: 1;
}

.wpp-button:hover {
  background: var(--Interactible-cta-fill-hover, #3BDC00);
}

.tel-button {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--Interactible-outline-stroke-default, rgba(255, 255, 255, 0.80));
  background: var(--Interactible-outline-fill-default, rgba(255, 255, 255, 0.00));
  color: var(--Text-text-secondary, #FFF);
  backdrop-filter: blur(16px);
  /* Body/md */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-md-regular-Line-height, 24px);
  /* 150% */
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
  transition: .7s all;
  text-decoration: none;
}

.tel-button.dark {
  border: 1px solid var(--Interactible-outline-stroke-hover, rgba(75, 75, 75, 0.15));
  background: var(--Interactible-outline-fill-hover, rgba(255, 255, 255, 0.70));
  color: var(--Text-text-primary, #4B4B4B);
}

.tel-button.dark svg path {
  transition: fill 0.7s;
  fill: var(--Text-text-primary, #4B4B4B);
}

.tel-button.dark:hover {
  color: var(--Text-text-secondary, #FFF);
  background: var(--Interactible-outline-dark-fill-hover, #4C5D51)
}

.tel-button.dark:hover svg path {
  fill: var(--Text-text-secondary, #FFF);
}


.tel-button:hover {
  border: 1px solid var(--Interactible-outline-stroke-hover, rgba(75, 75, 75, 0.15));
  background: var(--Interactible-outline-fill-hover, rgba(255, 255, 255, 0.70));
  color: var(--Text-text-primary, #4B4B4B);
}

.tel-button svg path {
  transition: fill 0.7s;
  fill: white;
}

.tel-button:hover svg path {
  fill: #4B4B4B;
}


.navbar-dropdown {
  display: none;
  position: fixed;
  min-width: 200px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(75, 75, 75, 0.15);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 1000;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.navbar-dropdown.active {
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  top: 100px;
}

.navbar-dropdown .navbar-item {
  padding: 12px;
  border-radius: 8px;
  transition: background 0.2s ease;
  text-decoration: none;
  text-align: start;
}

.navbar-item:hover {
  background: rgba(75, 75, 75, 0.08);
}

.navbar-dropdown-button:hover {
  background: rgba(75, 75, 75, 0.08);
}

.news-title-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.little-animals {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--PGS-pequenos-badge-fill, #1F6ED7);
  color: var(--Text-text-secondary, #FFF);
  text-align: center;
  /* Caption/sm */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Caption-sm-bold-Font-size, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Caption-sm-bold-Line-height, 14px);
  /* 116.667% */
  letter-spacing: var(--Caption-sm-bold-Letter-spacing, 0);
  text-transform: uppercase;
}

.big-animals {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--PGS-grandes-badge-fill, #DC7812);
  color: var(--Text-text-secondary, #FFF);
  text-align: center;

  /* Caption/sm */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Caption-sm-bold-Font-size, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Caption-sm-bold-Line-height, 14px);
  /* 116.667% */
  letter-spacing: var(--Caption-sm-bold-Letter-spacing, 0);
  text-transform: uppercase;
}

.wild-animals {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--PGS-silvestres-badge-fill, #486A4F);
  color: var(--Text-text-secondary, #FFF);
  text-align: center;

  /* Caption/sm */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Caption-sm-bold-Font-size, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Caption-sm-bold-Line-height, 14px);
  /* 116.667% */
  letter-spacing: var(--Caption-sm-bold-Letter-spacing, 0);
  text-transform: uppercase;
}

.little-animals-bar {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: var(--PGS-pequenos-indicator-fill, #609BE9);

}

.big-animals-bar {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: var(--PGS-grandes-indicator-fill, #E8A560);
}

.wild-animals-bar {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: var(--PGS-silvestres-indicator-fill, #679770);

}

.navbar-dropdown-button svg {
  transition: transform 0.3s ease;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding: 0px 16px;
}

.accordion-border {
  border-bottom: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
}

.accordion {
  border: none;
  width: 100%;
  backdrop-filter: blur(2px);
  background: none;
  display: flex;
  padding: 16px 16px 24px 16px;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  color: var(--Text-text-primary, #4B4B4B);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-lg-regular-Font-size, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-lg-regular-Line-height, 30px);
  letter-spacing: var(--Body-lg-regular-Letter-spacing, 0);
  text-align: start;
  cursor: pointer;
  transition: all 0.3s ease;
  justify-content: space-between;
  position: relative;
}

.accordion::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5326 6.53063L8.53255 11.5306C8.46287 11.6005 8.38008 11.656 8.28892 11.6939C8.19775 11.7317 8.10001 11.7512 8.0013 11.7512C7.90259 11.7512 7.80485 11.7317 7.71369 11.6939C7.62252 11.656 7.53973 11.6005 7.47005 11.5306L2.47005 6.53063C2.32915 6.38973 2.25 6.19864 2.25 5.99938C2.25 5.80012 2.32915 5.60902 2.47005 5.46813C2.61095 5.32723 2.80204 5.24808 3.0013 5.24808C3.20056 5.24808 3.39165 5.32723 3.53255 5.46813L8.00193 9.9375L12.4713 5.4675C12.6122 5.32661 12.8033 5.24745 13.0026 5.24745C13.2018 5.24745 13.3929 5.32661 13.5338 5.4675C13.6747 5.6084 13.7539 5.7995 13.7539 5.99875C13.7539 6.19801 13.6747 6.38911 13.5338 6.53L13.5326 6.53063Z' fill='%235E6E63'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.accordion.active::after {
  transform: rotate(180deg);
}

.accordion.active {
  border-bottom: none;
}

.accordion.active+.panel {

  transition: max-height 0.4s ease-out;
}

.navbar-dropdown-button.active svg {
  transform: rotate(180deg);
}


.navbar-hamburger {
  display: none;
  flex-direction: column;
  gap: 3px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 12px 10px;
  z-index: 1001;
}

.navbar-hamburger span {
  width: 16px;
  height: 2px;
  background: #4B4B4B;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.navbar-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.navbar-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(2px, -2px);
}

.questions-box {
  border-radius: 24px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Fill-surface-primary, #FDFEFD);
  box-shadow: 0 4px 8px 0 rgba(110, 104, 94, 0.18);
  display: flex;
  width: 100%;
  padding: 40px;
  justify-content: center;
  align-items: inherit;
  gap: 64px;
  overflow: hidden;
  position: relative;
}

.questions-paragraph {
  color: var(--Text-text-primary, #4B4B4B);

  /* Body/sm */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-sm-regular-Font-size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-sm-regular-Line-height, 21px);
  /* 150% */
  letter-spacing: var(--Body-sm-regular-Letter-spacing, 0);
}

.questions-subtitle {
  color: var(--Text-text-primary, #4B4B4B);

  /* Body/sm */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-sm-regular-Font-size, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-sm-regular-Line-height, 21px);
  /* 150% */
  letter-spacing: var(--Body-sm-regular-Letter-spacing, 0);
}

.wpp-button-mobile {
  display: none;
}


@media (max-width: 1120px) {
  navbar {
    position: relative;
  }

  .navbar-hamburger {
    display: flex;
    border-radius: 8px;
    border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
    background: var(--Interactible-outline-fill-default, rgba(255, 255, 255, 0.00));
  }


  .wpp-button-desktop {
    display: none;
  }

  .navbar-logo {
    max-height: 38px;
  }


  .wpp-button-mobile {
    display: flex;
  }

  .navbar-itens {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    width: 100%;
    max-height: 0;
    background: rgba(255, 255, 255, 0.70);
        align-items: start;
    flex-direction: column;
    padding: 0 24px;
    gap: 0;
    border-radius: 16px;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: max-height 0.4s ease, padding 0.4s ease;
    z-index: 999;
    overflow: hidden;
  }

  .navbar-itens::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    --webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(12px);
    z-index: -1;
    top: 0;
    left: 0;

  }

  .navbar-itens.active {
    max-height: 1035px;
    padding: 24px;
    gap: 20px;
    justify-content: start;
    align-items: start;

  }

  .navbar-dropdown-button,
  .navbar-item {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    padding: 12px;
    flex-direction: column;

  }

  .wpp-button-mobile {
    border-bottom: none;
    margin-top: 8px;
  }


  .navbar-dropdown {
    position: static;
    background: rgba(75, 75, 75, 0.05);
    margin-left: 16px;
    margin-top: 0px;
    transform: none;
    border: none;
    box-shadow: none;
  }

  .navbar-dropdown.active {
    display: flex;
    background: none;
    opacity: 1;
    margin-top: 16px;
  }


}

.ihvet-selo {
  max-width: 480px;

}

.accordion-text {
  color: var(--Text-text-subtle, #666);

  /* Body/md */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-md-regular-Line-height, 24px);
  /* 150% */
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
}


.specialties-card {
  min-height: 400px;
}

/*====FOOTER====*/

a.bottom-footer-info:hover {
  text-decoration: underline;
}

.svg-footer {
  position: relative;
  top: 5px;
  width: 100%;
}

.footer-bg {
  background: var(--Background-bg-tertiary, #4C5D51);
  overflow: hidden;
  position: relative;
  padding: 48px 0px;

}

.footer-title {
  color: var(--Text-text-secondary, #FFF);

  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Heading-lg-bold-Font-size, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Heading-lg-bold-Line-height, 48px);
  /* 120% */
  letter-spacing: var(--Heading-lg-bold-Letter-spacing, 0);
}

.ligth-paragraph {
  color: var(--Text-text-secondary, #FFF);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-md-regular-Line-height, 24px);
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
}

.ligth-paragraph.bolder {
  color: var(--Text-text-secondary, #FFF);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-lg-regular-Font-size, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-lg-regular-Line-height, 30px);
  letter-spacing: var(--Body-lg-regular-Letter-spacing, 0);
}

.footer-animals {
  transform: scaleX(-1);

}

#pagination-controls button:disabled svg path {
  fill: #4B4B4B70 !important;
}

#prev-btn {
  transform: scaleX(-1);
}

.bottom-footer {
  width: 100%;
  padding: 40px 80px 60px 80px;
  background: var(--Background-bg-dark, #2E3330);
}

.bottom-footer-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  max-width: 308px;
  margin-bottom: 40px;
}

.footer-bottom-paragraph {
  color: var(--Text-text-secondary-subtle, rgba(255, 255, 255, 0.70));
  text-align: center;

  /* Body/sm */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-sm-regular-Font-size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-sm-regular-Line-height, 21px);
  /* 150% */
  letter-spacing: var(--Body-sm-regular-Letter-spacing, 0);
}

.footer-horse {
  width: 250px;
}

.bottom-footer-title {
  color: var(--Text-text-secondary, #FFF);

  /* Body/md */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-md-regular-Line-height, 24px);
  /* 150% */
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
}

.bottom-footer-info {
  color: var(--Text-text-secondary, #FFF);

  /* Body/sm */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-sm-regular-Font-size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-sm-regular-Line-height, 21px);
  /* 150% */
  letter-spacing: var(--Body-sm-regular-Letter-spacing, 0);
}


.landscape-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  object-position: center;
  height: 924px;
}


.sky-gradient {
  height: 72px;
  align-self: stretch;
  background: linear-gradient(180deg, rgba(221, 238, 245, 0.00) 0%, #DDEEF5 100%);
}

.sky {
  background: #DDEEF5;

  position: absolute;
  bottom: 0;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 1;
}

.grass {
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.grass-gradient {
  position: absolute;

  z-index: 999;
  left: 0;
  right: 0;
  bottom: -7%;
  height: 72px;
  align-self: stretch;
  background: linear-gradient(0deg, rgba(197, 222, 183, 0.01) 0%, #C5DEB7 79.81%);
}

.white-box {
  display: flex;
  width: fit-content;
  padding: 40px 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 24px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Fill-surface-primary, #FDFEFD);
  margin-top: 72px;
  margin-bottom: 100px;
  z-index: 3;
}

.white-box-title {
  color: var(--Text-text-primary, #4B4B4B);
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Heading-md-bold-Font-size, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Heading-md-bold-Line-height, 38px);
  letter-spacing: var(--Heading-md-bold-Letter-spacing, 0);
}

.white-box-footer {
  color: var(--Text-text-primary, #4B4B4B);
  text-align: center;

  /* Body/md */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Body-md-regular-Line-height, 24px);
  /* 150% */
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
}

.white-box-paragraph {
  color: var(--Text-text-primary, #4B4B4B);
  max-width: 600px;
  /* Body/md */
  font-family: var(--Font-Family-main, Poppins);
  font-size: var(--Body-md-regular-Font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Body-md-regular-Line-height, 24px);
  /* 150% */
  letter-spacing: var(--Body-md-regular-Letter-spacing, 0);
}

.ligth-box {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 24px;
  border: 1px solid var(--Border-border-primary, rgba(75, 75, 75, 0.15));
  background: var(--Fill-surface-primary, #FDFEFD);
  box-shadow: 2px 6px 16px 0 rgba(75, 75, 75, 0.20);
}

.carousel {
  position: relative;
  width: 100%;
 
 
  margin: 0 auto;
    margin-bottom: 0px;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 32px;
  aspect-ratio: 5 / 4;
  
}

.service-carousel{
  max-width: 40%;
  width: 100%;
  min-width: 40%;
}

.carousel img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
   pointer-events: none;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}

.carousel img.active {
  opacity: 1;
  pointer-events: none ;
}


.carousel-nav-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 5;
}

.carousel:hover .carousel-nav-buttons {
  opacity: 1;
  pointer-events: auto;
}

.carousel-nav-buttons button {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(75, 75, 75, 0.15);
  background: rgba(255, 255, 255, 0.87);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.carousel-nav-buttons button:hover {
  background: rgba(255, 255, 255, 1);

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.carousel-nav-buttons button:active {
  transform: scale(0.95);
}

.carousel-nav-buttons button svg {
  width: 24px;
  height: 24px;
  fill: #333;
}


.carousel-control {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 8px;
  width: 100%;
}

.carousel-control button {
  display: flex;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(75, 75, 75, 0.15);
  background: rgba(255, 255, 255, 0.00);
}

.carousel-control button:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(75, 75, 75, 0.25);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.carousel-control button:active {
  transform: scale(0.95);
}


.carousel-indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgb(217, 217, 217);
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.carousel-indicators button:hover {
  background: rgba(255, 255, 255, 0.9);
}

.carousel-indicators button.active {
  background: #ffffff;
  width: 12px;
  height: 12px;
}


@media (max-width: 768px) {

  .carousel-nav-buttons {
    display: none !important;
  }


  .carousel-indicators {
    bottom: 10px;
  }

  .carousel-indicators button {
    width: 8px;
    height: 8px;
  }

  .carousel-indicators button.active {
    width: 10px;
    height: 10px;
  }
}

.h-full {
  height: 100%;
}

.hidden {
  display: none;
}

/*=============MQS========*/
@media (max-width: 1700px) {
  .animals-arround {
    bottom: -100px;
  }
}
@media (max-width: 1472px) {
  .animals-arround {
    bottom: -140px;
  }
}
@media (max-width: 1138px) {
  .animals-arround {
    bottom: -140px;
  }
}

@media (max-width: 1024px) {
  .animals-arround {
    bottom: -80px;
  }
}

@media (min-width: 600px) {
 .dk-mt-40{
      margin-top: 60px;
  }
}


@media (max-width: 500px) {
  .animals-arround {
    bottom: -30px;
  }
}


@media (max-width: 420px) {
  .animals-arround {
    bottom: 78px;
  }
}
 

@media (max-width: 448px) {
  .landscape-background{
      height: 1130px;
  }
}


 






@media (max-width: 1024px) {
  .md-flex-col {
    flex-direction: column;
  }

  .md-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md-gap-32 {
    gap: 32px;
  }

  .md-gap-16 {
    gap: 16px;
  }

  .footer-horse {
    width: 250px;
  }

  .md-text-wrap {
    text-wrap: wrap;
  }

  .md-text-center {
    text-align: center;
  }

  .md-hidden {
    display: none;
  }

  .md-mx-auto {
    margin-inline: auto;
  }

  .md-w-full {
    width: 100%;
  }
  .md-items-center{
      align-items: center;
  }

  .md-flex {
    display: flex;
  }

  .md-justify-center {
    justify-content: center;
  }

  .md-justify-start {
    justify-content: start;
  }

  .md-p-24 {
    padding: 24px;
  }

  .md-gap-24{
    gap: 24px;
  }
  .md-max-w-none {
    max-width: 100%;
  }

  section {
    padding: 40px 0px;
  }

  .accordions {
    padding: 24px;
  }

  .service-card {
    min-width: 294px;
  }

  .list-service-card {
    width: 100% !important;
  }

  .service-card-info {
    bottom: 24px;
  }

  .mini-cards-container {
    position: relative;
    left: 0;
  }

  .ihvet-selo {
    max-width: 200px;
    margin: auto;

  }

  .questions-star {
    top: -50px;
    left: -40px;
    max-width: 250px;
  }

  .mini-card {
    padding: 24px;
    gap: 24px;
  }

  .icon {
    min-width: 48px;
    min-height: 48px;
  }

  .bottom-footer-box {
    flex-wrap: wrap;
    gap: 32px;
  }

  .bottom-footer {
    padding: 40px 0px;
  }

  .service-card-filter {
    opacity: 1;
  }

  .questions-box {
    padding: 24px;
  }

  .hero-image {
    height: 450px;
  }

  .map-wrapper {

    height: 500px;

  }

  #sidebarDesc {
    max-width: none;
  }

  .ihvet-list:has(li:nth-child(5)) {
    grid-template-columns: none;
    column-gap: 0px;
  }

  .carousel {
    width: 100%;
    min-width: auto;
 
  }


  .white-box {
    padding: 40px 24px;
    margin-bottom: 200px;
  }
.md-p-32 {
    padding: 32px;
  }
  .services-cards-container {
    padding-left: 24px;
    padding-right: 24px;

  }

  .service-card-hidden-content {
    max-height: 500px;
    opacity: 1;
  }
  .green-box{
    padding: 24px
  }
  .specialties-card {
    min-height: 500px;
  }
  .service-carousel{
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
       height: auto !important;
  }
  
}


@media (max-width: 767px) {
  .sm-flex-col {
    flex-direction: column;
  }

  .sm-flex {
    display: flex;
  }

  .sm-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm-gap-32 {
    gap: 32px;
  }

  .sm-gap-16 {
    gap: 16px;
  }

  .sm-text-wrap {
    text-wrap: wrap;
  }

  .sm-mx-auto {
    margin-inline: auto;
  }

  .footer-horse {
    width: 200px;
  }

  .sm-text-center {
    text-align: center;
  }

  .sm-hidden {
    display: none;
  }
  .sm-items-center{
        align-items: center;
  }

  .sm-w-full {
    width: 100%;
  }

  .sm-justify-center {
    justify-content: center;
  }

  .sm-justify-start {
    justify-content: start;
  }

  .sm-max-w-none {
    max-width: 100%;
  }

  .mini-cards-container {
    position: relative;
    left: 0;
  }

  .ihvet-selo {
    max-width: 180px;
    margin: auto;

  }

  .accordions {
    padding: 24px;
  }

  section {
    padding: 40px 0px;
  }

  .sm-p-24 {
    padding: 24px;
  }
.sm-p-32 {
    padding: 32px;
  }

  .service-card-info {
    bottom: 24px;
  }

  .list-service-card {
    width: 100% !important;
  }

  .service-card {
    min-width: 294px;
  }

  .map-wrapper {
    height: 500px;
  }

  .white-box {
    padding: 40px 24px;
  }

  .bottom-footer-box {
    flex-wrap: wrap;
    gap: 32px;
  }

  .service-card-filter {
    opacity: 1;
  }

  .specialties-card {
    min-height: 500px;
  }

  .mini-card {
    padding: 24px;
    gap: 24px;
  }

  .icon {
    min-width: 48px;
    min-height: 48px;
  }

  .bottom-footer {
    padding: 40px 0px;
  }

  .questions-star {
    top: -50px;
    left: -40px;
    max-width: 250px;

  }

  #sidebarDesc {
    max-width: none;
  }

  .questions-box {
    padding: 24px;
  }
  .green-box{
    padding: 24px
  }
  .hero-image {
    height: 320px;
  }

  .services-cards-container {
    padding-left: 24px;
    padding-right: 24px;

  }
  .footer-logo{
     width: 80vw;
  }
  .service-carousel{
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 100% !important;
  }
  .sm-gap-24{
    gap: 24px;
  }
  .carousel {
    width: 100%;
    min-width: auto;
 
  }

  .service-card-hidden-content {
    max-height: 500px;
    opacity: 1;
  }

  .ihvet-list:has(li:nth-child(5)) {
    grid-template-columns: none;
    column-gap: 0px;
  }
}