body {
    font-family: 'Roboto', sans-serif;
    background-color: #f4f7f6;
    color: #333;
}
.header-ug {
    background: #003366; /* Color institucional aproximado */
    color: white;
    padding: 2rem 0;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.canvas-container {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    display: inline-block;
    position: relative;
}
canvas {
    border: 1px solid #ddd;
    cursor: crosshair;
    max-width: 100%;
    height: auto;
}
.sidebar {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.result-card {
    background: #e9ecef;
    border-left: 5px solid #003366;
    padding: 1rem;
    margin-top: 1rem;
}
.footer-ads {
    margin-top: 3rem;
    padding: 1rem;
    background: #eee;
    text-align: center;
    border-top: 1px solid #ddd;
}


/* la parte dodndse pnene los datos  */
.progress {
    background-color: #dee2e6;
    border-radius: 5px;
    overflow: hidden;
}

#barraIzq {
    transition: width 0.4s ease;
    background-color: #003366 !important; /* Color institucional */
}

#barraDer {
    transition: width 0.4s ease;
    background-color: #6c757d !important;
}