.loreto-allocation {
    max-width: 1200px;
    margin: 0 auto 40px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #333;
}

.loreto-allocation__title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}

.loreto-allocation__charts {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.loreto-allocation__chart {
    flex: 1;
    position: relative;
    height: 300px;     
}

.loreto-allocation__subtitle {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.loreto-allocation__footnote {
    margin-top: 20px;
    font-size: 11px;
}

.loreto-allocation__footnote {
   display: none;
}

.loreto-allocation__footnote--activo {
   display: block;
}

.loreto-allocation__date {
    margin-top: 5px;
}

.loreto-allocation__canvas {
    display: block;
    width: 100%;
    height: 100%;    
}