:root, [data-bs-theme=light] {
  --bs-primary: #440089;
  --bs-primary-rgb: 68,0,137;
  --bs-primary-text-emphasis: #1B0037;
  --bs-primary-bg-subtle: #DACCE7;
  --bs-primary-border-subtle: #B499D0;
  --bs-secondary: #44D62C;
  --bs-secondary-rgb: 68,214,44;
  --bs-secondary-text-emphasis: #1B5612;
  --bs-secondary-bg-subtle: #DAF7D5;
  --bs-secondary-border-subtle: #B4EFAB;
  --bs-success: #36AF22;
  --bs-success-rgb: 54,175,34;
  --bs-success-text-emphasis: #16460E;
  --bs-success-bg-subtle: #D7EFD3;
  --bs-success-border-subtle: #AFDFA7;
  --bs-light: #FFFFFF;
  --bs-light-rgb: 255,255,255;
  --bs-light-text-emphasis: #666666;
  --bs-light-bg-subtle: #FFFFFF;
  --bs-light-border-subtle: #FFFFFF;
  --bs-body-font-family: 'Fira Sans', sans-serif;
  --bs-body-font-size: 18px;
  --bs-link-color: #440099;
  --bs-link-color-rgb: 68,0,153;
  --bs-link-hover-color: #6300DF;
  --bs-link-hover-color-rgb: 99,0,223;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #440089;
  --bs-btn-border-color: #440089;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3A0074;
  --bs-btn-hover-border-color: #36006E;
  --bs-btn-focus-shadow-rgb: 227,217,237;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #36006E;
  --bs-btn-active-border-color: #330067;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #440089;
  --bs-btn-disabled-border-color: #440089;
}

.btn-outline-primary {
  --bs-btn-color: #440089;
  --bs-btn-border-color: #440089;
  --bs-btn-focus-shadow-rgb: 68,0,137;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #440089;
  --bs-btn-hover-border-color: #440089;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #440089;
  --bs-btn-active-border-color: #440089;
  --bs-btn-disabled-color: #440089;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #440089;
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #44D62C;
  --bs-btn-border-color: #44D62C;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #60DC4C;
  --bs-btn-hover-border-color: #57DA41;
  --bs-btn-focus-shadow-rgb: 10,32,7;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #69DE56;
  --bs-btn-active-border-color: #57DA41;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #44D62C;
  --bs-btn-disabled-border-color: #44D62C;
}

.btn-outline-secondary {
  --bs-btn-color: #44D62C;
  --bs-btn-border-color: #44D62C;
  --bs-btn-focus-shadow-rgb: 68,214,44;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #44D62C;
  --bs-btn-hover-border-color: #44D62C;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #44D62C;
  --bs-btn-active-border-color: #44D62C;
  --bs-btn-disabled-color: #44D62C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #44D62C;
}

.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #36AF22;
  --bs-btn-border-color: #36AF22;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #54BB43;
  --bs-btn-hover-border-color: #4AB738;
  --bs-btn-focus-shadow-rgb: 8,26,5;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #5EBF4E;
  --bs-btn-active-border-color: #4AB738;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #36AF22;
  --bs-btn-disabled-border-color: #36AF22;
}

.btn-outline-success {
  --bs-btn-color: #36AF22;
  --bs-btn-border-color: #36AF22;
  --bs-btn-focus-shadow-rgb: 54,175,34;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #36AF22;
  --bs-btn-hover-border-color: #36AF22;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #36AF22;
  --bs-btn-active-border-color: #36AF22;
  --bs-btn-disabled-color: #36AF22;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #36AF22;
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #FFFFFF;
  --bs-btn-border-color: #FFFFFF;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #D9D9D9;
  --bs-btn-hover-border-color: #CCCCCC;
  --bs-btn-focus-shadow-rgb: 38,38,38;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #CCCCCC;
  --bs-btn-active-border-color: #BFBFBF;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #FFFFFF;
  --bs-btn-disabled-border-color: #FFFFFF;
}

.btn-outline-light {
  --bs-btn-color: #FFFFFF;
  --bs-btn-border-color: #FFFFFF;
  --bs-btn-focus-shadow-rgb: 255,255,255;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FFFFFF;
  --bs-btn-hover-border-color: #FFFFFF;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FFFFFF;
  --bs-btn-active-border-color: #FFFFFF;
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFFFFF;
}

