::-webkit-scrollbar {
  width: 9px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #333;
}
::-webkit-scrollbar-thumb {
  /*background: #ed3237;*/
  background: #00AFEF;
}

/* importante */
.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
/* importante */

a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}
a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

.f18 {
  font-size: 18px;
}

/* impportante */
.color-white {
  color: #fff;
}
.fbold {
  font-family: CircularStd-Bold;
}
/* impportante */

.link-fixed a {
  width: 300px;
  position: fixed;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -257px;
  z-index: 995;
  padding: 6px 9px;
  text-align: left;
}
.link-fixed .whatsapp-link {
  top: calc(50% + 115px);
  background-color: #25d366;
  border: 2px solid #25d366;
  border-radius: 5px 0 0 0;
}
.link-fixed .whatsapp-link:hover {
  border-radius: 5px 0 0 5px;
  color: #fff;
  right: 0;
}

.pulse::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}
@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (max-width: 767px) {
  .link-fixed {
    bottom: 20px;
    font-size: 12px;
  }
  .app {
    height: 440px;
  }
  .link-fixed .whatsapp-link {
    width: 270px;
    right: -226px;
    font-size: 12px;
    padding: 12px 9px;
  }
  .link-fixed .whatsapp-link:hover {
    right: -226px;
  }
  .link-fixed .whatsapp-link {
    top: calc(50% + 180px);
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
} /*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-500px:before {
  content: "\f26e";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-bold:before {
  content: "\f032";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-phone:before {
  content: "\f095";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-weight:before {
  content: "\f496";
}
.fa-whatsapp:before {
  content: "\f232";
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.eot);
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.eot?#iefix)
      format("embedded-opentype"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff)
      format("woff"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.ttf)
      format("truetype"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.svg#fontawesome)
      format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.eot);
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.eot?#iefix)
      format("embedded-opentype"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.woff)
      format("woff"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.ttf)
      format("truetype"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-regular-400.svg#fontawesome)
      format("svg");
}
.fab {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.eot);
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.eot?#iefix)
      format("embedded-opentype"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff)
      format("woff"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.ttf)
      format("truetype"),
    url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.svg#fontawesome)
      format("svg");
}
.fa {
  font-family: "Font Awesome 5 Free";
}
.fa {
  font-weight: 900;
}
.precodestaque {
  font-size: 15px;
  font-weight: 700;
}
.p-144 {
  padding-top: 144px;
}
.sec-app {
  position: fixed;
  background: #083247;
  margin-top: -90px;
  z-index: 1;
  width: 100%;
}
.row-blues {
  background: #0d1552;
  margin-top: 5px;
}
.app-text {
  color: #fff;
  font-size: 16px;
}
.btn-app-mob {
  background: 0 0;
  border: none;
  color: #fff;
  cursor: pointer;
}
.btn-x-app {
  font-size: 25px;
}
.app-d-grid {
  display: flex;
  justify-content: center;
}
.app-d-grid > div,
.app-d-grid > p {
  flex: 1;
}

/* impportante */
.instagram {
  border: none !important;
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.facebook {
  border: none !important;
  background: #3b5998;
  background: -moz-linear-gradient(
    45deg,
    #3b5998 0,
    #173e92 25%,
    #286fcc 50%,
    #286fcc 75%,
    #286fcc 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #3b5998 0,
    #173e92 25%,
    #286fcc 50%,
    #286fcc 75%,
    #286fcc 100%
  );
  background: linear-gradient(
    45deg,
    #3b5998 0,
    #173e92 25%,
    #286fcc 50%,
    #286fcc 75%,
    #286fcc 100%
  );
}
/* impportante */