.warning-container {
  font-family: 'Montserrat', 'Arial Black', Arial, sans-serif;
}

.info-container {
  padding-left: 15px;
  padding-right: 15px;
}

.big-title {
  color: #c1272d;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

.big-title .title-bar {
  background: #c1272d;
  color: #fff;
  padding: 0px 4px 0px 4px;
  border-radius: 4px;
  display: inline-block;
}

.big-title .title-normal {
  color: #c1272d;
}

.title-bar-upper {
  font-size: 6rem;
}

.title-bar-lower {
  font-size: 28px;
  margin-top: 8px
}

@media only screen and (max-width: 720px) {
  .title-bar-upper {
    font-size: 3rem;
  }

  .title-bar-lower {
    font-size: 16px;
  }

  .big-title {
    margin-bottom: 12px;
  }
}

.product-section {
  text-align: center;
  padding: 40px 20px;
}

.product-video {
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
}

@media only screen and (max-width: 720px) {
  .product-section {
    padding: 0px;
  }

  .product-video {
    max-width: 400px;
  }
}

.risk-section {
  text-align: center;
  padding: 40px 20px;
}

.risk-title {
  color: #c1272d;
  margin-bottom: 32px;
  font-size: 38px;
  font-weight: 600;
}

.risk-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.risk-card {
  display: flex;
  flex-direction: column;
  width: 22%;
  background-color: #f3f0e9;
  padding: 0px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
}

.risk-card img {
  width: 100%;
  height: auto;
}

.risk-card p {
  margin: 16px 20px;
  font-size: 24px;
  text-align: left;
}

.risk-number {
  width: 32px;
  height: 32px;
  background: #b92827;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  margin: 12px;
}

.video-embed {
  width: 560px;
  height: 400px;
}

@media only screen and (max-width: 720px) {
  .risk-section {
    padding: 24px 20px;
  }

  .risk-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .risk-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
  }

  .risk-card {
    width: 100%;
  }

  .risk-card p {
    margin: 10px 12px;
    font-size: 14px;
    text-align: left;
  }

  .risk-number {
    width: 32px;
    height: 32px;
    font-size: 18px;
    margin: 10px;
  }

  .video-embed {
    width: 300px;
    height: 250px;
  }
}

.cuidado-bar {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 720px) {
  .cuidado-bar-mobile {
    display: none;
  }
}

@media only screen and (max-width: 720px) {
  .cuidado-bar-web {
    display: none;
  }
}

.nutrex-seal-section {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('https://cdn.shopify.com/s/files/1/0288/3099/0420/files/landing_nutrex_fondo_sello_barra.png?v=1753738769');
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', 'Arial Black', Arial, sans-serif;
}

.seal-bg-overlay {
  background: rgba(0, 0, 0, 0.75);
  padding: 0;
}

.seal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}

.seal-title {
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  margin-top: 0;
}

.seal-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.seal-logo-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.seal-img {
  width: 350px;
  height: auto;
  border-radius: 50%;
}

.seal-desc-col {
  flex: 1 1 320px;
  font-size: 16px;
  line-height: 1.45;
  color: #fff;
  font-weight: 400;
  text-align: left;
  width: 420px;
}

.seal-benefits {
  list-style-type: none;
  padding-left: 0;
}

.description-text {
  text-align: justify;
}

@media only screen and (max-width: 720px) {
  .nutrex-seal-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 600px;
  }

  .seal-row {
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    gap: 0px;
  }

  .seal-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .seal-img {
    width: 160px;
  }

  .seal-desc-col {
    font-size: 12px;
    width: 90%;
    margin: 20px;
  }
}

.footer {
  background-color: #fff;
  color: #111;
  padding: 12px;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
}

.footer-content p {
  font-size: 16px;
  margin: 0;
}

@media only screen and (max-width: 720px) {
  .footer-content p {
    font-size: 10px;
  }
}