html {
  scroll-behavior: smooth!important;
}

#comprar-form {
  scroll-margin-top: 600px;
}

.diagonal-bg {
 

  background: linear-gradient(135deg, black 50%, #ba4c8d 50%)!important;
}

.diagonal-bg-two {
 

  background: linear-gradient(135deg, #ba4c8d 50%, black 50%)!important;
}



.pink-section::before {
   
    background: black;
    opacity: 80%; 
}

.white-label{
    color:white!important;
}


.key-points-item-content p {
    font-size: 15px!important;
}

/* CONTENEDOR GENERAL */
.nutrition-wrapper{
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 18px 14px 18px;

  background: #2f2f2f;
  color: #e6e6e6;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.15;

  border-radius: 6px;
}

/* TITULO */
.nutrition-wrapper h2{
  margin: 0 0 10px 0;
  text-align: center;

  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;

  color: #f0f0f0;
}

/* TEXTOS SUPERIORES */
.nutrition-wrapper p{
  margin: 2px 0;
  font-size: 12px;
  font-weight: 600;
  color: #eaeaea;
}

/* TABLAS */
.nutrition-wrapper table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;

  background: transparent;
  color: #e6e6e6;

  /* IMPORTANTE: quitamos el borde feo del atributo border=1 */
  border: none;
}

/* HEADERS DE TABLA */
.nutrition-wrapper thead th{
  font-size: 11px;
  font-weight: 800;
  color: #f2f2f2;

  padding: 6px 6px;
  text-align: center;

  border-bottom: 2px dashed #d46aa2;  /* línea punteada rosada */
}

/* PRIMERA COLUMNA HEADER VACÍA */
.nutrition-wrapper thead th:first-child{
  text-align: left;
}

/* CELDAS */
.nutrition-wrapper td,
.nutrition-wrapper th{
  padding: 2px 6px;
}

/* BODY FILAS */
.nutrition-wrapper tbody td{
  font-size: 11px;
  font-weight: 600;
  color: #e8e8e8;

  border: none;
}

/* PRIMERA COLUMNA (NOMBRES) */
.nutrition-wrapper tbody td:first-child{
  width: 35%;
  text-align: left;
  font-weight: 700;
  color: #f0f0f0;
}

/* COLUMNA UNIDADES */
.nutrition-wrapper tbody td:nth-child(2){
  width: 8%;
  text-align: center;
  color: #cfcfcf;
  font-weight: 700;
}

/* COLUMNAS NUMÉRICAS */
.nutrition-wrapper tbody td:nth-child(3),
.nutrition-wrapper tbody td:nth-child(4),
.nutrition-wrapper tbody td:nth-child(5){
  text-align: right;
  width: 19%;
  font-weight: 700;
  color: #f0f0f0;
}

/* FILA "Ingredientes" */
.nutrition-wrapper tbody tr:first-child td{
  padding-top: 6px;
  padding-bottom: 4px;

  font-weight: 800;
  color: #ffffff
}

.our-faqs.diagonal-bg-two{
  position: relative; /* NECESARIO para el overlay */
  overflow: hidden;   /* por si hay diagonales o efectos */
}

/* Overlay negro encima del background rosado */
.our-faqs.diagonal-bg-two::before{
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */

  background: rgba(0,0,0,0.7);
  z-index: 1;
}

/* Asegura que el contenido quede por encima del overlay */
.our-faqs.diagonal-bg-two > .container{
  position: relative;
  z-index: 2;
}
