#nombre-producto
{
    color: #032a21;
}
#subtitulo
{
    color: #053529;
}
#info-alimento
{
    font-size: 14px;
    margin-top: 10px;
}
#logo-alimento
{
    max-height: 250px
}
.btn-transparent {
    background-color: transparent;
    border: 2px solid black;
    color: black;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 0;
    font-weight: bold;
}

.btn-transparent:hover {
    background-color: black;
    color: white;
}
.nav-tabs .nav-link.active {
  background-color: #032a21; /* Cambiar el color de fondo del item activo */
  font-weight: bold;
  color: white; /* Cambiar el color del texto del item activo */
  border-color: #032a21 !important;
}
.nav-tabs
{
    background-color: #053529;
    min-height: 50px;
}
.item-tab
{
    color: white;
}
.item-tab:hover
{
   background-color: #032a21; /* Cambiar el color de fondo del item activo */
  font-weight: bold;
  color: white; /* Cambiar el color del texto del item activo */
  border-color: #032a21 !important;
}
#text-composicion
{
    display: flex;
    align-items: center;
}
#text-nutricional
{
      font-size: 14px;
    margin-top: 10px;
}
#container-text
{
/*    height: 300px;  Ajusta la altura del contenedor según tus necesidades */
  display: flex;
  justify-content: center;
  align-items: center;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

th, td {
  padding: 10px;
  border: 1px solid #ccc;
}

th {
  background-color: #f2f2f2;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:hover {
  background-color: #e9e9e9;
}
.titulo-beneficios
{
    font-size: 20px;
}
.text-beneficios
{
    font-size: 13px;
}