@font-face {
  font-family: 'Bebas', sans-serif;
  src: url(../font/Bebas-Regular.ttf);
}

@font-face {
  font-family: 'kaboom', sans-serif;
  src: url(../font/KABOOM.ttf);
}

body {
  background: linear-gradient(#004d73, #0a4663, #057db6, #003047);
  color: white;
  height: 100%;
}


.btn-principal {
  background-color: #d9d9d9;
  color: #003047;
  font-weight: bold;
}
.btn-secundario {
  background-color: #003047;
  color: #d9d9d9;
  font-weight: bold;
}

.btn-principal:focus,
.btn-principal:active,
.btn-secundario:focus,
.btn-secundario:focus,
.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
}

.divisao {
  height: 2px;
  width: 850px;
  background: linear-gradient(to right, #db9370, #ffffff);
}

.fa-check {
  color: #db9370;
}

/* contador */
.hide {
  display: flex !important;
}

.contador-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px 0;
}

.titulo-contador {
  font-size: 30px;
  color: #0a4663;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contador {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-family: 'Anton', sans-serif;
  color: #0a4663;
}

.contador span {
  font-size: 60px;
}

.contador time {
  font-size: 120px;
  color: #0a4663;
}

.contador-rotulos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  color: #E97035;
  font-weight: bold;
}

.contador-rotulos span {
  display: block;
  text-align: center;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
}


/* modal */

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.modal-body .card {
  flex: 1 1 calc(25% - 20px);
  width: 300px;
  height:100%;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #Ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.modal-body .card i {
  font-size: 45px;
  color: #003047;
}

.modal-body .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
.card-text{
  font-size: 12px;
}


/* DEPOIMENTOS */

.content-desktop {
  width: 100%;
  height: 600px;
  background-image: url(Images/bg-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-images {
  display: flex;
  align-items: center;
  gap: 21px;
}

.slider-images video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.slider-img {
  width: 110px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  transition: 0.7s ease;
}

.slider-images .slider-img:first-child,
.slider-images .slider-img:last-child {
  height: 200px;
}

.slider-images .slider-img:nth-child(2),
.slider-images .slider-img:nth-child(6) {
  height: 300px;
}

.slider-images .slider-img:nth-child(3),
.slider-images .slider-img:nth-child(4),
.slider-images .slider-img:nth-child(5) {
  height: 400px;
}

.slider-img.active {
  width: 300px !important;
  height: 500px !important;
}

.slider-img.active h1 {
  display: none;
}

.slider-img.active .details p,
.slider-img.active .details h2 {
  display: block;
}

.content-desktop {
  display: none;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 30px;
  height: 30px;
}

.carousel-video {
  object-fit: cover;
}

/* SOBRE */

.card-sobre {
  background-color: #d9d9d9;
  border-radius: 15px;
}
.span-desktop {
  font-size: 25px;
  font-weight: bold;
  color: #942900;
}
.h2-desk {
  font-family: 'Rubik Mono One', monospace;
  font-size: 100px;
  color: #003047;
}
.span-mobile {
  font-size: 17px;
  font-weight: bold;
  color: #bd3e0c;
}
.h2-mobile {
  font-family: 'Rubik Mono One', monospace;
  font-size: 55px;
  color: #003047;
}
.informacao p {
  color: #003047;
}
.imagem-sobre img {
  width: 100%;
  height: 450px;
  max-width: 450px;
}
.span-modulos {
  font-size: 30px;
}
/* Perguntas frequentes */
.acordiao {
  background-color: #003047 !important;
}
.card-header {
  position: relative;
}
.card-header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #003047, #ffff);
}
/* Carrosel alunos */
.container-carrossel {
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.container-carrossel i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.5rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: transparent;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 999;
}
.container-carrossel i:active {
  transform: translateY(-50%) scale(0.85);
}
.container-carrossel i#esquerda {
  left: -30px;
}
.container-carrossel i#direita {
  right: -30px;
}
.container-carrossel .carrossel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px); /* 4 imagens por vez no desktop */
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carrossel::-webkit-scrollbar {
  display: none;
}
.carrossel.no-transition {
  scroll-behavior: auto;
}
.carrossel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carrossel.dragging .item {
  cursor: grab;
  user-select: none;
}
.carrossel :where(.item, .imagem) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carrossel .item {
  scroll-snap-align: start;
  height: 100%;
  list-style: none;
  cursor: pointer;
  flex-direction: column;
}
.item .imagem,
.item .imagem img {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 10px;
}
.item .imagem p {
  bottom: 10px;
  text-align: start;
}
/* Beneficios */
.img-mob {
  width: 350px;
}
/* Bonus */
.divisao-card-valor {
  height: auto;
  width: 2px;
  background-color: #003954;
}
.bonus {
  background-color: #f0f0f0;
}
.header-bonus {
  font-family: 'Protest Strike', sans-serif;
  font-weight: 400;
}
.bonus .titulo-bonus,
.bonus .subtitulo-bonus {
  font-size: 180px;
  color: #025881;
}
.bonus .span-bonus {
  color: #c43e09;
  font-size: 80px;
  bottom: -70px;
  margin-top: -10px;
}
.bonus .body-bonus {
  color: #003047;
}
.bonus .flex-column {
  gap: 5px;
}
.body-bonus p {
  margin-bottom: 15px;
}
/* Valores */
.card-valor {
  border: 2px solid #eeeeee;
}
.titulo-card-valor {
  font-size: 110px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #cacaca;
}
.subtitulo-card-valor {
  font-size: 50px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #cacaca;
  bottom: -40px;
  right: 0;
}
.item-bonus {
  font-size: 22px;
  text-decoration: underline;
}
.texto-valor-antigo {
  font-size: 40px;
  color: #cacaca;
}
.risco {
  position: relative;
  display: inline-block;
  font-size: 70px;
  bottom: -80px;
}

.risco::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px; 
  background-color: #e97035; 
  top: 58%;
}
.texto-valor-atual {
  color: #e97035;
  font-size: 30px;
}
.valor-atual {
  font-size: 80px;
  font-weight: bold;
}
.span-valor-atual {
  font-size: 20px;
  font-weight: bold;
  align-self: flex-end;
  width: 22%;
}
.texto-info {
  font-size: 18px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
.span-info {
  color: #adadad;
}
.btn-info-valor {
  background-color: #cf440d;
  border: 3px solid #ffffff;
  border-radius: 12px;
  font-family: 'Bebas', sans-serif;
  font-size: 18px;
  padding: 10px 20px;
  max-width: 90%; 
  overflow: hidden; 
  white-space: nowrap; 
  text-align: center;
}
.btn-info-valor:hover{
  background-color: #cf440d;
  border: 3px solid #ffffff;
  border-radius: 12px;
  font-family: 'Bebas', sans-serif;
}
.valor-antigo-mobile {
  font-size: 50px;
  margin-bottom: 5rem;
  color: #cacaca;
  text-decoration: line-through;
  text-decoration-color: #e97035;
}
/* Suporte */
.texto-suporte {
  font-size: 25px;
}
.texto-contato {
  font-size: 20px;
}
/* Rodapé */
.footer {
  background-color: #f0f0f0;
}

.footer li,
.footer li a {
  color: #000000;
}

.footer .icones {
  color: #003047;
  font-size: 25px;
}
