.font-stx {
  font-display: swap;
  font-family: "Bebas Neue", sans-serif;
}
.font-rubik {
  font-family: "Rubik", sans-serif;
}
.font-karla {
  font-family: "Karla", sans-serif;
}
#header nav > ul > li > a.dropdown-toggle:after {
  display: inline-block;
  font-family: "font awesome 5 free";
  content: "\f078";
  font-weight: 900;
  border: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0 0 7px;
  font-size: 0.7rem;
}
.nav-principal {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 1px !important;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
}
footer .footer-copyright ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
}
/* footer a .mb-3,
.font-karla a:hover {
  text-decoration: underline !important;
} */
footer h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.btn-whats {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999999999;
  display: block;
}
button.pulse-button {
  position: relative;
  width: 51px;
  height: 51px;
  padding: 0 15px;
  border: none;
  text-align: left;
  box-shadow: 0 0 0 0 #69da83;
  border-radius: 50px;
  background: #2f2c86;
  background-image: -webkit-linear-gradient(top, #28a745, #23582f);
  background-image: -moz-linear-gradient(top, #28a745, #23582f);
  background-image: -ms-linear-gradient(top, #28a745, #23582f);
  background-image: -o-linear-gradient(top, #28a745, #23582f);
  background-image: linear-gradient(to bottom, #28a745, #23582f);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
button.pulse-button:hover {
  border-radius: 50px;
  background: #28a5e1 !important;
  background-image: -webkit-linear-gradient(top, #23582f, #28a745) !important;
  background-image: -moz-linear-gradient(top, #23582f, #28a745) !important;
  background-image: -ms-linear-gradient(top, #23582f, #28a745) !important;
  background-image: -o-linear-gradient(top, #23582f, #28a745) !important;
  background-image: linear-gradient(to bottom, #23582f, #28a745) !important;
}
button.pulse-button i {
  color: #ffffff;
  font-size: 25px;
  vertical-align: middle;
  line-height: 52px;
}
button.pulse-button strong {
  visibility: hidden;
  color: #fff;
  font-size: 0;
  font-weight: normal !important;
  margin: 2px 0 0 5px;
  line-height: 25px;
  -webkit-transition: font-size 0.15s ease-in-out;
  transition: font-size 0.15s ease-in-out;
  transition-delay: 0.05s;
}
button.pulse-button:hover > strong {
  font-size: 14px;
  visibility: visible;
}
button.pulse-button:focus {
  outline: none;
}
.redes-sociais-conteudo {
  position: relative;
  float: right;
  font-family: "blank";
}

.redes-sociais-conteudo .facebook,
.redes-sociais-conteudo .twitter {
  min-width: 35px;
  padding: 9px 7px;
  margin: 1px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1.5em;
  color: #fff;
  font: 14px Arial;
  font-weight: bold;
  font-weight: normal;
  text-align: center;
  transition: all .3s ease 0s;
  border: 1px solid transparent;
  z-index: 2;
  border-radius: 50%;
}

.redes-sociais-conteudo .fa-google-plus:before,
.redes-sociais-conteudo .fa-twitter:before {
  color: #fff;
  font-size: 1em;
}

.redes-sociais-conteudo a.facebook {
  color: #fff;
  background-color: #3b5998;
}

.redes-sociais-conteudo a.facebook:hover {
  background-color: #fff;
  border: 1px solid #ddd;
}

.redes-sociais-conteudo a.facebook:hover .fa-facebook-f:before {
  color: #3b5998;
}

.redes-sociais-conteudo a.twitter {
  color: #fff;
  background-color: #00aced;
}

.redes-sociais-conteudo a.twitter:hover {
  background-color: #fff;
  border: 1px solid #ddd;
}

.redes-sociais-conteudo a.twitter:hover .fa-twitter:before {
  color: #00aced;
}
.palavra-sub {
  text-transform: none
}
.chamada-texto {
  margin-bottom: 60px;
  overflow: hidden;
  padding: 38.4px 0;
  padding: 2.4rem 0;
  position: relative;
  text-align: left;
  letter-spacing: -.5px;
}

.chamada-texto p {
  color: #fff;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 0;
}

.chamada-texto p span:not(.highlighted-word) {
  color: #fff;
  display: block;
  font-size: .8em;
  font-weight: 300;
  padding-top: 5px;
  opacity: .7;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
  }
}
@media screen and (max-width: 479px) {
  .btn-whats {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999999;
    display: block;
  }
  .page-header.page-header-modern h1 {
    font-size: 45px;
  }
}

.font-title{
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}