body {
    background: rgb(1,70,174);
    background: top left url("images/logo-aipmb-2025.png"),
                linear-gradient(90deg, #0146ae 0%, #0162d7 100%);
    padding-top: 56px;
    color: rgba(255,255,255,1);
    font-weight: bolder;
    min-height: 100vh;
}

.navbar,
.card {
    font-weight: normal;
}

.card {
    color: rgba(0,0,0,1);
}

.bookmark {
    position: relative;
    top: -60px;
}

.bg-primary,
.dropdown-menu {
    background: rgb(10,55,147);
    background: linear-gradient(0deg, rgba(10,55,147,1) -50%, rgba(6,99,196,1) 150%);
    font-weight: bold;
}

.btn-primary {
    background-color: rgba(10,55,147,1);
    border-color: rgba(10,55,147,1);
    font-size: 0.875em;
    font-weight: 600;
    white-space: normal;
}

.btn-primary:hover {
    background-color: #40006E;
    border-color: #3c0068;
}

.btn-primary:not([disabled]):not(.disabled):active {
    background-color: #3c0068;
    border-color: #380061;
}

.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(75,0,130,.5);
}

.navbar-logo {
    height: 1.5em;
    width: 0.865em;
}

.dropdown-item {
    color: rgba(255,255,255,.5);
    font-weight: bold;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgba(10,55,147,1);
    color: rgba(255,255,255,.75);
}

.dropdown-item.active {
    background-color: rgba(10,55,147,1);
    color: white;
}

.aipmb-logo-center {
    height: 25rem;
}

.main-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
}

@media (min-width: 400px) {
    .main-title {
        font-size: 2.5rem;
    }
}

.title {
    margin-top: 1rem;
}

.content {
    font-size: 90%;
    background-color: rgba(1,70,174,.75);
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
}

@media screen and (min-width: 640px) {
    .two-columns {
        column-count: 2;
        column-gap: 2;
    }

    .two-columns .card {
        display: inline-block;
    }
}

ul,ol {
    padding-left: 16px;
}

.justify-p p {
    text-align: justify;
}

.hyphens-p p {
    hyphens: auto;
}

.heavy-shadow {
    box-shadow: 0 3px 4px 2px rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#mensajes {
    position: fixed;
    top: 75px;
    left: 50%;
    transform: translate(-50%, 0);
}
