/* template background header */
.navbar {
  background: linear-gradient(77.17deg, rgba(184, 81, 85, 0.9) 16.54%, rgba(202, 98, 63, 0.9) 42.66%, rgba(238, 198, 120, 0.9) 72.44%, rgba(165, 205, 190, 0.9) 94.89%);
  /* height: 133px; */
}

.banner-top {
  /*noinspection CssUnknownTarget*/
  position: relative;
  height: 100%;
  overflow: hidden;
  margin-top: 69px;
}

.plus {
  color: #60BA98;
}

.guava {
  color: #B85155;
}

.bg-guava {
  background-color: #C6858D;
  color: #fff;
}

.bg-gap-1 {
  background-color: #FBBEBE;
}

.bg-gap-2 {
  background-color: #FEE0E0;
}

.bg-gap-3 {
  background-color: #FDF0F0;
}

.bg-gap-financeiro {
  background-color: #FAFAFA;
}

ul {
  list-style: none;
  /* Remove default bullets */
}

ul li::before {
  content: "\2022";
  color: #B85155;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -1em;
}

.gap-text {
  margin: 2rem 4.5rem !important;
  text-align: center;

}

.text-complement {
  position: absolute;
  bottom: 3px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  justify-content: center;
}

@media screen and (max-width: 1366px) {
  .banner-top {
    margin-top: 63px;
  }
  .gap-text {
    margin: 1rem !important;
  }
}

@media screen and (max-width: 991px) {
  .banner-top {
    margin-top: 59px;
  }
}

@media screen and (max-width: 767px) {
  .banner-top {
    margin-top: 101px;
  }
}

@media screen and (max-width: 400px) {
  .banner-top {
    margin-top: 98px;
  }
  .big {
    font-size: 2rem !important;
  }
}