/* Página: ficha de obra (opus.php) */

body {
    text-align: center;
    background-color: #F5F5F5;
}

.detalle-opera {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.detalle-opera h2 {
    color: #4a64a1;
    font-weight: bold;
}

.detalle-opera img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
    cursor: pointer;
    border: 2px solid black;
    border-radius: 5px;
}

.detalle-opera p {
    color: #333;
    font-weight: normal;
}

.detalle-opera a.volver {
    color: #4a64a1;
    font-weight: bold;
}

.visor-3d iframe {
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 0;
}

.detalle-opera table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.detalle-opera th,
.detalle-opera td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
}

.detalle-opera th {
    background-color: #333;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.detalle-opera tr:hover {
    background-color: #f0f0f0;
    transition: 0.3s;
}

.detalle-opera .descripcion-justificada {
    text-align: justify;
}

/* Enlaces al buscador dentro de la ficha */
.detalle-opera td a {
    color: #4a64a1;
    font-weight: bold;
    border-bottom: 1px dotted #4a64a1;
}

.detalle-opera td a:hover {
    color: #b59f45;
    border-bottom-color: #b59f45;
}

.detalle-opera .descripcion-pendiente {
    color: #888;
    font-style: italic;
}

.detalle-opera .personajes {
    line-height: 1.9;
}
