.fb-cards-articles-slider {
  padding: 100px 0;
}

.fb-cards-articles-slider .heading {
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 0 10%;
  line-height: 1.5;
}

.fb-cards-articles-slider .cards-wrapper {
  background: linear-gradient(91deg,#0095d4,#59b579);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 10s ease infinite;
  -moz-animation: AnimationName 10s ease infinite;
  animation: AnimationName 10s ease infinite;
  padding: 60px 0;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}


.fb-cards-articles-slider .colunas {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
}

.fb-cards-articles-slider .col-texto {
  max-width: 420px;
}

.fb-cards-articles-slider h3 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
}

.fb-cards-articles-slider p {
  margin: 0 0 40px 0;
  font-size: 18px;
}

.fb-cards-articles-slider .col-img {
  flex-shrink: 0;
}

.fb-cards-articles-slider .col-img img {
  display: block;
  max-width: 640px;
  width: 100%;
}

.fb-cards-articles-slider .colunas .col {
  width: auto;
  flex: 0 0 auto;
  padding: 0;
}

.fb-cards-articles-slider .cards-slider {
  padding: 0 10%;
}

.fb-cards-articles-slider ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  max-width: 1450px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  bottom: -40px;
  list-style: none;
  text-align: center;
}

.fb-cards-articles-slider ul.slick-dots,
.fb-cards-articles-slider ul.slick-dots li {
  font-size: inherit;
  line-height: inherit;
}

.fb-cards-articles-slider .slick-dots li {
  margin: 0 5px;
}

.fb-cards-articles-slider .colunas .col.col-texto {
  flex: unset;
}

.fb-cards-articles-slider .slick-dots .slick-active button {
  background-color: #5ab678;
}

.fb-cards-articles-slider .slick-dots button {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #b4b4b4;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
}

.fb-cards-articles-slider .chevron-left.slick-arrow,
.fb-cards-articles-slider .chevron-right.slick-arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  margin-top: -16px;
  cursor: pointer;
}

.fb-cards-articles-slider .chevron-right.slick-arrow {
  background: url(https://fs.hubspotusercontent00.net/hub/5767502/hubfs/flieber_sr/images/seta_dir_white.svg) no-repeat;
  right: 5%;
}

.fb-cards-articles-slider .chevron-left.slick-arrow {
  background: url(https://fs.hubspotusercontent00.net/hub/5767502/hubfs/flieber_sr/images/seta_esq_white.svg) no-repeat;
  left: 5%;
}

.btn-wrapper.btn-white-wrapper .cta_button:hover,
.btn-wrapper.btn-white-wrapper .cta-button:hover {
  background-image: linear-gradient(to right,#0095d4,#59b579) !important;
  color: #fff !important;
}

@media (max-width: 1200px) {
  .fb-cards-articles-slider .colunas .col.col-texto,
  .fb-cards-articles-slider .colunas .col {
    flex: 1 1 50%;
    padding: 0 15px;
  }

  .fb-cards-articles-slider .colunas {
    margin: 0 -15px;
  }
}

@media (max-width: 991px) {

  .fb-cards-articles-slider .colunas {
    flex-wrap: wrap;
    text-align: center;
  }

  .fb-cards-articles-slider .colunas .col.col-texto,
  .fb-cards-articles-slider .colunas .col {
    flex: 1 1 100%;
    padding: 0 15px;
    max-width: 100%;
  }

  .fb-cards-articles-slider .col-img {
    order: 1;
  }

  .fb-cards-articles-slider .col-texto {
    order: 2;
  }

  .fb-cards-articles-slider .col-img img {
    width: 100%;
    margin: 0 auto;
  }

  .fb-cards-articles-slider h3 {
    font-size: 28px;
  }

  .fb-cards-articles-slider .cards-slider,
  .fb-cards-articles-slider .heading {
    padding: 0 15px;
  }

  .fb-cards-articles-slider {
    padding: 0; 
  }
}