.image-slide-duplo-dir {
  margin-top: -8px;
  max-height: 403px;
  position: absolute;
}

.image-slide-duplo-esq {
  max-height: 506px;
  margin-top: -31px;
  position: absolute;
}

@media (min-width: 576px) and (max-width: 991px) {
  .image-slide-duplo-dir {
    right: 0;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .image-slide-duplo-esq {
    left: 0;
  }
}

@media (min-width: 992px) {
  .image-slide-duplo-dir {
    right: 15px;
  }
}

@media (min-width: 992px) {
  .image-slide-duplo-esq {
    left: 55px;
  }
}

@media (min-width: 1200px) {
  .image-slide-duplo-dir {
    right: 80px;
  }
}

@media (min-width: 1200px) {
  .image-slide-duplo-esq {
    left: 120px;
  }
}

@media (min-width: 1400px) {
  .image-slide-duplo-dir {
    right: 150px;
  }
}

@media (min-width: 1400px) {
  .image-slide-duplo-esq {
    left: 180px;
  }
}

@media (max-width: 575px) {
  .img-carrossel {
    max-width: 300px;
    margin-left: 15px;
    margin-top: -29px;
  }
}

@media (min-width: 576px) {
  .img-carrossel {
    max-width: 400px;
    margin-left: 35px;
    margin-top: -32px;
  }
}

@media (max-width: 575px) {
  .img-nota {
    max-width: 300px !important;
  }
}

@media (min-width: 576px) {
  .img-nota {
    max-width: 350px !important;
  }
}

@media (max-width: 575px) {
  .slide-altura {
    min-height: 400px;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .slide-altura {
    min-height: 524px;
    width: 100%;
  }
}

.icon-marquee-wrapper {
  overflow: hidden;
  width: 100%;
  background-color: transparent;
}

.icon-marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 15s linear infinite;
}

.icon-marquee {
  display: flex;
  gap: 48px;
  color: #FFF;
  font-size: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.icon-marquee li i {
  font-size: 36px;
  color: white;
  background: transparent;
}

/* Clona a lista com ::after */

.icon-marquee::after {
  content: attr(data-content);
  display: flex;
  gap: 40px;
  white-space: nowrap;
}

@keyframes scroll {
  100% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.btn:hover {
  background: var(--bs-success);
  color: var(--bs-light);
  border-style: none;
}

.btn {
  background: var(--bs-success);
  color: var(--bs-light) !important;
  border-style: none;
}

.navbar {
  background-color: var(--bs-primary)!important;
}

.texto-branco {
  color: var(--bs-light)!important;
}

#popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55,0,124,0.5);
  z-index: 9999;
  filter: blur(0px);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
}

.popup {
  background: var(--bs-light);
  position: relative;
  border-radius: 15px;
  max-width: 350px;
  width: 90%;
  padding: 16px;
}

.bt-popup {
  margin: 4px 0 4px 0;
  width: 100%;
}

#popup-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55,0,124,0.5);
  z-index: 9999;
  filter: blur(0px);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
}

#popup-teste {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(55, 0, 124, 0.5);
  z-index: 1031;
  display: none;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding: 2rem 1rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  -webkit-overflow-scrolling: touch;
}

.modal-box {
  background: var(--bs-success);
  border-radius: 15px;
  /*max-width: 500px;*/
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
}

@media (min-width:381px) and (max-width: 767px) {
  #popup-teste .modal-box {
    margin-top: 22em;
  }
}

@media (max-width: 380px) {
  #popup-teste .modal-box {
    margin-top: 32em;
  }
}

@media (min-width: 767px) and (max-height: 1000px) {
  .modal-box {
  }
}

body.modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
  touch-action: none;
}

p {
  font-size: 16px;
}

h1 {
  font-family: "Fira Sans";
  font-weight: bold;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 21px !important;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 27px;
  }
}

.navbar {
  height: 90px;
}

.h2-branco {
  color: var(--bs-light);
}

@media (min-width: 768px) {
  .coluna {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .coluna {
    padding: 0;
  }
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-light);
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-light);
}

.topo {
  background: url("/assets/img/bg-site3.svg?h=55c1510fbd30fa4cf4247c76527abcd3") bottom / auto repeat-x, var(--bs-primary);
  margin-top: 80px;
  padding-left: 24px;
  padding-bottom: 36px;
  padding-right: 24px;
  padding-top: 24px;
}

