* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #002e5e;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

header {
  padding-top: 3rem;
}

.fa-check {
  color: #28a745; /* Verde */
}

.button.mobile {
  display: none;
}

.button {
  width: 300px;
  max-width: 100%;
  padding: 10px;
  background-color: rgba(24, 119, 242, 1);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  outline: none;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s;
}

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.justify-content-start {
  justify-content: start;
}

.align-items-start {
  align-items: start;
}

.align-items-center {
  align-items: center;
}

.gap-1 {
  gap: 1rem;
}

.flex-column {
  flex-direction: column;
}

.m-y-3 {
  margin: 3rem 0;
}

.m-t-3 {
  margin-top: 3rem;
}

.m-b-3 {
  margin-bottom: 3rem;
}

.font-30 {
  font-size: 30px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.w-70 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-20 {
  width: 20%;
}

.container {
  width: 70%;
  margin: 0 auto;
}

.flex-reverse div {
  position: relative;
}

.flex-reverse div span:nth-child(1) {
  position: absolute;
  top: 75px;
  left: -30px;
}

.flex-reverse div span:nth-child(2) {
  position: absolute;
  right: 80px;
  top: -30px;
}

.flex-reverse div span:nth-child(3) {
  position: absolute;
  right: -60px;
  top: 10px;
}

.neon-box {
  border: 2px solid #00c7ba;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 2rem #00c7ba,
    0 0 0.8rem #00c7ba, 0 0 2.8rem #00c7ba, inset 0 0 1.3rem #00c7ba;
}

.neon-box .text-box h2 {
  font-size: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.neon-box .text-box p {
  margin-top: 3rem;
  font-size: 24px;
}

.neon-box .text-box .highlight {
  color: rgb(24, 119, 242);
  border: 2px solid #fff;
  padding: 5px 10px;
  border-radius: 1rem;
}

.neon-box .image-box img {
  width: 350px;
  height: 350px;
}

.neon-box .image-box.paper {
  display: none;
}

.card-text,
.banner-text {
  line-height: 50px;
}

.card-text span:nth-child(1),
.banner-text span:nth-child(1) {
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
}

.card-text span:nth-child(2),
.banner-text span:nth-child(2) {
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  font-size: 72px;
  color: rgb(24, 119, 242);
  background-color: rgba(0, 0, 0, 0);
}

.card {
  background-color: #023162;
  border: 2px solid #00c7ba;
  border-radius: 15px;
  padding: 15px;
  width: 400px;
}

.card h2 {
  font-size: 24px;
  margin-bottom: 10px;
  border-bottom: 2px solid #00c7ba;
  padding-bottom: 10px;
  text-align: center;
}

.card p {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: start;
}

.icon {
  text-align: center;
}

.icon i {
  width: 50px;
  height: 50px;
}

.banner {
  background: linear-gradient(to right, #002e5e, #034ea3);
  text-align: center;
  padding: 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.banner-text span:nth-child(1) {
  font-size: 48px;
  color: rgb(24, 119, 242);
}

.banner-text span:nth-child(2) {
  font-size: 48px;
  color: rgb(255, 255, 255);
}

.banner-button:hover {
  background-color: #0056b3;
}

.form-container {
  background-color: #02638a;
  padding: 10px 30px 40px 30px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 199, 186, 0.8);
  text-align: center;
  display: flex;
  flex-direction: column;
 /*  width: 700px; */
}

.form-container h2 {
  font-size: 28px;
  margin-bottom: 2rem;
}

.form-container p {
  font-size: 16px;
  margin-bottom: 20px;
}

label {
  display: block;
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
}

input[type='text'],
input[type='email'],
input[type='number'] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
}

button[type='submit'] {
  width: 100%;
  padding: 10px;
  background-color: #00c7ba;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button[type='submit']:hover {
  background-color: #00a8a1;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border: 1px dashed #fff;
}

/* Container around content */
.container-timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  right: -20px;
  background-color: #267edb;
  border-radius: 50%;
  border: 2px dashed #fff;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container-timeline to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: ' ';
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: ' ';
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -25px;
}

/* The actual content */
.content {
  border: 2px solid #00c7ba;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}


.card-plan {
  background-color: white;
  border-radius: 15px;
  max-width: 380px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

.card-plan .badge {
  background-color: #0035f2;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 50px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1px;
}

.card-plan h5 {
  color: #0d0b47;
  font-size: 22px;
  margin-bottom: 10px;
}

.card-plan h3 {
  color: #0035f2;
  font-size: 40px;
  margin-bottom: 5px;
}

.card-plan h3 span {
  font-size: 16px;
  color: #777;
}

.card-plan ul {
  list-style: none;
  color: #333;
  text-align: left;
  margin: 20px 0;
}

.card-plan ul li {
  font-size: 14px;
  margin: 1.2rem 0;
}

.card-plan a {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 1rem;
}

.card-plan a:hover {
  background-color: #333;
  transition: all 0.3s ease-in-out;
}

.card-plan ul li.highlight {
  background-color: #eaf2ff; /* Fundo leve azul */
  border: 1px solid #0035f2; /* Borda azul */
  padding: 10px;
  border-radius: 8px;
  font-weight: bold;
  color: #0035f2; /* Texto azul */
}

.card-plan ul li.highlight strong {
  color: #0035f2; /* Cor do texto para manter consistência */
}


.card-plan.month {
  background-color: rgba(24, 118, 242, 0.5);
}

.card-plan.month  h5 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.card-plan.month  h3 {
  color: #fff;
 
}

.card-plan.month  h3 span {
  color: #fff;
}

.card-plan.month  ul {
  color: #fff;
}

.card-plan.month ul li.highlight {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff80;
  padding: 10px;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
}

.card-plan.month ul li.highlight strong {
  color: #fff; /* Mantém o texto em branco */
}


@media (max-width: 1050px) {
  .w-70 {
    width: 100%;
  }

  .hero {
    flex-direction: column;
  }
  .neon-box {
    flex-direction: column;
  }

  .cards {
    flex-direction: column;
  }
  
  .d-flex.mobile {
    flex-direction: column;
  }
  
}

@media screen and (max-width: 600px) {
  .container {
    width: 90%;
  }

  .card-text span {
    text-align: center;
  }

  header div {
    display: flex;
    justify-content: center;
  }

  .font-24 {
    font-size: 20px;
    line-height: 20px;
  }

  .button.desktop {
    display: none;
  }

  .button.button.mobile {
    display: block;
  }

  .flex-reverse {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
  }

  .flex-reverse div span:nth-child(1) {
    position: absolute;
    top: 30px;
    left: -60px;
  }

  .flex-reverse div span:nth-child(2) {
    position: absolute;
    right: 15px;
    top: -30px;
  }

  .flex-reverse div span:nth-child(3) {
    position: absolute;
    right: -50px;
    top: 0px;
  }

  .flex-reverse img {
    width: 250px;
    height: auto;
  }

  .neon-box .text-box h2 {
    font-size: 20px;
  }

  .neon-box .text-box p {
    margin-top: 1rem;
    font-size: 16px;
  }

  .neon-box .image-box img {
    width: 250px;
    height: 250px;
  }

  .card {
    width: 320px;
  }

  .card-text span:nth-child(1) {
    font-size: 30px;
  }

  .card-text span:nth-child(2) {
    font-size: 40px;
  }

  .banner-text span:nth-child(1) {
    font-size: 30px;
  }

  .banner-text span:nth-child(2) {
    font-size: 40px;
  }

  .neon-box .image-box.paper {
    display: flex;
    transform: translateY(50px);
  }

  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .container-timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .container-timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 6px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }

}

@media screen and (max-width: 405px) {
  .neon-box .text-box h2 {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
  }
}
