.carrossel-pai {
  position: relative;
}

#fx-banner {
  padding: 1% 0;
}

.img-banner img {
  width: 100%;
}

.slick-txt h2 {
  color: #274971;
  font-size: 3.6rem;
  font-weight: 600;
  width: 90%;
}
.txt-banner h2 {
    min-height: 200px;
}
.slick-txt p {
  color: #274971;
  font-size: 2rem;
  font-weight: 500;
  width: 90%;
}

.txt-banner a {
  border: 2px solid #274971;
  padding: 0 10px;
  background: #274971;
  color: white;
  cursor: pointer;
  font-size: 2rem;
  text-decoration: none;
}

.gira-setinha {
  display: flex;
}

.gira-setinha div,
.gira-setinha a {
  background: #4271a6;
  border-radius: 50px;
  padding: 10px;
  font-size: 1.5rem;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  align-content: center;
}
.gira-setinha a {
  padding: 9px 43px;
  margin: 0px 9px;
  text-decoration: none;
}

.txt-banner.slick-slide.slick-current.slick-active h2 {
  font-size: 4rem;
  color: #004773;
  font-weight: 600;
}

.txt-banner.slick-slide.slick-current.slick-active p {
  font-size: 2rem;
  color: #274971;
}
.gira-setinha img {
  width: 13px;
  height: auto;
  margin: 0px 6px;
}

.banner-full {
  display: flex;
  align-items: center;
}

div#fx-banner {
  border-top: 1px solid #dcdcdc7d;
}
