:root {
  --title-hero-font-family: Poppins-SemiBold, sans-serif;
  --title-hero-font-size: 48px;
  --title-hero-line-height: 120%;
  --title-hero-letter-spacing: -0.95px;
  --title-hero-font-weight: 600;
  --title-hero-font-style: normal;
  --title-font-family: Poppins-Medium, sans-serif;
  --title-font-size: 40px;
  --title-line-height: 118%;
  --title-letter-spacing: -0.88px;
  --title-font-weight: 500;
  --title-font-style: normal;
  --h4-font-family: OpenSans-Bold, sans-serif;
  --h4-font-size: 28px;
  --h4-line-height: normal;
  --h4-letter-spacing: -0.025em;
  --h4-font-weight: 700;
  --h4-font-style: normal;
  --h5-font-family: OpenSans-Regular, sans-serif;
  --h5-font-size: 24px;
  --h5-line-height: 130%;
  --h5-font-weight: 400;
  --h5-font-style: normal;
  --txt-button-font-family: OpenSans-Bold, sans-serif;
  --txt-button-font-size: 20px;
  --txt-button-line-height: 130%;
  --txt-button-font-weight: 700;
  --txt-button-font-style: normal;
  --body-huge-font-family: OpenSans-Regular, sans-serif;
  --body-huge-font-size: 20px;
  --body-huge-line-height: 130%;
  --body-huge-font-weight: 400;
  --body-huge-font-style: normal;
  --body-font-family: OpenSans-Regular, sans-serif;
  --body-font-size: 16px;
  --body-line-height: 125%;
  --body-font-weight: 400;
  --body-font-style: normal;
  --body-small-font-family: OpenSans-Regular, sans-serif;
  --body-small-font-size: 14px;
  --body-small-line-height: 125%;
  --body-small-font-weight: 400;
  --body-small-font-style: normal;
  --caption-font-family: OpenSans-Bold, sans-serif;
  --caption-font-size: 12px;
  --caption-line-height: 125%;
  --caption-font-weight: 700;
  --caption-font-style: normal;
}

.button-primary {
  background: var(--bs-primary);
}

.main-container {
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 32px;
  padding-bottom: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}

.hero-container {
  max-width: 1280px;
  gap: 64px;
  min-height: 100vh;
  padding-bottom: 100px;
  padding-top: 24px;
  margin: auto;
  padding-right: 8px;
  padding-left: 8px;
  width: 100%;
  max-width: 1440px;
}

.navbar {
  max-width: 1280px;
  padding-bottom: 8px;
  padding-top: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.content-container {
  padding-right: 8px;
  padding-left: 8px;
  margin: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  max-width: 1440px;
}

.container-small {
  padding: 0;
  padding-top: 32px;
  padding-right: 8px;
  padding-bottom: 32px;
  padding-left: 8px;
  gap: 32px;
  width: 100%;
  max-width: 1280px;
}

.container {
  min-height: 95vh;
  padding: 0;
  padding-top: 32px;
  padding-right: 8px;
  padding-bottom: 32px;
  padding-left: 8px;
  gap: 32px;
  width: 100%;
  max-width: 1280px;
}

.container-color {
  padding-right: 8px;
  padding-left: 8px;
  margin: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  max-width: 1280px;
}

.div-image-full {
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 32px;
}

.container-contact-form {
  gap: 32px;
  padding-right: 8px;
  padding-left: 8px;
  min-height: 70vh;
  margin-right: auto;
  margin-left: auto;
}

.img-decorative {
  border-radius: 32px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1 {
}

.nav-item.active {
  font-weight: 800;
}

.nav-item.active {
  font-weight: 800;
}

.container-blog {
}

.p-custom {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 124%;
  letter-spacing: 0.09px;
  color: #3c3c3c;
  font-size: 1rem;
}

.p-subtitle {
  margin-top: 0;
  line-height: 124%;
  letter-spacing: 0.09px;
  color: #3c3c3c;
  font-size: 1.25rem;
}

.icon-space {
  width: fit-content;
  height: fit-content;
  flex: initial;
  align-content: start;
  padding: 12px;
  background-color: var(--bs-primary-border-subtle);
  border-radius: 8px;
}

