/* =========================================================
   URP - ESTRUCTURA GENERAL
   ========================================================= */

#page {
    width: min(1280px, calc(100% - 32px));
    max-width: 1280px;
    margin: 22px auto;
    background: #fff;
    border: 0;
    border-radius: var(--urp-radius);
    box-shadow: 0 5px 24px rgba(20, 45, 70, 0.10);
    overflow: hidden;
}

#main {
    padding: 30px;
    background: #eef1f4;
}

#primary {
    width: calc(100% - 368px);
    max-width: none;
}

#secondary {
    width: 330px;
    max-width: 330px;
}
