* {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

html, body {
    font-size: 72.5%;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

:target {
    scroll-margin-top: .8em;
}


.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

hr {
    width: 100%;
    border-color: #FF701E;
}

.content-info {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.4rem;
}

.head h1 {
    font-size: 3.6rem;
    color: #fff;
    line-height: 4.6rem;
    text-align: center;
}

.head h3 {
    font-size: 2rem;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    margin-top: 1rem
}

.content-video {
    border-radius: 18px;
    width: 100%;
    margin-top: 2rem;
}

.head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.head p {
    color:  #fff;
    font-size: 1.4rem;;
    font-weight: 500;
    margin-bottom: 2rem;
}

.head h2 {
    color: #FFE400;
    font-size: 2rem;
    margin-top: 2rem;
}

.buy {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.buy > h2 {
    text-align: center;
    font-size: 1.6rem;

    margin-top: 2rem;
}

.buy > p {
    color: #DC484A;
    font-size: 1.3rem;
}

.buy > p span {
    color: #000;
    font-weight: bold;
}

.buy > span {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1rem;
}

.buy-cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 1.6rem;

    margin-top: 4rem;
    /* padding: 1.6rem; */
}

.buy-card {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;

    border: 4px solid #A2A2A2;
    border-radius: 16px;
    padding: 0.8rem 1.6rem;
    position: relative;
    z-index: 9;
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .5);
}

.popular {
    width: 100%;
    max-width: 360px;
}

.popular > h1 {  
    text-align: center;
    font-size: 2.4rem;
    color: #FFF;
    position: relative;
    z-index: 99;
    background-color: #D83644;
    border-radius: 12px 12px 0 0;

}

.product {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: relative
}

.product h1 {
    font-size: 2.2rem;
    text-align: center;
}

.product h2 {
    margin-top: -0.6rem;
    text-align: center;
    font-size: 1.4rem;
}



.prod {
    width: 100%;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product img {
    width: 100%;
    object-fit: contain;
    margin-top: 2rem;
}

.save {
    width: 75.9px;
    height: 80.75px;
    font-size: 24.1px;
    top: 5.59px;
    right: 28.35px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-family: Roboto Condensed, sans-serif;
    position: absolute;
    line-height: 1;
    letter-spacing: -.035em;
    transform: rotate(-10deg);
    background-image: url(../images/save-bubble-red.svg);
}

.save-alt {
    width: 75.9px;
    height: 80.75px;
    font-size: 24.1px;
    top: 5.59px;
    right: 28.35px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-family: Roboto Condensed, sans-serif;
    position: absolute;
    line-height: 1;
    letter-spacing: -.035em;
    transform: rotate(-10deg);
    background-image: url(../images/save-bubble.svg);
}

.product > p {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1.6rem;
    font-weight: bold;
}

.product > p s {
    color: #4e4e4e;
}

.product-info {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-info p {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

.product-info p svg {
    color: #08bc05;
}

.price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price {
    font-size: 6.4rem;
}

.price strong {
    font-size: 2rem;
    font-weight: 600;
    margin-top: -3rem;
}

.price span {
    font-size: 1.4rem;
    font-weight: normal;
}

.product-info > p {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.sell {
    width: 100%;
    padding: 1.2rem 1.6rem;
    background: linear-gradient(1turn,#ffb301,#ffde00);
    color: #000;
    text-align: center;
    text-decoration: none;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    font-size: 2.2rem;
    font-weight: bold;
    border-radius: 12px;

}

.sell span {
    border-radius: 80%;
    padding: 0.4rem;
    border: 1px solid #fce35d;
    background-color: #ffe400;
    background: linear-gradient(180deg,#ffb301,#ffde00);

    display: flex;
    align-items: center;
    justify-content: center;
}

.sell span > img {
    width: 100%;
    max-width: 24px;
    object-fit: contain;
}

.product-info > img {
    width: 100%;
    max-width: 180px;
    object-fit: contain;
    margin-top: 1rem;
}

.product-info h4 {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
    color: #fff;
    font-style: italic;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
}


.guarantee {
    width: 100%;
    border: 4px solid #000;
    border-radius: 16px;
    max-width: 620px;
}

.title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title span {
    font-size: 2.8rem;
    font-weight: bold;
}

.title img {
    width: 100%;
    max-width: 200px;
    object-fit: contain;
    margin-top: -3.2rem
}

.guarantee > h2 {
    text-align: center;
    font-size: 2rem;
    margin-top: 1.6rem;
}

.steps {
    width: 100%;
    padding: 1rem 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
}

.steps > h2 {
    width: 100%;
    max-width: 60px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    border-radius: 50%;
    padding: 1rem 0;
    display: none;
}

.steps p {
    font-size: 1.3rem;
}

.guarantee-imgs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;

    margin-top: 2rem;
}

.guarantee-imgs img {
    width: 100%;
    max-width: 150px;
    object-fit: contain;
}

.end p {
    font-size: 0.85rem;
    margin-top: 2rem;
    color: #747474;
    text-align: center;
}

.refs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.refs h2 {
    color: #000000;
    padding: 1rem 1.4rem;
    border-radius: 8px;
    font-size: 2rem;
    font-weight: normal;
}

  .ref-imgs {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 15px; /* Espaçamento entre as imagens */
  }

  .ref-imgs img {
      max-width: 160px;
      height: auto;
  }

  /* Estilização das referências */
  .ref-col {
      display: flex;
      flex-wrap: wrap;
      gap: 20px; /* Espaçamento entre colunas */
  }

  .ref-row {
      flex: 1;
      min-width: 300px; /* Para responsividade */
  }

  .ref-row ol {
      list-style: decimal;
      padding-left: 20px;
  }

  .ref-row ol li {
      list-style-position: outside; /* Mantém os números alinhados */
      margin-bottom: 10px; /* Espaçamento entre as referências */
      font-size: 14px;
      line-height: 1.6;
  }

  .ref-row ol li span {
      font-weight: bold;
  }

  .ref-row ol li i {
      font-style: italic;
      color: #777;
  }

.policy {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
}

.policy a {
    text-decoration: none;
    text-align: center;
    font-size: 1.3rem;
    color: #202020;
}

.end p {
    font-size: 0.85rem;
    margin-top: 2rem;
    color: #fafafa;
    text-align: center;
}

.end p a {
    color: #fafafa;
    text-decoration: none;
}

footer {
    width: 100%;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-info {
    width: 100%;
    max-width: 860px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.4rem;
}

.goods {
    width: 100%;
    padding: 0.6rem;
    background-color: #EAEAEA;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 2rem;
    border-radius: 12px;
}

.goods img {
    width: 100%;
    max-width: 180px;
    object-fit: contain;
}

.goods p {
    width: 100%;
    max-width: 600px;
    text-align: start;
    margin-top: 0;
}

@media(max-width: 728px) {
    .goods p {
        text-align: center;
    }
}

.ocultar {
    display: none;
}
