@import url("https://fonts.cdnfonts.com/css/cabinet-grotesk");
@import url("https://fonts.cdnfonts.com/css/inter");
@import url("https://fonts.cdnfonts.com/css/lato");
@import url("https://fonts.cdnfonts.com/css/roboto-flex");
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::placeholder {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */

  /* Escala Cinza/300 */
  color: #a4a4a4;
}
body,
html {
  height: 100%;
  overflow-x: hidden;
}
/* Reset */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #11053b #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #1f8ef5;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2%;
}
.first-section {
  background-image: url("../img/background-section-1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.first-section .container {
  /* padding: 0; */
}
.first-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 64px 0;
}
.nav-list,
.nav-list-mobile {
  display: flex;
  list-style: none;
  gap: 40px;
}
.nav-list .nav-list-item a,
.nav-list-mobile a {
  font-family: "Inter";
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #575c60;
}
.cta-header-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.cta-btn-header {
  width: 100%;
  max-width: 250px;
  height: 40px;
  padding: 0 16px;
  border-radius: 1000px;
  background-color: #005ebd;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main-section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 32px 0;
}
.main-section-text-wrapper h1 {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  color: #14181b;
  width: 100%;
  max-width: 700px;
}
.main-section-text-wrapper p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #575c60;
  width: 488px;
  margin-top: 8px;
}
.central-image-mobile {
  display: none;
}
.main-section-cta-wrapper p {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #14181b;
  margin-bottom: 10px;
  width: 100%;
}
.main-section-cta-wrapper span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  max-width: 425px;
  color: #575c60;
  display: block;
}
.main-section-cta-wrapper {
  background-color: #fff;
  padding: 44px 24px;
  border-radius: 4px;
}
.main-section-cta-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}
.main-section-cta-wrapper form input {
  height: 48px;
  padding: 16px;
  border: 1px solid #e5e5e5;
}
.main-section-cta-wrapper form input::placeholder {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #a4a4a4;
}
.main-section-cta-wrapper form button {
  width: 100%;
  max-width: 440px;
  height: 48px;
  background-color: #005ebd;
  border: 0;
  border-radius: 1000px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.tags-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 10;
}
.tag-blue {
  width: 100%;
  max-width: 336px;
  height: 80px;
  background-color: #fff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 100px;
  padding: 0 24px 0 8px;
}
.icon-and-desc {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-tag {
  padding: 20px;
  border-radius: 1000px;
  background-color: #bfe5ff;
}
.desc1 {
  width: 120px;
  height: 16px;
  background: #bfe5ff;
  border-radius: 100px;
  margin-bottom: 8px;
}
.desc2 {
  width: 91px;
  height: 16px;
  background: #e4f4ff;
  border-radius: 100px;
}
.tag-number {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #4b5053;
}

.tag-green {
  width: 100%;
  max-width: 336px;
  height: 80px;
  background-color: #fff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 0 8px;
  margin-left: 50px;
}
.icon-and-desc.green {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-tag.green {
  padding: 20px;
  border-radius: 1000px;
  background: rgba(154, 255, 110, 0.32);
}
.desc1.green {
  width: 120px;
  height: 16px;
  background: #9aff6e;
  border-radius: 100px;
  margin-bottom: 8px;
}
.desc2.green {
  width: 91px;
  height: 16px;
  background: #d8ffc8;
  border-radius: 100px;
}
.tag-number.green {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #4b5053;
}

.tag-grey {
  width: 100%;
  max-width: 336px;
  height: 80px;
  background-color: #fff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 0 8px;
}
.icon-and-desc.grey {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-tag.grey {
  padding: 20px;
  border-radius: 1000px;
  background: #ebf1f6;
}
.desc1.grey {
  width: 120px;
  height: 16px;
  background: #ebf1f6;
  border-radius: 100px;
  margin-bottom: 8px;
}
.desc2.grey {
  width: 91px;
  height: 16px;
  background: #f2f9ff;
  border-radius: 100px;
}
.tag-number.grey {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #4b5053;
}
.main-section-second-part {
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
}
.central-image img {
  width: 100%;
}

.rating-text p {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  /* or 133% */
  width: 100%;
  max-width: 290px;
  /* Escala Cinza/900 */

  color: #14181b;
}
.rating-pics {
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  align-items: center;
}
.rating-pics > div {
  width: 56px;
  height: 56px;
  border-radius: 1000px;
  position: relative;
}
.rating-pics > div > img {
  position: absolute;
  width: 100%;
}
.rating-text-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  /* Escala Cinza/200 */

  color: #63686c;
}
.rating-pic-item-2 {
  position: relative;
  right: 20px;
}
.rating-pic-item-3 {
  position: relative;
  right: 40px;
}
.rating-pic-item-4 {
  position: relative;
  right: 60px;
}
.rating-pic-item-5 {
  position: relative;
  right: 80px;
}
.rating-pic-item-6 {
  position: relative;
  right: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a3c8f7;
}
.rating-pic-item-6 span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 8.76923px;
  line-height: 12px;
  color: #426b94;
}
.rating-text-2 {
  position: initial;
  margin: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  /* Escala Cinza/700 */

  color: #282d30;
}
.rating-text-2 {
  margin-bottom: 10px;
}
.rating-text-span {
  position: relative;
  right: 50px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  /* Escala Cinza/200 */

  color: #63686c;
}
.stars {
  display: flex;
  gap: 10px;
}
.rate-note {
  margin-top: 10px;
}
.actual-note {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #33383c;
}
.value-note {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #707070;
  margin-left: 4px;
}
.img-arrows {
  position: relative;
  right: 175px;
  top: -25px;
}
.rate-seal-img {
  margin-top: 38px;
}
.rate-seal-img img {
  width: 100%;
  max-width: 332px;
}
.second-section {
  padding-bottom: 164px;
  background-image: url("../img/logo-bg.webp");
  background-repeat: no-repeat;
  background-position: 0 100%;
}
.text-second-section {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */

  /* Escala Cinza/300 */
  color: #575c60;
}
.text-second-section {
  margin-top: 96px;
}
.title-second-section {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  /* or 125% */

  /* Escala Cinza/900 */
  color: #14181b;
  width: 100%;
  max-width: 592px;
  margin-top: 8px;
}
.left-part {
  margin-top: 32px;
  display: flex;
  gap: 32px;
}
.left-right-section-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.first-image {
  width: 100%;
  max-width: 280px;
  height: 423px;
  position: relative;
}
.first-image img {
  object-fit: cover;
  width: 100%;
  max-width: 423px;
  height: 423px;
  border-radius: 10px;
}
.second-image-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.img-2-wrapper {
  width: 100%;
  max-width: 280px;
  height: 168px;
}
.img-2-wrapper img {
  width: 100%;
  max-width: 280px;
  height: 168px;
  object-fit: cover;
  border-radius: 10px;
}
.right-part {
  width: 100%;
  max-width: 620px;
  height: 550px;
  overflow-y: scroll;
  direction: rtl;
}
.step-by-step {
  direction: ltr;
  padding: 0 0 0 22px;
  background-color: #fff;
}
.step {
  margin-top: 32px;
  background-color: #fff;
}
.number-step {
  display: flex;
  gap: 4px;
  justify-content: start;
  align-items: center;
}
.number {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #ebf1f6;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */

  /* Secundária/Main (S) */
  color: #1f8ef5;
}
.text-numnber-step {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */

  /* Escala Cinza/900 */
  color: #14181b;
}
.step-main-text {
  margin-top: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */

  /* Escala Cinza/300 */
  color: #575c60;
  width: 100%;
  max-width: 500px;
}
.step-img {
  width: 100%;
  max-width: 500px;
  height: 1200px;
  background-color: #ccc;
}
.red-bg {
  background-color: red;
}
.third-section {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.title-section-feed,
.title-2-section-feed,
.subtitle-secion-feed {
  text-align: center;
  margin-top: 16px;
}
.title-section-feed {
  background-color: #bfe5ff;
  width: 100%;
  max-width: 123px;
  padding: 4px;
  border-radius: 1000px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */

  text-align: center;

  /* Secundária/300 */

  color: #005ebd;
}
.title-2-section-feed {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height, or 125% */
  text-align: center;

  /* Escala Cinza/900 */
  color: #14181b;
}
.subtitle-secion-feed {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  text-align: center;

  /* Escala Cinza/200 */
  color: #63686c;
  width: 100%;
  max-width: 592px;
}
.slider-wrapper {
  margin-top: 64px;
  padding-bottom: 160px;
}
.glide__arrows {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.glide__arrow {
  width: 56px;
  height: 56px;
  background-color: #a4aaae;
  border-radius: 1000px;
  border: 0;
  cursor: pointer;
  color: #fff;
}
.glide__arrow:hover {
  background-color: #ccc;
}
.fourth-section {
  padding: 144px 0;
  background-color: #ebf1f6;
}
.fourth-section p {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  /* or 120% */

  /* Escala Cinza/900 */
  color: #14181b;
  width: 100%;
  max-width: 592px;
  margin-bottom: 32px;
}
.fourth-section-text {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  /* or 120% */

  /* Escala Cinza/900 */
  color: #14181b;
}
.rating-pics span {
  height: fit-content;
}
.fourth-section .rating-pics {
  margin-bottom: 32px;
}
.fourth-section .playstore-rate {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  /* Escala Cinza/200 */
  color: #63686c;
  margin-bottom: 10px;
}
.fourth-section > .container {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.cta-app-wrapper {
  padding: 32px;
  background-color: #dde3e7;
  border-radius: 16px;
}
.cta-app-wrapper p {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  /* or 125% */

  /* Escala Cinza/800 */
  color: #1e2226;
  margin-bottom: 24px;
}
.cta-app-wrapper a p {
  color: red;
}
.cta-app {
  display: flex;
  gap: 16px;
  background-color: #005ebd;
  padding: 12px 16px;
  border-radius: 4px;
  width: fit-content;
  margin-top: 24px;
}
.cta-app-wrapper span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  /* Escala Cinza/300 */
  color: #575c60;
}
.cta-text {
  display: flex;
  flex-direction: column;
}
.fourth-section {
  position: relative;
}
.fourth-section > img {
  position: absolute;
  top: -70px;
  left: 70%;
}
.fiveth-section {
  padding: 24px 0;
  background-color: #005ebd;
}
.fiveth-section > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fiveth-section-first-text {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  /* or 120% */
  font-family: "Cabinet Grotesk";

  /* Escala Cinza/0 */
  color: #faffff;
  width: 100%;
  max-width: 490px;
}
.fiveth-section-second-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */

  /* Escala Cinza/0 */
  color: #faffff;
  width: 100%;
  max-width: 490px;
}
.sixth-section {
  margin-top: 160px;
  position: relative;
  padding-bottom: 64px;
}
.title-1-section-doubt {
  background-color: #bfe5ff;
  padding: 4px 16px;
  display: block;
  width: fit-content;
  border-radius: 1000px;
  color: #005ebd;
  margin-bottom: 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */

  text-align: center;

  /* Secundária/300 */

  color: #005ebd;
}
.sixth-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.title-section-doubt {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height, or 125% */
  text-align: center;

  /* Escala Cinza/900 */
  color: #14181b;
  margin-bottom: 16px;
}
.desc-section-doubt {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  text-align: center;

  /* Escala Cinza/200 */
  color: #63686c;
  width: 100%;
  max-width: 590px;
}
.talk-img {
  position: absolute;
  left: 0;
  top: 10px;
}
.talk-img-2 {
  position: absolute;
  right: 0;
  top: -100px;
}
.text-number-step {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */

  /* Escala Cinza/900 */
  color: #14181b;
}
.drop-down-section {
  padding-bottom: 84px;
}
.drop-down {
  width: 100%;
  max-width: 592px;
  border-left: 4px solid #282d30;
  padding: 16px 32px;
  background-color: #f8f8f8;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 8px;
}
.title-drop-down {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  /* Escala Cinza/900 */
  color: #14181b;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #ced4d9;
}
.text-drop-down {
  margin-top: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */

  /* Escala Cinza/300 */
  color: #575c60;
}
.drop-down > img {
  position: absolute;
  right: 20px;
  top: 22px;
}
.activeDropDown {
  height: fit-content !important;
}
.drop-down-section .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.drop-down-section ul {
  margin-left: 2%;
}
.drop-down-section li {
  list-style: none;
}
.seventh-section {
  padding: 64px 0 0 0;
  background-color: #005ebd;
  width: 100%;
}

.seventh-section p {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  /* or 120% */
  text-align: center;

  /* Escala Cinza/0 */
  color: #faffff;
  width: 100%;
  max-width: 592px;
  margin-top: 24px;
}
.seventh-section a {
  background-color: #1f8ef5;
  padding: 16px 0;
  margin-top: 24px;
  border-radius: 1000px;
  display: block;
  width: 178px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */

  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.seventh-section .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.tg-icon-1 {
  position: absolute;
  top: -160px;
  left: 0;
  border-radius: 1000px;
}
.tg-icon-2 {
  position: absolute;
  bottom: 20px;
  left: 200px;
}
.tg-icon-3 {
  position: absolute;
  bottom: 0;
  right: 120px;
  width: 100%;
  max-width: 150px;
}

.tg-icon-4 {
  position: absolute;
  top: -30px;
  right: 120px;
  display: block;
}
.footer-1 {
  padding: 24px 0 40px 0;
  background-color: #0046a1;
}
.logo-and-app {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-footer p {
  width: 100%;
  max-width: 133px;
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */

  color: #ffffff;
}
.seventh-section .container p {
  font-family: "Cabinet Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  /* or 120% */
  text-align: center;

  /* Escala Cinza/0 */
  color: #faffff;
}
.footer-2 {
  background-color: #0046a1;
  padding: 40px 0;
}
.footer-2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-2 ul li,
.footer-2 ul li a {
  color: #fff;
}
.footer-2 ul li {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  color: #ffffff;
  list-style: none;
}
.footer-2 ul li a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

  color: #ffffff;
  text-decoration: none;
}
.footer-copyright {
  padding: 8px 0;
  background-color: #003b93;
}
.footer-copyright p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  text-align: center;

  color: #ffffff;
}
.available {
  margin-bottom: 8px;
}
.app-icon {
  position: relative;
  top: 4px;
}
.nav-list-item-link:hover {
  color: #bfbfbf !important;
}
button,
.button-1-to-2,
.button-2-to-3,
.copy-pix-code,
.button-back-to-page {
  cursor: pointer !important;
}
button:hover,
.button-1-to-2:hover,
.button-2-to-3:hover,
.copy-pix-code:hover,
.button-back-to-page:hover {
  background-color: #1f8ef5 !important;
}
.step-main-text-2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */

  /* Escala Cinza/300 */

  color: #575c60;
  padding: 8px 16px;
  background-color: #ebf1f6;

  width: 100%;
  max-width: 500px;
  margin-top: 16px;
}
.activeDropDown {
  border-left: 4px solid #ffc600;
}
.reclame-aqui-link-wrapper {
  margin-top: 16px;
}
.reclame-aqui-link {
  margin-top: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */

  /* Escala Cinza/300 */
  color: #575c60;
  text-decoration: none;
}
.reclame-aqui-link-wrapper img {
  position: relative;
  top: 2px;
  width: 16px;
}
.glide__slide img {
  width: 100%;
}
.nav-list-mobile {
  z-index: 90;
}
.timer-container {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  font-size: 2em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#progress-bar-1 {
  width: 100%;
  max-width: 400px;
  height: 10px;
  background-color: #ddd;
}

#progress-bar-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005ebd;
  transform-origin: left;
}

#timer {
  position: relative;
  z-index: 1;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  /* or 171% */

  /* Escala Cinza/300 */

  color: #575c60;
  margin: 10px 0;
}
.progress-bar-wrapper {
  background-color: #ccc;
  width: 100%;
  max-width: 400px;
}
.timer-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */

  /* Escala Cinza/300 */

  color: #575c60;
}
.timer-container.none {
  display: none;
}
.main-section-cta-wrapper form button {
  animation: myAnim 1s ease 0s infinite normal forwards !important;
}
@keyframes myAnim {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
