:root {
  --text-xs: 0.75rem;
  /* 12px */
  --text-sm: 1rem;
  /* 16px */
  --text-md: 1.25rem;
  /* 20px */
  --text-lg: 1.5rem;
  /* 24px */
  --text-xl: 2rem;
  /* 32px */
  --text-xxl: 3rem;
  /* 48px */
}

@font-face {

  font-weight: 300;
}

@font-face {

  font-weight: normal;
}

@font-face {
 
  font-weight: 500;
}

@font-face {

  font-weight: bold;
}
.cc-color-override--599242481.cc-revoke {
  pointer-events: none;
  opacity: 0;
  display: none;
}
.text-dark-green {
  color: var(--dark-green-text-color) !important;
  font-weight: 500;
}
.text-dark-green-above {
  color: var(--dark-green-text-color) !important;
  font-weight: 500;
  margin-bottom: -8px;
  margin-top: -80px;
  height: 80px;
  display: flex;
  align-items: flex-end;
  background: transparent linear-gradient(180deg, #ffffff00 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
  width: 100%;
}
.text-small {
  color: var(--dark-green-text-color) !important;
  font-weight: 500;
  font-size: 12px;
}
.text-light-green {
  color: var(--light-green-text-color) !important;
  font-weight: 500;
}

.font-medium {
  font-size: 42px;
}

html {
  scroll-behavior: smooth;
}

body {
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  font-weight: normal !important;
  display: flex;
  flex-direction: column;
}

header#header-subportal {
  background: #eff7da;
}

label.hover-search {
  border: 3px solid #415016;
}

.hover-search:after {
  background: #415016;
}

.image-logo {
  width: 160px;
}

.image-logo-wrapper {
  background: #ccdba1;
}

.heading-welcome {
  font-size: 110px;
  font-weight: bold;
  /* color: #CCDBA1; */
  color: #415016;
  margin-bottom: -1rem !important;
  z-index: 999;
}

/* @supports (-webkit-text-stroke: 1px black) {
  .heading-welcome {
    color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #415016;
  }
} */

.home-url {
  color: #4a5a0b !important;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none !important;
}

.hover-search-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
  height: auto;
  align-self: flex-start;
}

.hover-search input {
  font-size: 15px;
}

.hover-search.active,
.hover-search:hover {
  padding: 15px 15px 10px;
}

@media screen and (max-width: 1200px) {
  .heading-welcome {
    font-size: 80px !important;
    align-self: center !important;
    max-width: none !important;
    flex: 0 1 auto !important;
  }

  .welcome-wrapper {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .home-url {
    margin-left: 2rem !important;
  }

  .header-wrapper {
    align-items: flex-start;
  }
}

@media screen and (max-width: 992px) {
  .welcome-wrapper {
    flex-direction: column;
  }

  .hover-search-wrapper {
    margin-left: 2rem !important;
  }
}

@media screen and (max-width: 875px) {
  .heading-welcome {
    font-size: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .header-wrapper {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}
