@media (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }

  .carousel {
    width: 800px;
  }

  .shadow-cont-1 {
    box-shadow: inset 540px 0px 40px #000000, inset -540px 0px 40px #000000;
  }

  .second-banner-items {
    max-width: 550px;
  }

  .carousel-2 {
    padding: 38px;
    width: 600px;
  }

  .shadow-cont-2 {
    box-shadow: inset 0px 0px 0px #000000, inset -550px 0px 40px #000000;
  }

  .arrow-gap {
    gap: 220px;
  }

  .second-banner-container {
    padding-left: 150px !important;
  }

  .banner-2-title {
    gap: 150px;
  }

  .bonus-container {
    margin-left: 0px !important;
  }
}

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

  p {
    font-size: 18px !important;
  }

  /* button */
  .button {
    font-size: 12px;
    padding: 8px 30px;
  }

  #header-text {
    padding-inline: 10px;
  }

  .logo {
    width: 150px;
    margin-bottom: 22px;
  }

  .bg-before {
    padding-top: 60px;
  }

  /* Plano ideal */
  .icon-wrapper {
    width: 50px;
    height: 50px;
    top: -28px;
    left: 50px;
    transform: translateX(-50%);
  }

  .icon-wrapper img {
    width: 30px;
    height: 30px;
  }

  /* banner-2 */
  .banner-2-title {
    gap: 60px;
  }

  /* Faq */
  .faq-item {
    width: 350px;
  }

  /* Form */
  .form-group .seta-form-1,
  .form-group .seta-form-2,
  .form-group .seta-form-3 {
    left: 310px;
    top: 45px;
  }

  label {
    font-size: 18px;
  }

  .form-big-container {
    width: 600px;
  }

  .form-container {
    max-width: 400px;
  }

  .form-group input,
  .form-group select {
    height: 35px;
  }
}

@media (max-width: 576px) {
  .shadow-cont-1 {
    box-shadow: inset 580px 0px 40px #000000, inset -580px 0px 40px #000000;
  }

  .shadow-cont-2 {
    box-shadow: inset 0px 0px 0px #000000, inset -620px 0px 40px #000000;
  }

  .second-banner-items {
    max-width: 450px;
  }

  .carousel-2 {
    padding: 38px;
    width: 500px;
  }
}

@media (max-width: 410px) {

  .form-group .seta-form-1,
  .form-group .seta-form-2,
  .form-group .seta-form-3 {
    display: none;
  }

  h1 {
    font-size: 22px !important;
  }

  p {
    font-size: 14px !important;
  }

  label {
    font-size: 14px;
  }

  .first-arrow-right img,
  .first-arrow-left img {
    height: 27px !important;
    width: 27px !important;
  }

  .arrow-banner-img {
    height: 22px !important;
    width: 18px !important;
  }

  .form-group input,
  .form-group select {
    font-size: 10px;
  }

  .form-big-container {
    width: 400px;
  }

  .form-container {
    max-width: 300px;
  }

  .form-group input,
  .form-group select {
    height: 28px;
  }
}

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

  .custom-card {
    width: 250px;
  }

  .carousel {
    width: 600px;
  }

  .arrow-gap {
    gap: 150px;
  }

  .shadow-cont-1 {
    box-shadow: inset 580px 0px 40px #000000, inset -580px 0px 40px #000000;
  }

  .shadow-cont-2 {
    box-shadow: inset 0px 0px 0px #000000, inset -620px 0px 40px #000000;
  }

  .second-banner-items {
    max-width: 450px;
  }

  .carousel-2 {
    padding: 38px;
    width: 500px;
  }

  .faq-item {
    width: 250px;
  }
}