.cris {
  height: 380px;
}

@media (min-width: 1200px) {
  .cris {
    height: 541px;
  }
}

.box-overlay {
  background: rgba(68, 0, 137, 0.75);
  padding: 28px;
  border-radius: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 38px !important;
  }
}

@media (max-width: 767px) {
  .box-verde {
    min-height: 70px !important;
  }
}

.box-verde {
  width: 100%;
  color: var(--bs-light);
  background: var(--bs-success);
  border-radius: 15px;
  padding: 8px;
  min-height: 110px;
  margin-bottom: 4px;
}

.icones-ganha {
  z-index: 10;
  width: 80px;
  color: var(--bs-light);
  background: var(--bs-light);
  border-radius: 20px;
  padding: 8px;
  min-height: 80px;
  margin-bottom: -16px;
}

.box-roxo {
  width: 100%;
  color: var(--bs-light);
  background: #37007c;
  border-radius: 15px;
  padding: 24px 16px 8px 16px;
  min-height: 234px;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .box-roxo {
    min-height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .box-roxo {
    min-height: 468px;
  }
}

@media (min-width: 1200px) {
  .box-roxo {
    min-height: 268px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .box-roxo {
    min-height: 338px;
  }
}

@media (min-width: 1400px) {
  .box-roxo {
    min-height: 240px;
  }
}

.navbar-nav .nav-link.active:hover {
  color: #37007c;
}

.link-rodape {
  color: var(--bs-light);
  font-size: 14px;
  padding: 4px;
}

.small-rodape {
  font-size: 14px;
}

@media (max-width: 991px) {
  .conteudo {
    max-width: 992px;
    padding: 24px 28px;
  }
}

@media (min-width: 992px) {
  .conteudo {
    max-width: 992px;
    padding: 32px 44px;
  }
}

.conteudo {
  width: auto;
  background: var(--bs-light);
  border-radius: 25px;
}

.btn-disabled {
  background-color: #ccc !important;
  border-color: #ccc !important;
  cursor: not-allowed !important;
}

#duvida a {
  color: #fff;
}

.form-check {
  margin: 32px 0 32px 0 !important;
}

@media (max-width: 575px) {
  .seta {
    display: none;
  }
}

@media (max-width: 575px) {
  .depoimento {
    width: 100% !important;
  }
}

.btn {
  background: var(--bs-primary);
}

@media (max-width: 575px) {
  .depoimento-pai {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.label-campo {
  color: #ffffff;
  font-size: 16px;
}

#submit:hover {
  background-color: var(--bs-purple);
}

.erro, .text-danger {
  background-color: var(--bs-form-invalid-color);
  color: #ffffff !important;
  padding: 2px;
  border-radius: 5px;
  width: fit-content;
  font-size: 12px;
}

.btn:hover {
  background: var(--bs-indigo);
  color: var(--bs-light);
  border-style: none;
}

@media (min-width: 1200px) {
  .titulo {
    font-size: 56px;
    line-height: 1 !important;
  }
}

@media (max-width: 1199px) {
  .titulo {
    font-size: 44px !important;
    line-height: 1 !important;
  }
}

.titulo2 {
  font-size: 24px;
}

.titulo2 {
  font-size: 30px !important;
  color: #ffffff;
  font-family: "Fira Sans";
}

@media (max-width: 1199px) {
  .titulo2 {
    font-size: 28px !important;
    color: #ffffff;
    font-family: "Fira Sans";
  }
}

@media (max-width: 767px) {
  .bg-corrida {
    padding: 0 0 350px 0;
    background: url("/assets/img/cris-corrida.webp?h=1452205cc489313f3afbd7cb591bb4d5") left calc(100% - 2%) / contain no-repeat !important;
  }
}

@media (min-width: 768px) {
  .bg-corrida {
    padding: 0;
    background: url("/assets/img/cris-corrida.webp?h=1452205cc489313f3afbd7cb591bb4d5") left calc(100% - 70%) / contain no-repeat !important;
  }
}

@media (min-width: 1200px) and (max-width: 2699px) {
  .bg-corrida {
    padding: 0;
    background: url("/assets/img/cris-corrida.webp?h=1452205cc489313f3afbd7cb591bb4d5") left calc(100% - 45%) / contain no-repeat !important;
  }
}

@media (min-width: 2700px) {
  .bg-corrida {
    padding: 0;
    background: url("/assets/img/cris-corrida.webp?h=1452205cc489313f3afbd7cb591bb4d5") left calc(100% - 60%) / contain no-repeat !important;
  }
}

@media (max-width: 575px) {
  .bg-corrida {
    padding: 0 0 224px 0;
    background: url("/assets/img/cris-corrida.webp?h=1452205cc489313f3afbd7cb591bb4d5") left calc(100% - 2%) / contain no-repeat !important;
  }
}

.small-menu {
  font-size: 10px;
  color: #fff;
  margin-top: 4px;
}

.menu-teste:hover {
  background-color: var(--bs-link-hover-color);
  color: #44d62c;
  font-weight: bold;
}

.menu-teste {
  background-color: var(--bs-success);
  border-radius: 10px;
  padding: 8px 24px 8px 24px;
  /*color: #37007c !important;*/
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.bt-relatorio {
  margin-top: 16px;
  margin-bottom: 32px;
  width: 100%;
  max-width: 275px;
  height: 40px;
  text-align: center;
  background: var(--bs-primary);
  border-style: solid;
  border-color: var(--bs-light);
  color: var(--bs-light);
  text-decoration: none;
  border-radius: 15px;
}

.processo {
  max-width: 1320px;
  width: 100%;
  display: flex;
}

.processo-conteudo {
  width: 100%;
  padding: 32px;
}

.processo-tabs {
  flex-direction: column;
  max-width: 300px;
  width: 100%;
}

.processo-tab-link {
  padding: 32px;
  font-size: 20px;
  margin-bottom: 8px;
  background-color: var(--bs-gray-200);
}

.processo-tab-link:hover {
  background-color: var(--bs-primary) !important;
}

.ativo {
  background-color: var(--bs-primary) !important;
  font: #ffffff !important;
}

.ativo:hover, .ativo:active {
  background-color: var(--bs-primary) !important;
}

.nav-pills {
  --bs-nav-pills-link-active-bg: var(--bs-primary) !important;
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-border-radius: 15px 0 0 15px;
}

.processo-tab-link svg {
  margin-right: 8px;
  font-size: 28px;
}

@media (max-width: 767px) {
  .processo-tabs {
    flex-direction: row;
    max-width: 100%;
    justify-content: space-between !important;
  }
}

@media (max-width: 767px) {
  .processo-tab-link {
    border-radius: 15px !important;
    padding: 16px;
    margin: 4px;
  }
}

@media (max-width: 767px) {
  .processo-tab-link span {
    display: none;
    border-radius: 15px !important;
  }
}

@media (max-width: 767px) {
  .processo-tab-link svg {
    margin-right: 0;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .processo {
    display: block;
  }
}

@media (max-width: 767px) {
  .processo-conteudo {
    width: 100%;
    padding: 12px;
  }
}

.tab1 {
  background: linear-gradient(var(--bs-primary) 0%, #380170 79%);
  border-radius: 0 15px 15px 15px;
  color: var(--bs-light);
  position: relative;
  padding: 24px !important;
}

@media (min-width: 768px) {
  .tab1 {
    border-radius: 0 15px 15px 15px;
  }
}

@media (max-width: 761px) {
  .tab1 {
    border-radius: 15px 15px 15px 15px;
  }
}

/* .tab1::before {
  background: url("/assets/img/bg-como.svg?h=d2ef18eb530e5064824da8f53e8b71ff") 50px / 150% no-repeat !important;
} */

/* .tab1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/img/bg-como.svg?h=d2ef18eb530e5064824da8f53e8b71ff") 500px / 75% no-repeat;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
} */

.semgrid-list {
  font-size: 16px;
  padding-left: 16px !important;
}

@media (min-width: 1400px) {
  .grid-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    list-style: none;
    padding-left: 0 !important;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .grid-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    list-style: none;
    padding-left: 0 !important;
    margin: 0;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .grid-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    list-style: none;
    padding-left: 0 !important;
    margin: 0;
  }
}

@media (min-width: 576px) and (max-width:991px) {
  .grid-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    list-style: none;
    padding-left: 0 !important;
    margin: 0;
  }
}

@media (min-width: 300px) and (max-width:575px) {
  .grid-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    list-style: none;
    padding-left: 0 !important;
    margin: 0;
  }
}

#form-teste {
  scroll-margin-top: 80px;
}

.btn-teste {
  max-width: 280px;
  background: var(--bs-danger);
  height: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 8px;
}

