﻿nav > ul {
    display: flex;
    flex-basis: content;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 5px 10px;
    margin-bottom: 0;
}

.auba-logo > img {
    height: 70px;
}

.auba-logo {
    width: 20%;
}

.auba-logo-horizontal {
    display: none;
}

.ministerio-logo {
    width: 80%;
    text-align: right;
}

    .ministerio-logo > img {
        width: 80%;
    }

.icon-box {
    width: 100%;
}

@media (max-width: 700px) {
    nav > ul {
        flex-direction: column;
        align-content: center;
    }

    .auba-logo {
        display: none;
    }

    .auba-logo-horizontal {
        display: block;
        height: auto;
        width: 100%;
    }

    .ministerio-logo {
        height: auto;
        width: 100%;
    }

        .ministerio-logo > img {
            width: 100%;
        }
}

.article-container {
    display: flex;
    flex-basis: content;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
}

.text-container > p {
    padding: 4px 30px 15px 8px;
}

@media (min-width: 701px) {
    .text-container {
        width: 40%;
    }

    .media-container {
        width: 30%;
    }

    .bottom-text {
        max-width: 70%;
    }
}



h1 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 70%;
}

body {
    color: #484848 !important;
}

p {
    color: #484848 !important;
    font-size: 1.1375rem;
}

.top-section-kd {
    background-image: linear-gradient( 90deg,#c8102e 57%,#ffcd00 100%) !important;
    width: 100% !important;
    margin: 0 !important;
}

top-section-kd p {
    color: white !important;
}

.top-section-article {
    margin: 0 15% !important;
    width: 100%;
}

@media (max-width: 700px) {
    .top-section-article {
        margin: 0 20px !important;
        width: auto;
    }

    .media-container {
        width: 100%;
    }
}

@media(min-width: 1024px) {
    .auba-logo > img {
        height: auto;
        max-height: 120px;
    }
}

.success-green {
    color: #28a745 !important;
}

.mt-50 {
    margin-top: 50px;
}

.clickable {
    cursor: pointer;
}


.page-title-h1 {
    color: #181213 !important;
}

.titulo-kd-sub {
    padding-top: 10px;
}

    .titulo-kd-sub:before {
        background-color: #c7102e !important;
    }

.color-kd li:before {
    color: #c7102e !important;
    margin-top: 3px;
}

@media (max-width: 700px) {
    .color-kd li:before {
        margin-top: 2px;
    }
}


.overlay-kd {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.45);
}

.justify-center {
    justify-content: center;
}

.timeline .timeline-item .timeline-icon {
    background-color: #c7102e !important;
}