.color-1 {
  color: #566872;
}

.color-2 {
  color: #ffffff;
}

.color-3 {
  color: #dbe120;
}

.color-4 {
  color: #393939;
}

.color-5 {
  color: #5f5f5f;
}

.color-6 {
  color: #a1b4be;
}

.color-7 {
  color: #666666;
}

.color-grey-darker {
  color: #393939 !important;
}

.color-4desk-1mob {
  color: #393939 !important;
}
@media (max-width: 992px) {
  .color-4desk-1mob {
    color: #566872 !important;
  }
}

.color-1desk-4mob {
  color: #566872;
}
@media (max-width: 992px) {
  .color-1desk-4mob {
    color: #393939;
  }
}

.bg-color-1 {
  background: #566872;
}

.bg-color-2 {
  background: #ffffff;
}

.bg-color-3 {
  background: #dbe120;
}

.bg-color-4 {
  background: #393939;
}

.bg-color-5 {
  background: #5f5f5f;
}

.bg-color-6 {
  background: #a1b4be;
}

.bg-color-7 {
  background: #666666;
}

.bg-color-8 {
  background: #a3a3a3;
}

.bg-color-9 {
  background: #f5f7f8;
}

.bg-color-grey {
  background: #f7f7f7;
}

.linear-bg-home-2 {
  background-image: linear-gradient(180deg, #ffffff 25%, #f5f7f8 0 50%, #dbe120 0%);
}
@media (max-width: 992px) {
  .linear-bg-home-2 {
    background-image: linear-gradient(180deg, #ffffff 17%, #dbe120 0%);
  }
}

.linear-bg-home-5 {
  background-image: linear-gradient(150deg, #bbbf28 0%, #dbe120 100%);
}

.border-color-1 {
  border-color: #566872;
}

.border-color-2 {
  border-color: #ffffff;
}

.border-color-3 {
  border-color: #dbe120 !important;
}

.border-color-4 {
  border-color: #393939;
}

.border-color-5 {
  border-color: #5f5f5f;
}

.border-color-6 {
  border-color: #a1b4be;
}

.border-color-7 {
  border-color: #666666;
}

.border-color-8 {
  border-color: #a3a3a3;
}

.after-color-2:after {
  background: #ffffff;
}

.after-color-3:after {
  background: #dbe120;
}

.before-color-2:before {
  background: #ffffff;
}

.before-color-3:before {
  background: #dbe120;
}

.bt-slide-color {
  background: #a1b4be;
}

.bt-slide-color:hover {
  background: #dbe120;
}

.bt-slide-color.active {
  background: #dbe120;
}

.before-color-6:before {
  background: #a1b4be;
}

.before-color-6:hover:before {
  background: #dbe120;
}

.before-color-6.active:before {
  background: #dbe120;
}

.color-6-hover-3 {
  color: #a1b4be;
}
.color-6-hover-3.active {
  color: #dbe120;
}
.color-6-hover-3:hover {
  color: #dbe120;
}

.btn-color3-hover {
  color: #dbe120;
  border-color: #566872 !important;
}
.btn-color3-hover.active {
  color: #dbe120 !important;
  background: #ffffff;
}
.btn-color3-hover:hover {
  color: #dbe120 !important;
  background: #ffffff;
}

.btn-contact-color {
  color: #393939 !important;
}

.btn-contact-color:hover {
  color: #dbe120 !important;
}
.btn-contact-color:hover > .home-first-button-arrow {
  background: #dbe120;
}
.btn-contact-color:hover > .home-6-contact-us-button-arrow {
  background: #dbe120;
}

.btn-contact-bg {
  background: #393939;
}

.navbar-menu-item.active {
  color: #dbe120;
}

.navbar-menu-item:hover {
  color: #dbe120;
}

.border-bottom-btn {
  border-bottom: 0.5px solid #ccc;
}

.direction-column {
  flex-direction: column;
}

p {
  color: #566872;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.32s ease;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.color-slide-arrow {
  color: #a1b4be;
}
@media (max-width: 992px) {
  .color-slide-arrow {
    color: #dbe120;
  }
}

.page-template-blank-page .swiper-pagination-bullet {
  width: 1.31rem;
  height: 0.7rem;
  cursor: pointer;
  transition: all 0.32s ease;
  background: #a1b4be;
  border-radius: 0;
  outline: 0;
  opacity: 1;
  margin-left: 1.5rem;
}
.page-template-blank-page .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.page-template-blank-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2.81rem;
  background: #dbe120;
}
.page-template-blank-page .swiper-pagination-bullet:hover {
  width: 2.81rem;
  background: #dbe120;
}
.page-template-blank-page .swiper-container-horizontal > .swiper-pagination-bullets {
  left: 0;
}

.pte-none {
  pointer-events: none;
}

.col-20-5 {
  width: 20%;
  float: left;
}

.col-25-4 {
  width: 25%;
  float: left;
}

.border-left-allow {
  border-left: 3px solid #566872;
}
@media (max-width: 992px) {
  .border-left-allow {
    border-left: none;
  }
}

.privacidade {
  margin-top: 15rem;
}
.privacidade-container {
  margin: 0 auto;
  width: 85%;
  max-width: 1364px;
  color: inherit;
}
.privacidade-title {
  font-size: 1.867rem;
  line-height: 1.7;
  color: inherit;
  font-weight: 400;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 1400px) {
  .privacidade-title {
    font-size: 1.567rem;
  }
}
.privacidade-text {
  font-size: 1.333rem;
  line-height: 1.8;
  color: inherit;
}
.privacidade-text a {
  font-weight: 500;
}
@media (max-width: 600px) {
  .privacidade-text a {
    display: block;
  }
}
@media (max-width: 1400px) {
  .privacidade-text {
    font-size: 1.167rem;
  }
}
@media (max-width: 600px) {
  .privacidade-text {
    text-align: left;
  }
}
.privacidade-list {
  list-style: none;
  color: inherit;
  padding: 0;
}
.privacidade-list > li {
  font-size: 1.333rem;
  line-height: 1.8;
  color: inherit;
  margin-bottom: 0.5rem;
}
@media (max-width: 1400px) {
  .privacidade-list > li {
    font-size: 1.167rem;
  }
}
@media (max-width: 600px) {
  .privacidade-list > li {
    text-align: justify;
  }
}

.privacidade-topo-title {
  font-size: 1.867rem;
  text-align: center;
  color: inherit;
  font-weight: 500;
}
.privacidade-topo-updateDate {
  font-size: 1.2rem;
  text-align: center;
  color: inherit;
  margin-bottom: 10rem;
}
@media (max-width: 600px) {
  .privacidade-topo-updateDate {
    margin-bottom: 5rem;
  }
}

.navbar-container.first {
  position: fixed;
  top: 0;
  bottom: auto;
}

.mg-top-4rem {
  margin-top: 4rem;
}

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