@font-face {
  font-family: "NEW Science";
  src: url("./fonts/fonnts.com-New_Science_Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NEW Science Bold";
  src: url("./fonts/fonnts.com-New_Science_Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NEW Science Bold Extended";
  src: url("./fonts/fonnts.com-New_Science_Bold_Extended.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NEW Science Regular Extended";
  src: url("./fonts/fonnts.com-New_Science_Regular_Extended.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NEW Science Medium";
  src: url("./fonts/fonnts.com-New_Science_Medium.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NEW Science Medium Extended";
  src: url("./fonts/fonnts.com-New_Science_Medium_Extended.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NEW Science Semibold";
  src: url("./fonts/fonnts.com-New_Science_SemiBold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "NEW Science", sans-serif;
  margin: 0;
}

.fi {
  font-size: 24px;
}

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

@media (min-width: 200px) {
  .desktop {
    display: none;
  }
  .sec-1,
  .sec-2,
  .sec-3 {
    position: relative;
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec-1 .bg-section,
  .sec-2 .bg-section,
  .sec-3 .bg-section {
    width: 100%;
    position: absolute;
  }
  .sec-1 {
    height: auto;
    background: #3dadd7;
  }
  .sec-1 .box-formulario {
    position: relative;
    width: 89.4444444444vw;
    height: auto;
    background: #c6ff00;
    border-radius: 3.0555555556vw;
    padding: 5vw 8.3333333333vw 7.2222222222vw 8.3333333333vw;
    text-align: center;
    z-index: 5;
    margin-top: 13vw;
  }
  .sec-1 .box-formulario .topo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.037037037vw;
  }
  .sec-1 .box-formulario .topo h2 {
    font-size: 4vw;
    line-height: 1.1;
    color: #003d1f;
    font-family: "NEW Science Semibold", sans-serif;
  }
  .sec-1 .box-formulario .topo h2 b {
    font-weight: 900;
    font-family: "NEW Science Bold", sans-serif;
  }
  .sec-1 .box-formulario .topo .h2-1 {
    margin-right: 1.8518518519vw;
  }
  .sec-1 .box-formulario .topo .h2-2 {
    margin-left: 1.2962962963vw;
  }
  .sec-1 .box-formulario .topo .logo {
    width: 19.4444444444vw;
  }
  .sec-1 .box-formulario .mensagem-final {
    margin-top: 2.1vw;
  }
  .sec-1 .box-formulario .mensagem-final p {
    font-size: 2.3453703704vw;
    font-weight: bold;
    line-height: 1.3;
    color: #003d1f;
  }
  .sec-1 .box-formulario .mensagem-final p b {
    background: #124220;
    color: #c6ff00;
    padding-left: 0.7777777778vw;
    padding-right: 0.7777777778vw;
  }
  .sec-1 .box-formulario .sucesso {
    margin-top: 28px;
    padding: 24px;
    border-radius: 18px;
    background: #003d1f;
    color: #c6ff00;
  }
  .sec-1 .box-formulario .hidden {
    display: none;
  }
  .sec-1 .bg-section-1 {
    width: 138vw;
    z-index: 5;
    margin-top: -6vw;
    margin-left: -16vw;
  }
  .sec-1 .bg-section-2 {
    z-index: 1;
    width: 100vw;
    margin-top: -148vw;
  }
  .sec-1 .bg-section-3 {
    width: 48vw;
    z-index: 6;
    margin-top: 18vw;
    margin-left: -52vw;
  }
  .sec-1 .bg-section-4 {
    width: 100%;
    z-index: 5;
    margin-top: -47vw;
  }
  .sec-1 .limao {
    width: 23vw;
    z-index: 5;
    margin-top: -86vw;
    margin-left: 77vw;
  }
  .sec-1 .carrosel-cards {
    width: 100%;
    margin-top: -189vw;
    z-index: 5;
  }
  .sec-1 .carrosel-cards .track {
    display: flex;
    width: max-content;
    gap: 2vw;
    animation: scroll-infinito 25s linear infinite;
  }
  .sec-1 .carrosel-cards .card {
    flex-shrink: 0;
  }
  .sec-1 .carrosel-cards .card img {
    display: block;
    width: 24.4vw;
    height: auto;
    user-select: none;
    pointer-events: none;
  }
  @keyframes scroll-infinito {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .sec-1 .box-como-ganhar {
    top: 286vw;
    z-index: 5;
    margin-top: 4vw;
    margin-bottom: 65vw;
  }
  .sec-1 .box-como-ganhar .titulo {
    text-align: center;
    font-family: "NEW Science Bold", sans-serif;
    font-size: 6.6666666667vw;
    color: #01441f;
  }
  .sec-1 .box-como-ganhar .box-rota {
    margin-top: 7vw;
    width: 100vw;
    position: relative;
    height: 53vw;
  }
  .sec-1 .box-como-ganhar .box-rota p {
    color: #01441f;
    font-size: 3.912037037vw;
    text-align: center;
    position: absolute;
    line-height: 0.9;
  }
  .sec-1 .box-como-ganhar .box-rota p b {
    font-family: "NEW Science Bold", sans-serif;
  }
  .sec-1 .box-como-ganhar .box-rota .p-1 {
    left: 40vw;
    top: -0.4vw;
  }
  .sec-1 .box-como-ganhar .box-rota .p-2 {
    left: 51.6vw;
    top: 15.5vw;
  }
  .sec-1 .box-como-ganhar .box-rota .p-3 {
    left: 32vw;
    top: 30vw;
  }
  .sec-1 .box-como-ganhar .box-rota .p-4 {
    left: 42vw;
    top: 44.2vw;
  }
  .sec-1 .texto-final {
    font-size: 2.962962963vw;
    text-align: center;
    color: #01441f;
    line-height: 1.1;
    margin-top: 4vw;
  }
  .sec-1 .texto-final b {
    font-family: "NEW Science Bold", sans-serif;
  }
  .sec-1 .motion {
    position: absolute;
    bottom: -22vw;
    z-index: 5;
    width: 80vw;
  }
  .sec-2 {
    margin-top: -1px;
  }
  .sec-2 .titulo-inicial {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 4vw;
  }
  .sec-2 .titulo-inicial .p-1 {
    color: #cfff2e;
    text-align: center;
    font-size: 4.462962963vw;
    font-family: "NEW Science Semibold", sans-serif;
    margin-right: 2vw;
  }
  .sec-2 .titulo-inicial img {
    width: 30.3703703704vw;
  }
  .sec-2 .box-finance {
    position: relative;
    margin-bottom: 4.277778vw;
    margin-top: 86vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sec-2 .box-finance .box-finance-int {
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .sec-2 .box-finance .box-finance-int p {
    font-family: "NEW Science Semibold", sans-serif;
    font-size: 3.3777777778vw;
    color: #cfff2e;
  }
  .sec-2 .box-finance .box-finance-int .p-1 {
    margin-right: 2vw;
    margin-top: 3vw;
  }
  .sec-2 .box-finance .box-finance-int .p-2 {
    margin-top: 3vw;
  }
  .sec-2 .box-finance .box-finance-int img {
    width: 33.3333333333vw;
  }
  .sec-2 .box-finance .line {
    margin-top: 6.018519vw;
    background-color: #cfff2e;
    width: 13.8888888889vw;
    height: 2px;
  }
  .sec-2 .box-faq {
    position: relative;
    margin-bottom: 11vw;
  }
  .sec-2 .box-faq .faq-titulo {
    color: #cfff2e;
    text-align: center;
    font-size: 4.2305555556vw;
    font-family: "NEW Science Semibold", sans-serif;
    margin-bottom: 5.185185vw;
  }
  .sec-2 .box-faq .faq-lista {
    width: 86.1111111111vw;
    border: 0.0925925926vw solid #cfff2e;
    overflow: hidden;
  }
  .sec-2 .box-faq .faq-lista .faq-item {
    border-bottom: 0.0925925926vw solid #cfff2e;
  }
  .sec-2 .box-faq .faq-lista .faq-item:last-child {
    border-bottom: 0;
  }
  .sec-2 .box-faq .faq-lista .faq-item.active .faq-pergunta .seta::before {
    transform: rotate(0deg);
    top: 50%;
  }
  .sec-2 .box-faq .faq-lista .faq-item.active .faq-pergunta .seta::after {
    transform: rotate(0deg);
    top: 50%;
  }
  .sec-2 .box-faq .faq-lista .faq-item.active .faq-resposta {
    max-height: 46.2962962963vw;
    opacity: 1;
    padding: 0 3.6111111111vw 5.9259259259vw 3.6111111111vw;
  }
  .sec-2 .box-faq .faq-lista .faq-pergunta {
    align-items: center;
    color: #cfff2e;
    cursor: pointer;
    display: flex;
    font-size: 2.962962963vw;
    justify-content: space-between;
    padding: 2.7777777778vw 3.6111111111vw 1.8518518519vw 2.7777777778vw;
    position: relative;
  }
  .sec-2 .box-faq .faq-lista .faq-pergunta i {
    display: none;
  }
  .sec-2 .box-faq .faq-lista .faq-pergunta .seta {
    position: absolute;
    right: 3vw;
    width: 3.4vw;
    top: 3vw;
  }
  .sec-2 .box-faq .faq-lista .faq-pergunta .seta::before, .sec-2 .box-faq .faq-lista .faq-pergunta .seta::after {
    background: #cfff2e;
    content: "";
    height: 0.1851851852vw;
    position: absolute;
    top: 50%;
    transition: 0.3s ease;
    width: 3.4vw;
  }
  .sec-2 .box-faq .faq-lista .faq-pergunta .seta::before {
    left: -1.3vw;
    transform: rotate(45deg);
    transform-origin: left center;
  }
  .sec-2 .box-faq .faq-lista .faq-pergunta .seta::after {
    right: 0.0925925926vw;
    transform: rotate(-45deg);
    transform-origin: right center;
  }
  .sec-2 .box-faq .faq-lista .faq-resposta {
    color: #fff;
    font-size: 2.5925925926vw;
    line-height: 1.4;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 2rem;
    transition: max-height 0.45s ease, opacity 0.3s ease, padding 0.45s ease;
  }
  .sec-2 .box-faq .faq-lista .faq-resposta p {
    margin-bottom: 0.1vw;
  }
  .sec-2 .box-faq .faq-lista .faq-resposta p:last-child {
    margin-bottom: 0;
  }
  .sec-2 .box-faq .faq-lista .faq-resposta ul {
    display: flex;
    flex-direction: column;
    gap: 0.1vw;
    margin-bottom: 0.1vw;
    padding-left: 3vw;
  }
  .sec-2 .box-faq .faq-lista .faq-resposta ul li {
    list-style: disc;
  }
  .sec-2 .box-faq .faq-lista .faq-resposta a {
    color: #cfff2e;
  }
  .sec-3 .bg-section {
    height: 100%;
  }
  .sec-3 {
    height: 80.37037vw;
  }
  .sec-3 .box-thankyou {
    position: relative;
    margin-top: 11.5740740741vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec-3 .box-thankyou .ty-heading {
    margin-bottom: 2.7777777778vw;
    background: #01441f;
    width: 58.3333333333vw;
    height: 7.6851851852vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 5vw;
    font-size: 3.1481481481vw;
    font-family: "NEW Science Bold Extended", sans-serif;
    color: #cfff2e;
  }
  .sec-3 .box-thankyou .ty-apps a img {
    width: 28.2407407407vw;
  }
  .sec-3 .box-thankyou .ty-apps .btn-google {
    margin-right: 1.8518518519vw;
  }
  .sec-3 .box-thankyou .ty-social {
    margin-top: 5.0925925926vw;
    display: flex;
    align-items: center;
    width: 70vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec-3 .box-thankyou .ty-social .limao {
    position: absolute;
    right: -9vw;
    width: 18vw;
  }
  .sec-3 .box-thankyou .ty-social a {
    text-decoration: none;
    color: #01441f;
    font-size: 1.6vw;
    margin-right: 1.5vw;
    display: flex;
    align-items: center;
    margin-top: 1vw;
  }
  .sec-3 .box-thankyou .ty-social a i {
    margin-right: 1vw;
    font-size: 4.444444vw;
    color: #01441f;
  }
  .sec-3 .box-thankyou .ty-divider {
    width: 18.5185185185vw;
    height: 0.1851851852vw;
    background: #01441f;
    margin-top: 4.537037037vw;
    margin-bottom: 3.2407407407vw;
  }
  .sec-3 .box-thankyou .ty-legal {
    font-size: 1.7287037037vw;
    font-family: "NEW Science Medium Extended", sans-serif;
    width: 77.111111vw;
    text-align: center;
    line-height: 1.2;
  }
  .sec-3 .box-thankyou .ty-legal a {
    color: #01441f;
  }
}
@media (min-width: 1080px) {
  .mobile {
    display: none !important;
  }
  .desktop {
    display: block;
  }
  .sec-1 {
    height: auto;
    background: #3dadd7;
    overflow: initial;
  }
  .sec-1 .box-formulario {
    width: 57.444444vw;
    border-radius: 3.0555555556vw;
    padding: 2.9vw 4.333333vw 3.222222vw 4.333333vw;
    margin-top: 12vw;
  }
  .sec-1 .box-formulario .topo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.037037037vw;
  }
  .sec-1 .box-formulario .topo h2 {
    font-size: 2.3vw;
    line-height: 1.1;
    color: #003d1f;
    font-family: "NEW Science Semibold", sans-serif;
  }
  .sec-1 .box-formulario .topo h2 b {
    font-weight: 900;
    font-family: "NEW Science Bold", sans-serif;
  }
  .sec-1 .box-formulario .topo .h2-1 {
    margin-right: 1.8518518519vw;
  }
  .sec-1 .box-formulario .topo .h2-2 {
    margin-left: 1.2962962963vw;
  }
  .sec-1 .box-formulario .topo .logo {
    width: 13.444444vw;
  }
  .sec-1 .box-formulario .mensagem-final {
    margin-top: 0;
  }
  .sec-1 .box-formulario .mensagem-final p {
    font-size: 1.34537vw;
    font-weight: bold;
    line-height: 1.3;
    color: #003d1f;
  }
  .sec-1 .box-formulario .mensagem-final p b {
    background: #124220;
    color: #c6ff00;
    padding-left: 0.7777777778vw;
    padding-right: 0.7777777778vw;
  }
  .sec-1 .box-formulario .sucesso {
    margin-top: 28px;
    padding: 24px;
    border-radius: 18px;
    background: #003d1f;
    color: #c6ff00;
  }
  .sec-1 .box-formulario .hidden {
    display: none;
  }
  .sec-1 .bg-section-1 {
    width: 83vw;
    margin-top: -2vw;
    margin-left: 0;
  }
  .sec-1 .bg-section-2 {
    margin-top: -64vw;
  }
  .sec-1 .limao {
    margin-top: -70vw;
  }
  .sec-1 .bg-section-3 {
    width: 28vw;
    margin-top: 0vw;
    margin-left: -22vw;
  }
  .sec-1 .bg-section-4 {
    width: 100%;
    z-index: 5;
    margin-top: -27vw;
  }
  .sec-1 .carrosel-cards {
    margin-top: -182vw;
  }
  .sec-1 .carrosel-cards .track {
    gap: 1vw;
    animation: scroll-infinito 20s linear infinite;
  }
  .sec-1 .carrosel-cards .card img {
    width: 15.8333333333vw;
  }
  @keyframes scroll-infinito {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .sec-1 .box-como-ganhar {
    margin-top: 5vw;
    margin-bottom: 74vw;
  }
  .sec-1 .box-como-ganhar .box-rota {
    margin-top: 10vw;
  }
  .sec-1 .motion {
    bottom: -28vw;
  }
  .sec-2 {
    margin-top: -4px;
  }
  .sec-2 .titulo-inicial {
    margin-top: 16vw;
  }
  .sec-2 .titulo-inicial .p-1 {
    font-size: 5.462963vw;
    margin-right: 2vw;
  }
  .sec-2 .titulo-inicial img {
    width: 37.37037vw;
  }
  .sec-2 .stikers {
    margin-top: 4vw;
    position: relative;
    width: 79vw;
  }
  .sec-2 .box-finance {
    margin-bottom: 6.277778vw;
    margin-top: 3vw;
  }
  .sec-2 .box-finance .box-finance-int {
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .sec-2 .box-faq {
    margin-bottom: 25vw;
  }
  .sec-2 .box-faq .faq-lista {
    width: 84.111111vw;
  }
  .sec-2 .box-faq .faq-lista .faq-pergunta .seta::before {
    left: -1.32vw;
  }
  .sec-3 {
    height: 84.37037vw;
  }
  .sec-3 .box-thankyou {
    margin-top: 14.574074vw;
  }
  .sec-3 .box-thankyou .ty-social .limao {
    width: 20vw;
  }
}
@media (min-width: 200px) {
  .sec-envio {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .sec-envio .bg-section-envio {
    width: 100%;
  }
  .sec-envio .bg-envio-1 {
    width: 100%;
  }
  .sec-envio .logo-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min-content;
    margin-top: -116vw;
    margin-left: 23vw;
  }
  .sec-envio .logo-top p {
    font-family: "NEW Science Regular Extended", sans-serif;
    font-size: 4.018519vw;
    background: #cfff2e;
    padding: 0.9259259259vw 0.462962963vw;
    width: fit-content;
    margin-top: 0.3vw;
    color: #003d1f;
  }
  .sec-envio .logo-top .logo-1 {
    width: 27.7777777778vw;
  }
  .sec-envio .logo-2 {
    position: relative;
    margin-left: 7vw;
    margin-top: 8vw;
    width: 36.1111111111vw;
    z-index: 1;
  }
  .sec-envio .bg-envio-2 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 68vw;
  }
  .sec-envio .conteudo {
    position: relative;
  }
  .sec-envio .conteudo .box-logo2 {
    position: relative;
    margin-left: 7vw;
    margin-top: 8vw;
  }
  .sec-envio .conteudo .box-logo2 img {
    width: 36.1111111111vw;
  }
  .sec-envio .conteudo .text {
    margin-top: 3vw;
    color: #01441f;
    font-size: 3.599074vw;
    line-height: 1.2;
    text-align: center;
  }
  .sec-envio .conteudo .text .p1 {
    color: #01441f;
    font-size: 3.599074vw;
    line-height: 1.2;
    font-family: "NEW Science Semibold", sans-serif;
  }
  .sec-envio .conteudo .text .p2 {
    color: #cfff2e;
    font-size: 3.599074vw;
    line-height: 1.2;
    background: #01441f;
    padding: 0.4259259259vw 0.462962963vw;
  }
  .sec-envio .conteudo .line {
    margin: 0 auto;
    width: 16.4814814815vw;
    height: 0.1851851852vw;
    background: #01441f;
    margin-top: 3.2407407407vw;
    margin-bottom: 8.3333333333vw;
  }
  .sec-envio .conteudo .box-missoes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #c2f235;
    width: fit-content;
    padding: 3.2vw 2vw;
    border-radius: 3vw;
    margin: 0 auto;
    margin-bottom: 1vw;
  }
  .sec-envio .conteudo .ty-apps {
    margin-top: 6.3888888889vw;
    display: flex;
    justify-content: center;
  }
  .sec-envio .conteudo .ty-apps .btn-google {
    margin-right: 1.8518518519vw;
  }
  .sec-envio .conteudo .ty-apps a img {
    width: 39vw;
  }
  .sec-envio .conteudo .ty-social-desktop {
    display: none;
  }
  .sec-envio .conteudo .ty-social {
    margin: 0 auto;
    margin-top: 4.0925925926vw;
    display: flex;
    align-items: center;
    width: min-content;
    position: relative;
  }
  .sec-envio .conteudo .ty-social .left {
    display: flex;
    flex-direction: column;
    margin-right: 3vw;
  }
  .sec-envio .conteudo .ty-social .right {
    display: flex;
    flex-direction: column;
  }
  .sec-envio .conteudo .ty-social a {
    text-decoration: none;
    color: #01441f;
    font-size: 3vw;
    margin-right: 1.5vw;
    display: flex;
    align-items: center;
    margin-top: 1vw;
    white-space: nowrap;
  }
  .sec-envio .conteudo .ty-social a i {
    margin-right: 2vw;
    font-size: 7.444444vw;
    color: #01441f;
  }
  .sec-envio .conteudo .final {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5.1296296296vw;
    margin-bottom: 10vw;
  }
  .sec-envio .conteudo .final p {
    font-size: 4.377778vw;
    color: #01441f;
    font-family: "NEW Science Semibold", sans-serif;
  }
  .sec-envio .conteudo .final .p-1 {
    margin-right: 2vw;
    margin-top: 3vw;
  }
  .sec-envio .conteudo .final .p-2 {
    margin-top: 3vw;
  }
  .sec-envio .conteudo .final img {
    width: 34.314815vw;
  }
}
@media (min-width: 1080px) {
  .sec-envio .logo-top {
    margin-top: -83vw;
    margin-left: 28vw;
  }
  .sec-envio .logo-top p {
    font-size: 3.018519vw;
    margin-top: 0.3vw;
  }
  .sec-envio .logo-top .logo-1 {
    width: 19.777778vw;
  }
  .sec-envio .logo-2 {
    margin-left: 36vw;
    margin-top: 4vw;
    width: 28.111111vw;
  }
  .sec-envio .bg-envio-2 {
    top: 52vw;
  }
  .sec-envio .conteudo {
    position: relative;
  }
  .sec-envio .conteudo .box-logo2 {
    margin-top: 5vw;
  }
  .sec-envio .conteudo .box-logo2 img {
    width: 36.1111111111vw;
  }
  .sec-envio .conteudo .line {
    margin-bottom: 1.333333vw;
  }
  .sec-envio .conteudo .box-missoes {
    padding: 1vw;
    border-radius: 3vw;
    margin-bottom: 1vw;
  }
  .sec-envio .conteudo .ty-apps a img {
    width: 18vw;
  }
  .sec-envio .conteudo .ty-social-desktop {
    margin-top: 4.0925925926vw !important;
    display: flex;
    align-items: center;
    width: 49vw;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .sec-envio .conteudo .ty-social-desktop .left {
    margin-right: 3vw;
  }
  .sec-envio .conteudo .ty-social-desktop a {
    text-decoration: none;
    color: #01441f;
    font-size: 1.5vw;
    margin-right: 1.5vw;
    display: flex;
    align-items: center;
    margin-top: 1vw;
    white-space: nowrap;
  }
  .sec-envio .conteudo .ty-social-desktop a i {
    margin-right: 1vw;
    font-size: 3.444444vw;
    color: #01441f;
  }
  .sec-envio .conteudo .final {
    margin-top: 8.12963vw;
    margin-bottom: 10vw;
  }
  .sec-envio .conteudo .final p {
    font-size: 2.377778vw;
  }
  .sec-envio .conteudo .final .p-1 {
    margin-right: 2vw;
    margin-top: 3vw;
  }
  .sec-envio .conteudo .final .p-2 {
    margin-top: 3vw;
  }
  .sec-envio .conteudo .final img {
    width: 16.314815vw;
  }
}

/*# sourceMappingURL=index.css.map */
