body h1,
body h2,
body h3,
body h4,
body h5,
body p, li, a, blockquote,
body h6 {
    font-family: system-ui, "Noto Color Emoji";
    color: #4d4d4d;
}

.summary_title {
    font-family: system-ui, "Noto Color Emoji";
    color: #2B4781;
}

.section_title {
    font-family: system-ui, "Noto Color Emoji";
    font-size: 32px;
    color: #2B4781;
    font-weight: bold;
    padding-bottom: 42px;
    padding-top: 3px;
}

.btn, .cmp_edit_link, .btn-primary, .btn-secondary, .block_make_submission_link, .cmp_edit_link {
    border-radius: 0;
    font-size: 0.65rem;
    border-color: #2B4781;
    background-color: #2B4781;
    box-shadow: none;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    transition: all .15s ease-in-out;
    cursor: pointer;
    color: #fff;
}

.site-footer {
    background-color: #070f2d;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
}

footer a {
    color: #fff;
    border: 0;
}

footer h2 {
    color: #fff;
}

.header {
    background-color: white;
    padding-top: 7px;
}

#navigationUser a, #user-nav-wraper a {
    font-size: 12px;
    border: 0;
    background-color: #e94e1b;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
    border-color: #fff;
}

/* START LOGOS*/
.logos-footer {
    background: #19203b;
    padding: 40px 0;
    text-align: center;
}

/* Carrusel */
.logos-footer .logo-carousel {
    overflow: hidden;
    position: relative;
}

/* Movimiento */
.logos-footer .logo-track {
    display: flex;
    width: max-content;
    animation: scroll 35s linear infinite;
}

/* Tarjetas de logos */
.logos-footer .logo-track a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    background: #ffffff;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

/* Imagen */
.logos-footer .logo-track img {
    max-width: 120px;
    height: auto;
    display: block;
}

/* Hover (más visible en fondo oscuro) */
.logos-footer .logo-track a:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

/* Texto footer */
.logos-footer .footer-text {
    margin-top: 20px;
    font-size: 14px;
    color: #ccc;
}

/* Animación */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 768px) {
    .logos-footer .logo-track img {
        max-width: 90px;
    }
}
/*    END LOGOS     */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


@media (min-width: 992px) {
    #navigationPrimary {
        border: 0;
        justify-content: space-between;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 5px;
        background-color: #e94e1b;
    }
}

@media (min-width: 992px) {
    .cover_image {
        max-width: 280px;
    }
}