.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.section-title h2 {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #002762;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}

.section-title-slogan {
  text-align: center;
  padding-bottom: 30px;
  position: relative;

}
.section-title-slogan h2 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title-slogan h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #002762;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title-slogan p {
  margin-bottom: 0;

}
.btn-action {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #002762;
  border: 2px solid #002762;
}
.btn-action:hover {
  background: #338029;
  border-color: #338029;
  color: #fff;
}

.cookie-banner { position: fixed; background-color: rgba(255, 255, 255, 0.85); color: #002762; font-size: 1.2rem; font-weight: 600; bottom: 0; left: 0; right: 0; z-index: 1055; display: none; }

.btn-lgpd { font-family: "Raleway", sans-serif; font-weight: 500; font-size: 16px; letter-spacing: 1px; display: inline-block; padding: 10px 30px; border-radius: 4px; transition: 0.5s; margin-top: 10px; color: #fff; background: #002762; border: 2px solid #002762;}
.btn-lgpd:hover { background: #338029; border-color: #338029; color: #fff; }

