header .navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 1.065em 0.71em;
  background-color: #02080e07;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
header .navbar .navbar-logo img {
  width: 140px;
  min-width: 140px;
}
header .navbar .navbar-nav {
  margin-left: 3.55em;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #FEFEFE;
  font-size: 1.136em;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
header .navbar .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #C9C6C6;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.navbar.scrolled {
  background-color: #F4F3F3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.navbar.scrolled .navbar-nav .nav-item .nav-link {
  color: #313131 !important;
}
.navbar.scrolled .navbar-nav .nav-item .nav-link:hover,
.navbar.scrolled .navbar-nav .nav-item .nav-link.active {
  color: #3580B0 !important;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.navbar.scrolled .navbar-toggler {
  background-color: #F4F3F3 !important;
}
.navbar.scrolled .navbar-toggler:focus {
  box-shadow: 0 0 0 0 !important;
}
.navbar-toggler {
  background-color: #C9C6C6 !important;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0 !important;
}
.btn-navbar {
  display: flex;
  justify-content: end;
}
html,
body {
  max-width: 100%;
  overflow-x: clip !important;
}
body {
  font-family: "Nunito", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background-color: #F4F3F3 !important;
}
section {
  scroll-margin-top: 70px !important;
  padding: 110px 0 !important;
}
.section-title {
  text-align: center;
  color: #143041;
  margin-bottom: 3.55em !important;
}
.section-title-light {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 3.55em !important;
}
.intro-banner {
  width: 100%;
  height: 100vh;
  padding: 7.1em 0 5.68em 0;
  background: radial-gradient(circle, #04111e 0%, #000000 100%);
  color: #FEFEFE;
  position: relative;
  display: flex;
  align-items: center;
}
.intro-banner .intro-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.intro-banner .intro-content .intro-main {
  min-width: 300px;
}
.intro-banner .intro-content .intro-main h1 {
  margin-bottom: 0.71em;
}
.intro-banner .intro-content .intro-image {
  min-width: 690px;
}
.intro-banner .intro-content .intro-image img {
  max-width: 100%;
  border-radius: 1.42em;
  -webkit-border-radius: 1.42em;
  -moz-border-radius: 1.42em;
  -o-border-radius: 1.42em;
}
.features {
  display: flex;
  flex-direction: column;
}
.features .feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.988em;
  margin-bottom: 4.26em;
}
.features .feature-check {
  margin-top: 0.213em;
}
.features .feature-check .form-check {
  pointer-events: none;
}
.features .feature-check .form-check .form-check-input {
  width: 1.278em;
  height: 1.278em;
  background-color: #1B9C6B;
  border-color: #1B9C6B;
  cursor: default;
}
.features .feature-check .form-check .form-check-input:checked {
  background-color: #1B9C6B;
}
.features .feature-check .form-check .form-check-label {
  font-size: 1.065em;
  color: #384740;
  margin-top: 0.142em;
  margin-left: 0.284em;
}
.features .container-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features .feature.reverse {
  flex-direction: row-reverse;
}
.features .text,
.features .container-image {
  flex: 1;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.features .container-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.group-button {
  display: flex;
  align-items: center;
  margin-top: 1.42em;
}
.card {
  background: #313131;
  padding: 2.13em;
  width: 420px;
  text-align: center;
  box-shadow: 0 0.71em 2.13em rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
}
.card .card-title {
  color: #327BA8;
  font-size: 1.988em !important;
}
.toggle {
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  background: #080808;
  margin-bottom: 1.42em;
  border-radius: 3.55em;
  -webkit-border-radius: 3.55em;
  -moz-border-radius: 3.55em;
  -o-border-radius: 3.55em;
}
.toggle .toggle-button {
  border: none;
  padding: 0.568em 1.775em;
  background: transparent;
  font-weight: bold;
  color: #384740;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.toggle .toggle-button.active {
  background-color: #1B9C6B;
  color: #313131;
}
.text-localizacao {
  color: #1B9C6B;
}
.text-localizacao:hover,
.text-localizacao:focus,
.text-localizacao:active,
.text-localizacao.focus,
.text-localizacao.active,
.text-localizacao.active:focus,
.text-localizacao.active:hover,
.text-localizacao:focus-visible {
  color: #101010;
}
.text-empresa {
  color: #327BA8;
}
.text-empresa:hover,
.text-empresa:focus,
.text-empresa:active,
.text-empresa.focus,
.text-empresa.active,
.text-empresa.active:focus,
.text-empresa.active:hover,
.text-empresa:focus-visible {
  color: #101010;
}
.plans {
  text-align: center;
}
.plans .plans-itens {
  display: flex;
  gap: 2.13em;
  flex-wrap: wrap;
  justify-content: center;
}
.plans .plans-itens .card {
  transition: transform 0.3s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.plans .plans-itens .card.flip {
  animation: flip 0.6s ease-in-out;
}
.plans .plans-itens .card .price {
  font-size: 1.775em;
  font-weight: bold;
  margin: 0.355em 0;
}
.plans .plans-itens .card .price small {
  font-size: 0.852em;
  font-weight: normal;
}
.plans .plans-itens .card .features {
  text-align: left;
  margin-top: 1.42em;
}
.plans .plans-itens .card .features p {
  margin: 0.568em 0;
}
.plans .plans-itens .card .features p::before {
  content: '✓ ';
  color: #1B9C6B;
}
.plans .plans-itens .card .features p.disabled {
  color: #2424246c !important;
}
.plans .plans-itens .card .features p.disabled::before {
  content: '✗ ';
  color: #E7280F;
}
.plans .plans-itens .card .plans-btn {
  margin-top: 2.13em;
}
.plans {
  overflow-x: clip !important;
}
.font-1 {
  font-family: "Nunito", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
h1,
.h1 {
  font-size: 3.55em !important;
  font-weight: 800 !important;
}
h2,
.h2 {
  font-size: 3.195em !important;
  font-weight: 700 !important;
}
h3,
.h3 {
  font-size: 1.562em !important;
  font-weight: 700 !important;
}
h4,
.h4 {
  font-size: 1.42em !important;
  font-weight: 600 !important;
}
h4.small,
.h4.small {
  font-size: 1.207em !important;
}
h5,
.h5 {
  font-size: 0.994em !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}
h5.strong,
.h5.strong {
  font-weight: 600 !important;
}
h6,
.h6 {
  font-size: 0.852em !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
h6.small,
.h6.small {
  font-size: 0.71em !important;
}
p,
.p {
  font-size: 1.136em !important;
  color: #384740 !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
}
p.large,
.p.large {
  font-size: 1.278em !important;
}
p.small,
.p.small {
  font-size: 0.781em !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p {
  margin: 0px !important;
  border: none;
}
a {
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  color: #3580B0;
  outline: none !important;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #143041;
  text-decoration: none;
}
pre {
  border: none;
  border-radius: 0;
}
strong {
  font-weight: bold;
  font-weight: 700;
}
@media only screen and (max-width: 575.98px) {
  h1,
  .h1 {
    font-size: 1.775em;
  }
  h2,
  .h2 {
    font-size: 1.562em;
  }
  h3,
  .h3 {
    font-size: 1.278em;
  }
  h4,
  .h4 {
    font-size: 1.207em;
  }
  h5,
  .h5 {
    font-size: 0.923em;
  }
  h6,
  .h6 {
    font-size: 0.781em;
  }
}
.style-btn {
  position: relative !important;
  box-shadow: none !important;
  text-decoration: none !important;
  border: 2px solid transparent !important;
  font-size: 0.994em !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  white-space: normal !important;
  padding: 0.568em 1.42em !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}
.btn {
  position: relative !important;
  box-shadow: none !important;
  text-decoration: none !important;
  border: 2px solid transparent !important;
  font-size: 0.994em !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  white-space: normal !important;
  padding: 0.568em 1.42em !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: auto;
  transition: all 0.6s ease-in-out !important;
  -moz-transition: all 0.6s ease-in-out !important;
  -webkit-transition: all 0.6s ease-in-out !important;
  -o-transition: all 0.6s ease-in-out !important;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.focus,
.btn.active,
.btn.active:focus,
.btn.active:hover,
.btn:focus-visible {
  outline: none !important;
  font-weight: 500;
  box-shadow: none !important;
  border-color: transparent !important;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.btn i {
  font-size: 1rem;
}
.btn.btn-primary {
  background-color: #3580B0;
  color: #FEFEFE;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.focus,
.btn.btn-primary.active {
  background-color: #2f729c !important;
  color: #FEFEFE;
}
.btn.btn-success {
  background-color: #1B9C6B;
  color: #FEFEFE;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.focus,
.btn.btn-success.active {
  background-color: #17865c !important;
  color: #FEFEFE;
}
.btn-link {
  color: #143041 !important;
  position: relative !important;
  box-shadow: none !important;
  text-decoration: none !important;
  border: 2px solid transparent !important;
  font-size: 0.994em !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  white-space: normal !important;
  padding: 0.568em 1.775em !important;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.focus,
.btn-link.active,
.btn-link.active:focus,
.btn-link.active:hover,
.btn-link:focus-visible {
  color: #3580B0 !important;
}
.btn-light {
  color: #F4F3F3 !important;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.focus,
.btn-light.active,
.btn-light.active:focus,
.btn-light.active:hover,
.btn-light:focus-visible {
  color: #a8a5a5 !important;
  background-color: transparent !important;
}
@media only screen and (max-width: 1440.98px) {
  .intro-banner .intro-content .intro-image {
    min-width: 600px;
  }
}
@media only screen and (max-width: 1250px) {
  .intro-banner .intro-content .intro-image {
    min-width: 500px;
  }
}
@media only screen and (max-width: 991.98px) {
  section {
    padding: 60px 0 !important;
  }
  .intro-banner {
    padding: 5.68em 0 4.26em 0 !important;
  }
  header .navbar .navbar-nav {
    margin-left: 0;
  }
  .btn-navbar {
    display: flex;
    justify-content: start;
  }
  .intro-banner {
    height: auto;
  }
  .intro-banner .intro-content {
    flex-direction: column-reverse;
  }
  .intro-banner .intro-content .intro-image {
    min-width: 200px !important;
    text-align: center;
  }
  .intro-banner .intro-content .intro-image img {
    width: 90%;
  }
  .intro-banner .intro-content .intro-main {
    margin-top: 2.13em;
  }
  .features .feature {
    gap: 0.568em !important;
    margin-bottom: 4.26em !important;
    flex-direction: column-reverse !important;
  }
  .features .feature h3 {
    text-align: center;
  }
  .features .feature .feature-check .form-check {
    pointer-events: none;
    text-align: left;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.142em 0;
  }
  footer {
    margin-top: 0 !important;
  }
  footer .footer-top {
    flex-direction: column;
    text-align: center;
  }
  .btn-primary,
  .btn-link {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 2.13em !important;
  }
  h2,
  .h2 {
    font-size: 2.13em !important;
  }
  .image,
  .text {
    width: 100%;
  }
  .image img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 495.98px) {
  h1,
  .h1 {
    font-size: 1.775em !important;
  }
  h2,
  .h2 {
    font-size: 1.775em !important;
  }
}
.presentation {
  background: radial-gradient(circle, #04111e 0%, #000000 100%);
  padding: 5.68em 0;
}
.presentation video {
  max-width: 100%;
  height: auto;
}
.footer {
  display: block;
  width: 100%;
  margin-top: 130px;
  background: radial-gradient(circle, #04111e 0%, #000000 100%);
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.55em 0;
}
.footer .footer-top h5 {
  color: #FFFFFF;
}
.footer .footer-top h6 {
  color: #e2dede;
  font-weight: 300 !important;
}
.footer .footer-top a h5,
.footer .footer-top a h6 {
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.footer .footer-top a h5:hover,
.footer .footer-top a h6:hover {
  color: #3580B0 !important;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.footer .copyright {
  padding: 0.71em 0;
  border-top: 0.071em solid #e2dede;
}
.footer .copyright p {
  color: #e2dede !important;
}
.footer .copyright .logo-by {
  display: inline-block;
  width: auto;
}
.footer .copyright .logo-by img {
  width: 2.485em;
  min-width: 2.485em;
  margin-left: 1.42em;
}
.footer .copyright .text-info-bg {
  font-weight: 700;
  letter-spacing: -0.1px;
}
html {
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth !important;
  overflow-x: hidden !important;
}
a[href^="tel"] {
  text-decoration: none !important;
}
input:-webkit-autofill {
  --webkit-box-shadow: 0 0 0px 1000px #C7E4F5 inset !important;
  -webkit-text-fill-color: #384740 !important;
}
textarea::-webkit-scrollbar {
  display: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
}
.transition {
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.zoom {
  transform: scale(1.15);
  transform-origin: center center;
}
.no-zoom {
  transform: none;
}
.box-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.box-shadow-lg {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.text-shadow {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}
.icon-spin {
  animation: spin infinite 2s linear;
}
a {
  text-decoration: none !important;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #9f9f9f;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
}
.text-success-bg {
  color: #1B9C6B !important;
}
.text-info-bg {
  color: #327BA8 !important;
}
.text-muted-bg {
  color: #16161682 !important;
}
.text-muted-light-bg {
  color: #C9C6C6 !important;
}
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animated.jello {
  animation: jello 1s ease-in-out;
  display: inline-block;
}
