.header {
  z-index: 991;
  height: 85px;
  background-color: #0b2234;
  border-bottom: 1px solid #9eaab3;
}
.header .navbar {
  padding: 10px 0;
}
.header .navbar img {
  width: 135px;
  min-width: 135px;
}
.header .navbar .navbar-collapse .nav-item .nav-link {
  color: #ece4d9;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  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-collapse .nav-item .nav-link:hover {
  color: #f2c02c;
  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-collapse .nav-item .nav-link.active {
  color: #f2c02c;
  position: relative;
}
.header .navbar .navbar-collapse .nav-item.dropdown {
  color: #ece4d9;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  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-collapse .nav-item.dropdown:hover {
  color: #f2c02c;
  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-collapse .nav-item.dropdown.active {
  color: #f2c02c;
  position: relative;
}
.header .navbar .navbar-collapse .nav-item.dropdown.active .nav-link {
  color: #f2c02c;
}
.header .navbar .navbar-collapse .nav-item.dropdown .dropdown-item.active {
  color: #f2c02c;
  position: relative;
}
.header .navbar .header-end .nav-icon {
  color: #ece4d9 !important;
  font-size: 35px !important;
  margin-right: 15px;
}
.header .navbar .header-end p {
  color: #ece4d9;
  font-size: 14px !important;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 2px;
}
.header nav ul li {
  margin: 0 2%;
}
.header nav ul li a {
  position: relative;
  margin: 0px 10px 0px 10px;
  color: #0b2234;
  font-size: 14px !important;
}
.header nav ul li a::before {
  transform: translateY(-15%) translateX(0);
  opacity: 0;
  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 nav ul li a:hover::before,
.header nav ul li a.active::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.dropdown-menu[data-bs-popper] {
  padding: 4px;
  min-width: 130px;
  margin-top: 5px;
}
.dropdown-menu[data-bs-popper] button {
  font-weight: 600;
  color: #000000;
}
.dropdown-menu[data-bs-popper] button:active {
  background-color: #5553582a;
  color: #000000;
}
nav ul li .dropdown-item {
  font-weight: 500;
  margin-left: 0 !important;
  font-size: 16px !important;
}
nav ul li .dropdown-item.active,
nav ul li .dropdown-item:active,
nav ul li .dropdown-item:hover {
  background-color: #3c5573;
  color: #dae6ed;
  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;
}
nav ul li .dropdown-item::before {
  content: "" !important;
}
.nav-item .show .dropdown-icon {
  transform: rotate(180deg);
}
.navbar-toggler {
  margin-left: 10px;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}
.navbar-end-mobille {
  display: none !important;
}
.dropdown .dropdown-toggle,
.btn-group .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  white-space: normal;
}
.dropdown .dropdown-toggle::after,
.btn-group .dropdown-toggle::after {
  display: none !important;
  content: none !important;
}
.dropdown .dropdown-toggle .dropdown-icon,
.btn-group .dropdown-toggle .dropdown-icon {
  font-size: 14px;
  margin-left: 4px;
  transition: transform 0.3s ease-in-out;
}
.dropdown .dropdown-toggle.show .dropdown-icon,
.btn-group .dropdown-toggle.show .dropdown-icon {
  transform: rotate(180deg);
}
.dropdown .dropdown-toggle:hover,
.btn-group .dropdown-toggle:hover,
.dropdown .dropdown-toggle:focus,
.btn-group .dropdown-toggle:focus,
.dropdown .dropdown-toggle:active,
.btn-group .dropdown-toggle:active,
.dropdown .dropdown-toggle.focus,
.btn-group .dropdown-toggle.focus,
.dropdown .dropdown-toggle.active,
.btn-group .dropdown-toggle.active {
  outline: none !important;
  box-shadow: none;
  border-color: transparent !important;
}
.btn-avatar {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  white-space: normal;
}
.btn-avatar::after {
  display: none !important;
  content: none !important;
}
.btn-avatar .dropdown-icon {
  font-size: 14px;
  margin-left: 4px;
  transition: transform 0.3s ease-in-out;
  color: #ece4d9;
}
.btn-avatar.show .dropdown-icon {
  transform: rotate(180deg);
}
.btn-avatar:hover,
.btn-avatar:focus,
.btn-avatar:active,
.btn-avatar.focus,
.btn-avatar.active {
  outline: none !important;
  box-shadow: none;
  border-color: transparent !important;
}
.btn-avatar .avatar-masc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.btn-avatar .avatar-masc img {
  padding: 3px;
  background-color: #ddd;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-style: normal;
  background: rgba(11, 34, 52, 0.08);
  color: #0b2234;
}
a {
  color: inherit;
  text-decoration: none;
}
.card {
  border: 1px solid rgba(11, 34, 52, 0.1);
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg, #0b2234 0%, #091a26 100%);
  border-bottom: 1px solid #55535830;
  box-shadow: 0 10px 30px rgba(6, 16, 24, 0.35);
}
.topbar .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 16px;
}
.topbar .btn {
  font-size: 14px;
  padding: 10px 18px;
}
.brand {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 12px;
}
.brand .brand-logo {
  height: 45px;
  width: auto;
  display: block;
}
.brand .brand-tag {
  font-size: 14px;
  color: #ffffff;
  margin-left: 30px;
}
.topbar-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.hero {
  padding: 54px 0 30px;
}
.hero .hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}
.hero .hero-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero .hero-copy {
  position: relative;
  padding-top: 16px;
}
.hero .hero-art {
  position: relative;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(14, 44, 61, 0.08), rgba(14, 44, 61, 0.02));
  border: 1px solid rgba(14, 44, 61, 0.1);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  min-height: 360px;
}
.hero .hero-art .hero-art-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  background: linear-gradient(180deg, rgba(11, 34, 52, 0) 40%, rgba(11, 34, 52, 0.55) 75%, rgba(11, 34, 52, 0.82) 100%);
}
.hero .hero-art--image {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.45)), url('../img/fundo.jpg');
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(12, 27, 36, 0.18);
}
.hero .hero-glow {
  position: absolute;
  inset: -120px -120px auto auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle at 30% 30%, rgba(243, 198, 83, 0.36), transparent 60%);
  filter: blur(2px);
}
.hero .scales {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
}
.hero .hero-title-overlay {
  font-size: clamp(28px, 3.6vw, 34px);
  line-height: 1.1;
  margin: 0;
  color: #fff;
}
.hero .sub {
  color: #5c6369;
  font-size: 16px;
  line-height: 1.65;
  margin: 10px 0 0;
  max-width: 70ch;
}
.hero .hero-pills {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero .pill {
  font-size: 13px;
  font-weight: 600;
  color: #0b2234;
  border: 1px solid rgba(11, 34, 52, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
  padding: 8px 12px;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(11, 34, 52, 0.12);
}
.hero .hero-panel {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(260px 260px at 85% 0%, rgba(70, 110, 140, 0.22), transparent 62%), linear-gradient(180deg, #123246 0%, #0d2636 55%, #0b2234 100%);
  color: #EAF1F6;
  border: 1px solid rgba(14, 44, 61, 0.28);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(6, 16, 24, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.hero .panel-brand {
  text-align: left;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.hero .panel-cta {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero .panel-cta .btn {
  padding: 11px 16px;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.hero .panel-cta .btn.btn-primary {
  border-color: #f2c02c;
  background: rgba(243, 198, 83, 0.06);
  box-shadow: inset 0 0 0 1px rgba(243, 198, 83, 0.35);
}
.hero .panel-cta .btn.btn-secondary {
  box-shadow: 0 10px 22px rgba(6, 16, 24, 0.25);
}
.hero .panel-logo {
  width: 190px;
  max-width: 100%;
  height: auto;
  display: block;
}
.hero .panel-fineprint {
  margin-top: 6px;
  color: rgba(241, 245, 248, 0.8);
}
.hero .panel-subtitle {
  margin-top: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(234, 241, 246, 0.8);
}
.section {
  padding: 25px 0;
}
.section .section-head {
  max-width: 76ch;
}
.section .section-head h2 {
  font-size: 26px;
  margin: 0 0 10px;
  color: #0b2234;
}
.section .section-head p {
  color: #5c6369;
  line-height: 1.7;
  margin: 0 0 10px;
}
.section .section-cta {
  margin-top: 18px;
}
.emphasis {
  color: #0b2234;
  font-weight: 600;
  margin-top: 12px !important;
}
#solucao {
  padding-bottom: 45px;
}
#solucao .section-head {
  position: relative;
  padding-top: 45px;
}
#solucao .section-head:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background: rgba(11, 34, 52, 0.115);
  transform: translateX(-50%);
}
#como-funciona {
  background: #ffffff;
  padding: 45px 0;
}
#confianca {
  background: #f1f5f8;
  padding: 45px 0;
}
#teste {
  background: #ffffff;
  padding: 45px 0;
}
.steps {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.steps .step {
  padding: 18px;
}
.steps .step .step-n {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(245, 205, 55, 0.45);
  border: 1px solid rgba(245, 205, 55, 0.45);
  color: #0b2234;
  font-weight: 800;
  margin-bottom: 10px;
}
.steps .step h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: #0b2234;
}
.steps .step p {
  margin: 0;
  color: #5c6369;
  line-height: 1.6;
}
.callout {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(11, 34, 52, 0.1);
  border-radius: 18px;
  background: rgba(215, 226, 235, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.callout p {
  margin: 0;
  color: #5c6369;
}
.callout strong {
  color: #0b2234;
}
.features {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.features .feature {
  padding: 18px;
}
.features .feature h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: #0b2234;
}
.features .feature p {
  margin: 0;
  color: #5c6369;
  line-height: 1.6;
}
.final {
  text-align: center;
  max-width: 72ch;
}
.final h2 {
  margin: 0 0 8px;
  color: #0b2234;
}
.final p {
  margin: 0 0 18px;
  color: #5c6369;
}
.final-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer {
  padding: 5px 0;
  background: #f1f5f8;
}
.footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5c6369;
}
.footer .footer-logo {
  height: 35px;
  width: auto;
  display: block;
  opacity: 0.9;
}
.footer .footer-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer .footer-muted {
  opacity: 0.9;
}
.btn--full {
  width: 100%;
}
.mobilebar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  background: rgba(247, 248, 250, 0.9);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(11, 34, 52, 0.1);
  display: none;
}
@media (max-width: 980px) {
  .hero {
    padding-top: 24px;
  }
  .hero .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero .hero-panel {
    padding: 22px;
  }
  .topbar-actions {
    display: none;
  }
  .container {
    padding: 18px 16px !important;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .features {
    grid-template-columns: 1fr;
  }
  .callout {
    flex-direction: column;
    align-items: stretch;
  }
  .mobilebar {
    display: block;
  }
  .footer .footer-inner {
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
  .btn:hover {
    transform: none;
  }
}
.price-table {
  background: #eef1f4;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}
.price-table .table-container {
  width: 100%;
  overflow: hidden;
  color: #3c5573;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
.title-column {
  padding: 30px 20px;
  background: #eef1f4;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.title-column h2 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 700;
}
.title-column p {
  opacity: 0.7;
}
.plan-card {
  text-align: center;
}
.plan-card .plan-header {
  padding: 20px;
  color: #dae6ed;
  height: -webkit-fill-available;
}
.plan-card .plan-header h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.plan-card .plan-header .price .currency {
  font-size: 14px;
  opacity: 0.8;
}
.plan-card .plan-header .price .value {
  font-size: 24px;
  font-weight: 700;
  display: block;
}
.plan-card .plan-header .price .period {
  font-size: 12px;
  opacity: 0.7;
}
.basico .plan-header {
  background: #333333;
}
.intermediario .plan-header {
  background: #000000;
}
.avancado .plan-header {
  background: #000000;
}
.features-grid {
  grid-column: 1 / span 4;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  background: #ffffff;
  color: #f2c02c;
}
.features-grid .feature {
  font-weight: 500;
  border-bottom: 1px solid #5553582a;
  padding: 16px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-grid .feature.title {
  font-weight: 700;
  justify-content: start;
}
.features-grid .feature.item {
  font-weight: 500;
}
.features-grid .feature .icon {
  width: 1.704em;
  height: 1.704em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.065em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.features-grid .feature .icon.check {
  background-color: #45cb14;
}
.features-grid .feature .icon.check i {
  color: #dae6ed;
}
.features-grid .feature .icon.x {
  background-color: #e12a24;
}
.features-grid .feature .icon.x i {
  color: #dae6ed;
}
.subscribe {
  text-align: center;
  padding: 14px 0;
}
.subscribe a {
  display: inline-block;
  background: #7f9cb3;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 600;
  color: #dae6ed;
  text-decoration: none;
}
.subscribe .btn-success {
  min-width: 145px !important;
}
.subscribe.basico {
  background: #333333;
}
.subscribe.intermediario {
  background: #000000;
}
.subscribe.avancado {
  background: #000000;
}
.footer-subscribe {
  margin-top: 1.42em !important;
  background: #eef1f4;
}
.price-mobille {
  background: #eef1f4;
  display: flex;
  justify-content: center;
}
.price-mobille .title-column {
  padding: 1.42em 0;
  background: #eef1f4;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.price-mobille .title-column h2 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 700;
}
.price-mobille .title-column p {
  opacity: 0.7;
}
.price-mobille .accordion-price {
  text-align: center;
}
.price-mobille .accordion-price .accordion-item .accordion-header .accordion-button {
  padding: 0.923em 1.846em;
}
.price-mobille .accordion-price .accordion-item .accordion-header .accordion-button.basico {
  background: #333333;
}
.price-mobille .accordion-price .accordion-item .accordion-header .accordion-button.intermediario {
  background: #000000;
}
.price-mobille .accordion-price .accordion-item .accordion-header .accordion-button.avancado {
  background: #000000;
}
.price-mobille .accordion-price .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: 0 0 0 0 !important;
}
.price-mobille .accordion-price .accordion-item .accordion-header .accordion-button::after {
  display: none !important;
}
.price-mobille .accordion-price .accordion-item .accordion-header .accordion-button .accordion-title {
  display: flex;
  align-items: baseline;
  color: #dae6ed;
}
.price-mobille .accordion-price .accordion-item .accordion-header .accordion-button .accordion-title .flat {
  font-size: 1.349em;
  font-weight: 900;
  margin-right: 0.852em;
}
.price-mobille .accordion-price .accordion-item .accordion-header .accordion-button .accordion-title .currency {
  font-size: 0.994em;
  margin-right: 0.142em;
  opacity: 0.8;
}
.price-mobille .accordion-price .accordion-item .accordion-header .accordion-button .accordion-title .value {
  font-size: 1.704em;
  font-weight: 700;
  display: block;
  margin: 0 0.142em;
}
.price-mobille .accordion-price .accordion-item .accordion-header .accordion-button .accordion-title .period {
  font-size: 0.852em;
  opacity: 0.55;
  margin-left: 0.142em;
}
.price-mobille .accordion-price .accordion-item .accordion-header .accordion-button .accordion-icon {
  color: #dae6ed;
  font-size: 1.278em;
  transition: transform 0.25s ease;
  opacity: 0.85;
}
.price-mobille .accordion-price .accordion-item .accordion-header .accordion-button:hover .accordion-icon {
  opacity: 1;
}
.price-mobille .accordion-price .accordion-item .accordion-body .plan-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.price-mobille .accordion-price .accordion-item .accordion-body .plan-list li {
  padding: 10px 4px;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.price-mobille .accordion-price .accordion-item .accordion-body .plan-list li:last-child {
  border-bottom: none;
}
.price-mobille .accordion-price .accordion-item .accordion-body .subscribe-mobile {
  text-align: center;
  padding-top: 12px;
}
.price-mobille .accordion-price .accordion-item .accordion-body .subscribe-mobile a {
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 8px;
}
.price-mobille .basico .plan-header {
  background: #333333;
}
.price-mobille .intermediario .plan-header {
  background: #000000;
}
.price-mobille .avancado .plan-header {
  background: #000000;
}
.price-mobille .features-grid {
  grid-column: 1 / span 4;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  background: #ffffff;
  color: #f2c02c;
}
.price-mobille .features-grid .feature {
  font-weight: 500;
  border-bottom: 1px solid #5553582a;
  padding: 16px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-mobille .features-grid .feature.title {
  font-weight: 700;
  justify-content: start;
}
.price-mobille .features-grid .feature.item {
  font-weight: 500;
}
.price-mobille .features-grid .feature .icon {
  width: 1.704em;
  height: 1.704em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.065em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.price-mobille .features-grid .feature .icon.check {
  background-color: #45cb14;
}
.price-mobille .features-grid .feature .icon.check i {
  color: #dae6ed;
}
.price-mobille .features-grid .feature .icon.x {
  background-color: #e12a24;
}
.price-mobille .features-grid .feature .icon.x i {
  color: #dae6ed;
}
.price-mobille .subscribe {
  text-align: center;
  padding: 14px 0;
}
.price-mobille .subscribe a {
  display: inline-block;
  background: #7f9cb3;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 600;
  color: #dae6ed;
  text-decoration: none;
}
.price-mobille .subscribe .btn-success {
  min-width: 145px !important;
}
.price-mobille .subscribe.basico {
  background: #333333;
}
.price-mobille .subscribe.intermediario {
  background: #000000;
}
.price-mobille .subscribe.avancado {
  background: #000000;
}
.price-mobille .footer-subscribe {
  margin-top: 1.42em !important;
  background: #eef1f4;
}
.accordion-icon svg path {
  stroke: #fff !important;
  fill: #fff !important;
}
.accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(180deg);
}
.font-1 {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-style: normal;
}
h1,
.h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 700;
}
h2,
.h2 {
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 600;
}
h4.small,
.h4.small {
  font-size: 1.2rem;
}
h5,
.h5 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 800;
}
h5.strong,
.h5.strong {
  font-weight: 600;
}
h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 600;
}
h6.small,
.h6.small {
  font-size: 0.7rem;
}
p,
.p {
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1.4;
  font-weight: 400;
}
p.large,
.p.large {
  font-size: 1.125rem;
}
p.small,
.p.small {
  font-size: 0.875rem;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p {
  margin: 0px;
  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: #000000;
  outline: none !important;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #3c5573;
  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.875rem;
  }
  h2,
  .h2 {
    font-size: 1.5625rem;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
  }
  h4,
  .h4 {
    font-size: 1.125rem;
  }
  h5,
  .h5 {
    font-size: 0.9375rem;
  }
  h6,
  .h6 {
    font-size: 0.8125rem;
  }
}
.style-btn {
  position: relative;
  box-shadow: none;
  text-decoration: none;
  border: 2px solid transparent;
  font-size: 0.9375rem;
  font-weight: 500 !important;
  line-height: 1.2;
  text-transform: none;
  white-space: normal;
  padding: 8px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  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 {
  position: relative;
  box-shadow: none;
  text-decoration: none;
  border: 2px solid transparent;
  font-size: 0.9375rem;
  font-weight: 500 !important;
  line-height: 1.2;
  text-transform: none;
  white-space: normal;
  padding: 8px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  min-width: 100px;
  min-height: 30px;
}
.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;
}
.btn i {
  font-size: 1rem;
}
.btn.btn-primary {
  background-color: transparent;
  border-color: #f2c02c;
  color: #f2c02c;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.focus,
.btn.btn-primary.active {
  background-color: #f2c02c !important;
  border-color: #f2c02c !important;
  color: #0b2234 !important;
}
.btn.btn-secondary {
  background-color: #ffffff;
  border-color: #dae6ed !important;
  color: #0b2234 !important;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(6, 16, 24, 0.18);
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.focus,
.btn.btn-secondary.active {
  background-color: #d7e2eb !important;
  border-color: #c3d2de !important;
}
.btn.btn-tertiary {
  background-color: transparent;
  border-color: #f2c02c;
  color: #f2c02c;
}
.btn.btn-tertiary:hover,
.btn.btn-tertiary:focus,
.btn.btn-tertiary:active,
.btn.btn-tertiary.focus,
.btn.btn-tertiary.active {
  background-color: #f2c02c !important;
  border-color: #f2c02c !important;
  color: #0b2234 !important;
}
.btn.btn-tertiary:disabled {
  opacity: 0.5;
}
.btn.btn-success {
  background-color: #45cb14;
  color: #ffffff;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.focus,
.btn.btn-success.active {
  background-color: #359d0f;
  color: #ffffff;
}
.btn.btn-success:disabled {
  background-color: #3bc17142;
}
.btn.btn-danger {
  background-color: #e12a24;
  color: #dae6ed;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.focus,
.btn.btn-danger.active {
  background-color: #cf221c;
  color: #dae6ed;
}
.btn.btn-info {
  background-color: #2687d2;
  color: #ffffff;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.focus,
.btn.btn-info.active {
  background-color: #1e6ba7;
}
.btn.btn-icon {
  padding: 5px;
  width: 45px;
  min-width: 45px;
  height: 45px;
}
.btn.btn-icon i {
  font-size: 1.25rem;
}
.btn.btn-icon.btn-sm {
  width: 30px;
  min-width: 30px;
  height: 20px;
}
.btn.btn-icon.btn-sm i {
  font-size: 14px;
}
.btn.btn-icon.btn-circle {
  border-radius: 0;
}
.btn.btn-avatar {
  background-color: transparent;
  padding: 0;
  border: 0;
}
.btn.btn-secondary-effect {
  background-color: #d7e2eb;
  color: #0b2234;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn.btn-secondary-effect:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  z-index: -2;
}
.btn.btn-secondary-effect:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #a4bdd2;
  transition: all 1s;
  z-index: -1;
}
.btn.btn-secondary-effect:hover:before {
  width: 100%;
}
.btn.disabled,
.btn[disabled] {
  border-color: transparent;
  opacity: 10;
}
.btn.btn-secondary.disabled,
.btn.btn-primary.disabled,
.btn.btn-dark.disabled,
.btn.btn-primary.disabled,
.btn.btn-info.disabled,
.btn.btn-secondary[disabled],
.btn.btn-primary[disabled],
.btn.btn-dark[disabled],
.btn.btn-primary[disabled],
.btn.btn-info[disabled] {
  background-color: #2687d2;
  color: #ffffff;
  opacity: 0.5;
}
.btn.btn-outline-primary.disabled,
.btn.btn-outline-secondary.disabled,
.btn.btn-outline-primary[disabled],
.btn.btn-outline-secondary[disabled] {
  border-color: rgba(0, 0, 0, 0.05);
  color: #0b2234;
}
.btn.btn-light.disabled,
.btn.btn-light[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
.btn-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  text-transform: none;
  text-decoration: none;
  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-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.focus,
.btn-link.active {
  color: #ffffff;
  font-weight: 500;
}
.btn-config {
  color: #000000;
  opacity: 0.8;
  position: relative;
  box-shadow: none;
  text-decoration: none;
  border: 2px solid transparent;
  font-size: 0.9375rem;
  font-weight: 500 !important;
  line-height: 1.2;
  text-transform: none;
  white-space: normal;
  padding: 8px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 45px;
}
.btn-config:hover {
  color: #000000;
  opacity: 1;
}
.btn-delay {
  width: 232px;
}
.btn-options {
  margin-bottom: 10px;
}
.custom-file-upload {
  position: relative;
  box-shadow: none;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: none;
  white-space: normal;
  padding: 10px 20px;
  background-color: #2687d2;
  color: #000000;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  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;
}
.custom-file-upload:hover {
  cursor: pointer;
  background-color: #1e6ba7;
}
.btn-cicle-danger {
  background-color: #e12a24;
  padding: 10px 15px !important;
  min-height: 0 !important;
  min-width: 0 !important;
}
.btn-cicle-danger:hover,
.btn-cicle-danger:focus,
.btn-cicle-danger:active,
.btn-cicle-danger.focus,
.btn-cicle-danger.active {
  background-color: #b91e19 !important;
  color: #000000 !important;
}
.filename {
  font-weight: 600;
}
.btn-extra-sm {
  min-width: 50px;
}
.btn-report {
  font-weight: 600;
}
.btn-small {
  padding: 0;
  border-radius: 0;
  min-width: 25px;
  min-height: 25px;
}
.btn-arrow {
  width: 30px !important;
  padding: 0;
  min-width: unset !important;
}
.btn-arrow:focus {
  box-shadow: 0 0 0 0;
}
.btn-arrow i {
  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-arrow i:hover {
  color: #4a6d88;
  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-map-and-history[aria-label]:hover::after {
  content: attr(aria-label);
  position: absolute;
  background-color: #fff;
  color: #333;
  padding: 5px;
  border-radius: 3px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  white-space: nowrap;
}
.btn-action-1 {
  min-width: 0;
  min-height: 0;
  width: 1.917em;
  height: 1.917em;
  border-radius: 50%;
  border: 1px solid #3c5573;
  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-action-1 i {
  color: #3c5573;
  font-size: 0.781em;
  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-action-1:hover {
  background-color: #3c5573;
  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-action-1:hover i {
  color: #ffffff;
  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-action-2 {
  min-width: 0;
  min-height: 0;
  width: 1.917em;
  height: 1.917em;
  border-radius: 50%;
  border: 1px solid #e12a24;
  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-action-2 i {
  color: #e12a24;
  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-action-2:hover {
  background-color: #e12a24;
  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-action-2:hover i {
  color: #ffffff;
  font-size: 0.781em;
  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-action-2.disabled,
.btn-action-2[disabled] {
  background-color: #e12a24;
  opacity: 0.2;
}
.btn-action-2.disabled i,
.btn-action-2[disabled] i {
  color: #ffffff;
}
.btn-action-3 {
  min-width: 0;
  min-height: 0;
  width: 1.917em;
  height: 1.917em;
  border-radius: 50%;
  border: 1px solid #45cb14;
  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-action-3 i {
  color: #45cb14;
  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-action-3:hover {
  background-color: #45cb14;
  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-action-3:hover i {
  color: #ffffff;
  font-size: 0.781em;
  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-action-3.disabled,
.btn-action-3[disabled] {
  background-color: #45cb14;
  opacity: 0.2;
}
.btn-action-3.disabled i,
.btn-action-3[disabled] i {
  color: #ffffff;
}
.btn-action-sm {
  min-width: 0;
  min-height: 0;
  width: 28px !important;
  height: 26px !important;
  margin-bottom: 0 !important;
}
.btn-oculto {
  user-select: none !important;
  background-color: transparent;
  border: none !important;
}
.btn-oculto i {
  color: transparent;
}
.btn-oculto:hover {
  background-color: transparent;
  border: none !important;
  cursor: auto !important;
}
.btn-oculto:hover i {
  color: transparent;
  cursor: auto !important;
}
.btn-outline-secondary {
  position: relative;
  box-shadow: none;
  text-decoration: none;
  border: 2px solid transparent;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  white-space: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #5553582a;
  background-color: #ffffff;
  min-width: 45px;
  min-height: 30px;
  color: #000000;
  left: -2px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  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-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.focus,
.btn-outline-secondary.active {
  background-color: #000000;
  border: 2px solid #000000;
  color: #0b2234;
}
.btn-coin {
  color: #0b2234;
  border: 2px solid #5553582a;
  border-right: none;
  position: relative;
  box-shadow: none;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  white-space: normal;
  padding: 5px 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  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-coin:disabled,
.btn-coin[readonly] {
  opacity: 1 !important;
  background-color: #000000 !important;
  border: none;
  border-right: 1px solid rgba(39, 39, 39, 0.014);
  color: #0b2234 !important;
  opacity: 10;
}
.btn-close {
  cursor: pointer;
}
.btn-close:focus {
  box-shadow: 0 0 0 0;
}
.btn-action-cep {
  padding: 0 !important;
  min-width: 0;
  padding: 0 10px !important;
  background-color: #92918d;
  border: 2px solid #92918d !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-action-cep i {
  font-size: 0.71em;
  color: #ffffff !important;
}
.btn-action-cep:hover {
  background-color: #ffffff !important;
  border: 2px solid #92918d !important;
  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;
}
.btn-action-cep:hover i {
  color: #92918d !important;
}
@media only screen and (max-width: 1350.98px) {
  .cards-desktop .card,
  .cards-desktop .card-cloven {
    grid-column: span 6 !important;
  }
}
@media only screen and (max-width: 1250px) {
  .table-responsive-lg {
    width: 100% !important;
    overflow-x: auto !important;
  }
  .th-small-accordion-success {
    min-width: 120px;
    width: 120px;
  }
  .th-large-accordion-success {
    min-width: 500px;
    width: 500px;
  }
  .th-large-accordion-danger {
    min-width: 500px;
    width: 500px;
  }
  .th-large-accordion-outros {
    min-width: 650px;
    width: 650px;
  }
}
@media only screen and (max-width: 991.98px) {
  .container-fluid {
    padding: 0 20px !important;
  }
  .card-white {
    height: 100% !important;
  }
  .navbar-end {
    display: none;
  }
  .navbar-collapse {
    padding: 20px 0 0 0;
  }
  .navbar-end-mobille {
    display: block !important;
    margin-top: 20px;
  }
  .navbar-end-mobille .header-end {
    justify-content: center !important;
  }
  .navbar-end-mobille .header-end .nav-icon {
    font-size: 25px !important;
    margin-right: 0 !important;
  }
  .navbar-end-mobille .header-end .avatar.md {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  header,
  footer {
    height: auto !important;
  }
  .group-btn-filter .btn-primary {
    width: 50%;
  }
  .container-switch {
    display: inline;
  }
  .ql-toolbar.ql-snow,
  .ql-container,
  .container-editor {
    width: 100% !important;
  }
}
@media only screen and (min-width: 991.98px) {
  .navbar-collapse {
    display: flex !important;
    justify-content: center;
  }
  header,
  footer {
    height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .bg-login {
    display: flex;
    justify-content: center;
    padding-right: 0%;
  }
  .bg-login .card-login {
    min-width: 100%;
  }
  .bg-login .card-login .mod-login {
    padding: 0 40px;
  }
  .cards-desktop .card,
  .cards-desktop .card-cloven {
    grid-column: span 12 !important;
  }
  .dados-carro-full {
    height: 120px !important;
  }
  .dados-carro-full .item-carro img {
    width: 40px !important;
  }
  .dados-carro-full .item-carro h4 {
    font-size: 12px !important;
  }
  .title-section {
    display: inline !important;
  }
  .title-section .title-section-btn {
    margin-top: 1.065em;
  }
  .title-section .title-section-btn .app-agendamento-detail-btn {
    width: 100%;
  }
  .title-section .title-section-btn .btn-tertiary {
    width: 100%;
    margin-top: 5px;
  }
  .title-section .title-section-actions {
    margin-top: 0.355em;
  }
  .card-main .card-item-text {
    display: inline !important;
  }
  .card-main .card-item-text .highlighted-text {
    margin-top: 0.71em;
  }
}
@media only screen and (max-width: 575.98px) {
  .title-colapse {
    display: inline;
  }
  .collapse-card .title-colapse {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .collapse-card .collapse-card-action {
    width: 100%;
  }
  .collapse-card .collapse-card-action .btn {
    width: 100%;
  }
  .title-section .btn-actions-wrapper {
    display: inline !important;
  }
  .title-section .btn-actions-wrapper .btn-info,
  .title-section .btn-actions-wrapper .btn-primary,
  .title-section .btn-actions-wrapper .btn-tertiary {
    width: 100%;
    margin-top: 0.426em;
  }
  .group-check {
    display: inline;
  }
  .group-check .form-check {
    margin-bottom: 0.355em;
  }
  .group-btn-filter {
    display: inline !important;
  }
  .group-btn-filter .btn-primary {
    width: 100%;
    margin-bottom: 0.355em;
  }
  .dados-carro-full {
    height: 100px !important;
  }
  .dados-carro-full .item-carro img {
    width: 35px !important;
  }
  .dados-carro-full .item-carro h4 {
    font-size: 10px !important;
  }
  .form-control.form-control-sm,
  .form-select.form-control-sm {
    font-size: 0.9375rem;
  }
  .footer {
    height: auto;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #5553582a;
  }
  .footer .logo-by {
    justify-content: center;
    margin: 10px;
  }
  .footer .logo-by img {
    width: 30px;
    min-width: 30px;
  }
  .btn-etiquetas {
    width: 100%;
  }
  .main {
    min-height: calc(100vh - 85px - 220px);
  }
  .box-software-father {
    justify-content: center !important;
  }
  .box-software-father .box-software {
    flex-direction: column;
  }
  .box-software-father .box-software .item {
    margin-right: 0 !important;
  }
  .group-pagination {
    flex-direction: column;
    text-align: center;
  }
  .group-pagination .nav-pagination {
    margin-top: 15px;
  }
  .group-badge-btn {
    display: inline;
  }
  .badge-success,
  .badge-warn,
  .badge-danger {
    margin: 0.142em 0.355em 0.142em 0;
  }
  .title-section .title-section-btn-badge {
    margin-top: 10px;
  }
  .title-section .title-section-btn-badge .p-badge-success,
  .title-section .title-section-btn-badge .p-badge-info,
  .title-section .title-section-btn-badge .p-badge-danger,
  .title-section .title-section-btn-badge .p-badge-warn {
    width: 100%;
    margin-right: 0 !important;
  }
  .card-white {
    padding: 0.71em !important;
  }
  .title-btn {
    display: inline;
  }
  .title-btn .btn-info {
    width: 100%;
  }
}
@media only screen and (max-width: 495.98px) {
  .bg-picture img {
    display: none;
  }
  .overlay {
    display: none;
  }
  .badge-success,
  .badge-warn,
  .badge-danger {
    width: 100%;
  }
  .cards-desktop .card-cloven .card-half i {
    font-size: 1.988em;
  }
  .cards-desktop .card-cloven .card-content {
    padding: 0.568em;
  }
  .cards-desktop .card-cloven .card-content .card-title {
    margin-bottom: 0.355em;
  }
}
@media only screen and (max-width: 452.98px) {
  .container-fluid {
    padding: 0 10px !important;
  }
  .container-switch .switch-group {
    flex-direction: column;
  }
  .container-switch .switch-group .switch-item-black {
    margin-right: 0;
    margin-bottom: 0.284em;
  }
}
@media only screen and (max-width: 375.98px) {
  .bg-login .card-login .mod-login {
    padding: 0 20px;
  }
  .modal-footer .btn-info,
  .modal-footer .btn-danger {
    width: 100%;
  }
}
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 #ece4d9 inset !important;
  -webkit-text-fill-color: #1a1a1a !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: #45cb14 !important;
}
.text-info-bg {
  color: #2687d2 !important;
}
.text-muted-bg {
  color: #9eaab3 !important;
}
.text-muted-light-bg {
  color: #d7e2eb !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;
}
