#banner-header p {
  font-size: 1.375rem;
  line-height: 130%;
}
#banner-header.banner-full {
  background-color: #47833F;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  background-position-x: center;
  background-position-y: center;
  display: flex;
  flex-direction: column;
}
#banner-header.banner-full.dark {
  color: #47833F;
}
#banner-header.banner-full .banner-image img {
  width: 100%;
  height: auto;
}
#banner-header.banner-full .banner-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url("/sites/default/files/banner_mask.png");
  background-size: cover;
  background-position: left;
}
#banner-header.banner-full .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
#banner-header.banner-full .breadcrumb .breadcrumb-item {
  color: #fff;
}
#banner-header.banner-full .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
#banner-header.banner-full .breadcrumb .breadcrumb-item:before {
  color: #fff;
}
#banner-header.banner-full .breadcrumb .breadcrumb-item a {
  color: #fff;
}
#banner-header.banner-full .banner-content {
  padding-top: 2rem;
  max-width: 650px;
  z-index: 1;
}
#banner-header.banner-full.banner-down_left .banner-content {
  margin-top: auto;
}
#banner-header.banner-full.banner-left .banner-content {
  margin-top: auto;
  margin-bottom: auto;
}
#banner-header.banner-full.banner-down_rigth .banner-content {
  margin-top: auto;
  margin-left: auto;
}
#banner-header.banner-full.banner-right .banner-content {
  margin-left: auto;
}

.banner-scroll {
  text-align: center;
  font-size: 25px;
  background-color: #47833F;
  /* max-width: 25px; */
  margin-left: auto;
  margin-right: auto;
  /* padding: 5px; */
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: -30px;
  border-radius: 5px;
  cursor: pointer;
}

.banner-no-full {
  display: block;
  position: relative;
  min-height: 30vh;
  color: #fff;
  padding-top: 50px;
}
@media (min-width: 576px) {
  .banner-no-full {
    min-height: 40vh;
    padding-top: 100px;
  }
}
.banner-no-full .full-container {
  min-height: 300px;
}
.banner-no-full .banner-content {
  z-index: 1;
  display: block;
  position: relative;
  max-width: 500px;
}
.banner-no-full .banner-image {
  position: absolute;
  top: 0;
  right: 10px;
  max-width: 50%;
  z-index: 0;
}
@media (min-width: 576px) {
  .banner-no-full .banner-image {
    right: 5vh;
    top: 1em;
  }
}
.banner-no-full .banner-image img {
  max-width: 100%;
  border-radius: 10px;
  max-height: 522px;
}
.banner-no-full .banner-icon {
  margin-bottom: 2em;
}
.banner-no-full .title {
  color: #fff;
  font-size: 32px;
}

.banner-mobile .banner-image img {
  width: 100%;
}
.banner-mobile .banner-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.banner-mobile .banner-content h1 {
  color: #47833F;
}

.banner-mobile {
  background: linear-gradient(90deg, #373a2c 0%, #47833F 100%);
  color: #fff !important;
}
.banner-mobile h1 {
  color: #fff !important;
}

/*# sourceMappingURL=banner.css.map*/