.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;
  }
}

@media (max-width: 992px) {
  .container-main {
    width: 90%;
    margin: auto;
  }
}

#page-blog {
  margin-top: 64px;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
}
@media (max-width: 1400px) {
  #page-blog {
    margin-top: 64px;
  }
}

.navbar-container.first {
  position: fixed;
  top: 0;
  bottom: auto;
}
@media (max-width: 992px) {
  .navbar-container.first {
    display: none !important;
  }
}

#filter-icon-show {
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
#filter-icon-show.active i {
  transform: rotate(180deg);
  transition: 0.3s;
}

.blog-filters {
  height: 97px;
  margin-top: -47px;
  margin-bottom: 150px;
  position: relative;
}
@media (max-width: 992px) {
  .blog-filters {
    margin-bottom: 50px;
  }
}
.blog-filters .trigger-content-filter-sm {
  transition: 0.3s;
  display: none;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .blog-filters .trigger-content-filter-sm {
    transition: 0.3s;
    display: flex;
    position: absolute;
  }
}
.blog-filters .content-blog-sm {
  width: 100%;
  z-index: 10;
}
.blog-filters .content-blog-sm.disabled {
  height: auto;
  padding-bottom: 0px !important;
}
@media (max-width: 992px) {
  .blog-filters .content-blog-sm.disabled {
    visibility: hidden;
    height: 0px;
  }
}
.blog-filters .content-blog-sm.disabled * {
  display: flex;
}
@media (max-width: 992px) {
  .blog-filters .content-blog-sm.disabled * {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .blog-filters .content-blog-sm {
    width: 100%;
    padding-bottom: 20px;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .blog-filters .content-blog-sm {
    width: 100%;
    padding: 20px 0px;
    margin-top: 400px;
  }
}
@media (max-width: 992px) {
  .blog-filters {
    margin-top: 0px;
    width: 90% !important;
    height: 70px;
    margin-top: -35px;
  }
}
.blog-filters .label-filter {
  font-size: 24px;
  font-family: "Ubuntu";
  font-weight: 200;
  margin-right: 70px;
}
@media (max-width: 992px) {
  .blog-filters .label-filter {
    margin-right: 0px !important;
    margin-top: 30px;
    margin-left: 16%;
  }
}
@media (max-width: 1740px) {
  .blog-filters .label-filter {
    font-size: 19px;
    margin-right: 50px;
  }
}
.blog-filters .label-filter-trigger {
  font-size: 24px;
  font-family: "Ubuntu";
  font-weight: 200;
  margin-right: 70px;
}
.blog-filters .container-select {
  position: relative;
}
@media (max-width: 992px) {
  .blog-filters .container-select {
    width: 100%;
  }
}
.blog-filters .container-select i {
  position: absolute;
  right: 18%;
  top: 50%;
  transform: translate(0, -50%);
}
.blog-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  background-color: initial;
  border: none;
  border-bottom: 1px solid white;
  width: 216px;
  padding: 10px 7px;
  font-size: 21px;
}
@media (max-width: 1740px) {
  .blog-filters select {
    width: 180px;
    padding: 10px 7px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .blog-filters select {
    margin-right: 0px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 68%;
  }
}

.pointers {
  border-bottom-style: dashed;
  width: 80%;
  height: auto;
}
@media (max-width: 1300px) {
  .pointers {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .pointers {
    border-width: 2px;
    width: 30%;
    margin-top: 10px;
    margin-right: 45px;
  }
}

#palm-tempest-novos-posts {
  position: absolute;
  right: 0;
  top: -112px;
}
@media (max-width: 992px) {
  #palm-tempest-novos-posts {
    width: 47px;
    height: 47px;
    top: -30px;
  }
}

.blog-page-title {
  width: 100%;
  margin-bottom: 30px;
}
.blog-page-title-text {
  float: left;
  margin: 0;
  padding-right: 20px;
  font-size: 3.333rem;
}
.blog-page-title-line {
  overflow: hidden;
  height: 3.333rem;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width : 992px) {
  .blog-page-title-text {
    font-size: 1.666rem;
  }
  .blog-page-title-line {
    height: 1.333rem;
    border-bottom: 3px solid #000;
  }
}
.blog-posts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (max-width : 992px) {
  .blog-posts {
    display: block;
  }
}
.blog-posts-item {
  position: relative;
  display: block;
  width: 32.5%;
  height: 380px;
  margin: 7px 0.6%;
  background-color: #ed256d;
}
@media only screen and (max-width : 992px) {
  .blog-posts-item {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  .blog-posts-item:nth-of-type(2n) {
    height: 300px;
  }
}
.blog-posts-item:nth-of-type(4n + 1) {
  background-color: #dbe120;
}
.blog-posts-item:nth-of-type(4n + 2) {
  background-color: #4b5c66;
}
.blog-posts-item:nth-of-type(4n) {
  background-color: #4b5c66;
}
@media only screen and (min-width : 993px) {
  .blog-posts-item:nth-of-type(7n + 1) {
    width: 66.3%;
    margin-left: 0;
  }
  .blog-posts-item:nth-of-type(7n + 1) .blog-posts-item-title {
    font-size: 2.8rem;
    line-height: 1.2 !important;
    bottom: 40px;
    left: 40px;
  }
  .blog-posts-item:nth-of-type(7n) {
    width: 66.3%;
    margin-right: 0;
  }
  .blog-posts-item:nth-of-type(7n) .blog-posts-item-title {
    font-size: 2.8rem;
    line-height: 1.2;
    bottom: 40px;
    left: 40px;
  }
  .blog-posts-item:nth-of-type(7n + 2) {
    margin-right: 0;
  }
  .blog-posts-item:nth-of-type(7n + 3) {
    margin-left: 0;
  }
  .blog-posts-item:nth-of-type(7n + 5) {
    margin-right: 0;
  }
  .blog-posts-item:nth-of-type(7n + 6) {
    margin-left: 0;
  }
}
.blog-posts-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.blog-posts-item-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
  opacity: 0.4;
  transition: ease 0.3s;
}
.blog-posts-item-title {
  font-size: 1.8rem;
  color: #fff;
  bottom: 30px;
  left: 30px;
  position: absolute;
  margin: 0;
  margin-right: 50px;
  z-index: 3;
  font-weight: 200;
  line-height: 1.3 !important;
}
@media (max-width: 992px) {
  .blog-posts-item-title {
    font-size: 16px;
  }
}
.blog-posts-item-date {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  z-index: 3;
}
.blog-posts-item-share {
  position: absolute;
  right: 50px;
  top: 30px;
  background-color: transparent;
  padding: 10px;
  text-align: center;
  width: 42px;
  height: auto;
  border-radius: 30px;
  transition: ease 0.2s;
  z-index: 3;
}
.blog-posts-item-share .share-icon {
  display: block;
}
.blog-posts-item-share i {
  font-size: 24px;
  color: #fff;
  transition: color ease 0.2s;
}
.blog-posts-item-share .share-link {
  display: block;
  height: 0;
  margin-top: 0px;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
}
.blog-posts-item-share:hover {
  background-color: #606c74;
}
.blog-posts-item-share:hover .share-icon {
  margin-bottom: 20px;
}
.blog-posts-item-share:hover .share-link {
  transition: ease 0.3s;
  height: auto;
  margin-top: 12px;
}
.blog-posts-item-share:hover .share-link i {
  font-size: 20px;
}
.blog-posts-item-share:hover .share-link:hover i {
  color: #dbe120;
}
.blog-posts-item:hover .blog-posts-item-image:before {
  opacity: 0.1;
}

.post-banner {
  height: calc(100vh - 64px - 100px);
  margin-bottom: 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 !important;
}
@media only screen and (max-width : 992px) {
  .post-banner {
    height: 230px;
  }
}
.post-info {
  background-color: #dbe120;
  height: 150px;
  min-height: auto;
  margin-top: -50px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .post-info {
    height: auto !important;
    min-height: 80px;
    padding: 10px 0px;
  }
}
.post-info .col {
  display: flex;
  height: 100%;
}
.post-info-title {
  font-size: 30px;
  line-height: 40px;
  margin: auto;
  padding: 0 20px;
  font-weight: 300 !important;
}
@media only screen and (max-width : 992px) {
  .post-info-title {
    line-height: 20px;
    font-size: 15px;
  }
}
.post-info-date {
  font-size: 2.667rem;
  margin: auto;
  line-height: 100%;
  color: #393939;
}
@media (max-width: 992px) {
  .post-info-date {
    padding-left: 5px;
  }
}
.post-info-date span {
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  line-height: 120%;
}
.post-info-date-m {
  font-size: 1.533rem;
  font-weight: 500;
}
.post-info-date-y {
  font-size: 1.133rem;
  font-weight: 300;
}
.post-info-date-divider {
  height: 3px;
  background-color: #393939;
  margin: 2px 0;
}
@media only screen and (max-width : 992px) {
  .post-info {
    height: 80px;
  }
  .post-info-title {
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
  }
  .post-info-date {
    font-size: 1.667rem;
  }
}
.post-main {
  padding: 30px 0px;
  max-width: 1140px;
  flex-direction: column;
}
.post-main .share-bar * {
  font-family: "Font Awesome 5 Brands" !important;
}
.post-main-container {
  margin: 0 80px;
}
@media only screen and (max-width : 992px) {
  .post-main-container {
    margin: 0 30px;
  }
}
@media only screen and (max-width : 600px) {
  .post-main-container {
    margin: 0 10px;
  }
}
.post-main p span,
.post-main p {
  line-height: 1.77;
  margin-bottom: 1.25rem;
  color: #393939;
}
.post-main figure {
  text-align: center;
  margin-bottom: 20px;
}
.post-main iframe {
  max-width: 100%;
}
@media only screen and (max-width : 992px) {
  .post-main iframe {
    height: 350px;
  }
}
.post-main img {
  height: auto;
}
@media only screen and (max-width : 992px) {
  .post-main {
    padding: 30px 1px;
  }
}
.post-share {
  cursor: pointer;
  margin-left: 10px;
}
.post-share i:hover {
  color: #dbe120;
}

.wp-caption {
  border: none;
}

.bg-grey {
  background-color: #f7f7f7 !important;
}

.share-bar {
  padding-top: 20;
  justify-content: center;
  font-size: 1.25rem;
}

@media (max-width: 992px) {
  .novas-postagens {
    font-size: 20px !important;
  }
}

.blog-newsletter {
  width: 100%;
}
.blog-newsletter-wrapper {
  width: 81%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 95px 0 95px;
}
@media (max-width: 1400px) {
  .blog-newsletter-wrapper {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .blog-newsletter-wrapper {
    flex-direction: column;
    padding: 40px 0;
  }
}
.blog-newsletter-text {
  font-size: 1.667rem;
  line-height: 1.25;
  margin: 0;
  max-width: 45%;
}
@media (max-width: 1600px) {
  .blog-newsletter-text {
    max-width: 48%;
  }
}
@media (max-width: 1450px) {
  .blog-newsletter-text {
    font-size: 1.333rem;
    max-width: 55%;
  }
}
@media (max-width: 992px) {
  .blog-newsletter-text {
    font-size: 1.167rem;
    max-width: 90%;
    margin-bottom: 2.5rem;
  }
}
.blog-newsletter-button {
  width: 25vw;
  height: 4.33rem;
  padding-left: 4rem;
  letter-spacing: -1px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1450px) {
  .blog-newsletter-button {
    width: 28vw;
    padding-left: 1.8rem;
  }
}
@media (max-width: 1150px) {
  .blog-newsletter-button {
    width: 35vw;
  }
}
@media (max-width: 992px) {
  .blog-newsletter-button {
    width: 95%;
    font-size: 1.33rem;
    padding-left: 2rem;
    margin-bottom: 0;
    height: 3.4rem;
  }
}
@media (max-width: 330px) {
  .blog-newsletter-button {
    font-size: 1.067rem;
  }
}
.blog-newsletter-button:hover > .btn-arrow-special2 path {
  fill: #dbe120 !important;
}
.blog-newsletter-button svg {
  width: 3rem;
}
.blog-newsletter-button svg path {
  transition: all 0.32s ease;
}

.blog-related {
  padding: 35px;
  height: 220px;
  position: relative;
  background: #dbe120;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .blog-related {
    margin-top: unset;
    margin-bottom: 2rem;
    padding: 15px;
  }
  .blog-related > .prevs-theme {
    font-weight: 500;
    font-size: 1.5rem;
  }
}
.blog-related:hover {
  text-decoration: none;
}
.blog-related:hover:after {
  background: rgba(0, 0, 0, 0.25);
}
.blog-related:hover > .prevs-theme {
  transform: scale(1.05);
}
.blog-related > .prevs-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.blog-related:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.32s ease;
}
.blog-related > .prevs-theme {
  position: relative;
  color: white;
  z-index: 3;
  transition: transform 0.32s ease;
}

/*# sourceMappingURL=blog.css.map */
