.detail-container {
    max-width: 1200px;
    padding: 20px;
    margin: 50px auto;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}


/* Título de la página */
.title_panel {
    text-align: center;
    color: #00344f;
    font-weight: bold;
    font-size: 30px; /* Título más grande */
    margin-bottom: 20px;
    flex-grow: 1; /* Asegura que el título ocupe el espacio restante */
}

.img-thumbnail {
    max-width: 150px; /* Ajusta el tamaño máximo de las imágenes */
    height: auto; /* Mantener la proporción */
    display: block;
    margin: 0 auto; /* Centrar las imágenes */
}

.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}



/* Párrafos */
p {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
}

/* Productos Excluidos */
h3 {
    color: #004d5a;
    font-weight: bold;
    margin-top: 25px;
    font-size: 24px; /* Título más grande */
}

/* Lista de productos excluidos */
ul {
    list-style-type: disc;
    margin-left: 40px;
    padding-left: 20px;
    color: #444;
    font-size: 16px;
}

/* Estilo de las imágenes */
.img-fluid {
    border-radius: 15px;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1); /* Sombra más fuerte */
    max-width: 100%;
    height: auto;
}

/* Títulos de las imágenes */
h4 {
    text-align: center;
    margin-top: 20px;
    color: #005b77;
    font-weight: bold;
    font-size: 22px;
}
