.container-title {
    border-bottom: 2px solid #068460;
    margin-bottom: 1rem;
    margin-top: 1rem;
    display: block;
}

.container-title h3.title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.container-title h3.title :after {
    content: "";
    width: 0;
    height: 100%;
    border-top: 40px solid transparent;
    border-left: 20px solid #068460;
    border-bottom: 0 solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
}

.container-title h3.title p {
    background: #068460;
    padding: 10px 20px 8px 20px;
    color: white;
    position: relative;
    display: inline-block;
    margin: 0;
}


.container-cards {
    position: relative;
    height: auto;
    top: -80px;
}

.parent-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 10px;
    align-items: center;
}

.div1 {
    grid-area: 1 / 1 / 2 / 4;
}

.div2 {
    grid-area: 2 / 1 / 4 / 2;
    margin-right: 3rem;
}

.div3 {
    grid-area: 2 / 2 / 3 / 3;
}

.div4 {
    grid-area: 3 / 2 / 4 / 3;
}

.div5 {
    grid-area: 4 / 1 / 5 / 3;
}

.card-sirhuila {
    position: relative;
}

.h-22 {
    height: 22rem;
}

.w-33 {
    width: 33rem;
}

.h-9-2 {
    height: 9.2rem;
}

.card-sirhuila-title {
    border-bottom: 2px solid #56A807;
    display: block;
}

.card-sirhuila-title h3.title-card {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.card-sirhuila-title h3.title-card :after {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 20px solid #56A807;
    border-bottom: 0 solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
}

.card-sirhuila-title h3.title-card p {
    background: #56A807;
    padding: 10px 20px 8px 20px;
    color: white;
    position: relative;
    display: inline-block;
    margin: 0;
}


.card-sirhuila-title2 {
    border-bottom: 2px solid #068460;
    display: block;
}

.card-sirhuila-title2 h3.title-card {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.card-sirhuila-title2 h3.title-card :after {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 20px solid #068460;
    border-bottom: 0 solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
}

.card-sirhuila-title2 h3.title-card p {
    background: #068460;
    padding: 10px 20px 8px 20px;
    color: white;
    position: relative;
    display: inline-block;
    margin: 0;
}


.card-sirhuila-content {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0 0 .25rem .25rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.parent-cards-repository {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    backdrop-filter: blur(0px);
    justify-items: center;
    height: 600px;
}

.parent-cards-repository-div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.parent-cards-repository-div2 {
    grid-area: 2 / 2 / 4 / 3;
}

.parent-cards-repository-div3 {
    grid-area: 4 / 1 / 6 / 2;
}

.parent-cards-repository-div4 {
    grid-area: 5 / 2 / 7 / 3;
}

.parent-cards-repository-div5 {
    grid-area: 4 / 3 / 6 / 4;
}

.parent-cards-repository-div6 {
    grid-area: 5 / 4 / 7 / 5;
}

.img_background_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;

    & img {
        width: 100%;
        max-height: 100%;
        object-fit: fill;
        height: 100%;
    }
}

.container-img {
    position: relative;
    height: 700px;
}

.repository-background-cards {
    background: #069169;
}

.repository-container-cards {
    width: 250px;
    height: 220px;
    border: 1px solid #e6effd;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transform: translateY(0px);
    transition: all 400ms ease;
}

.repository-container-cards:hover {
    box-shadow: rgba(0, 0, 0, 0.8) 0 0 20px 0;
    transform: translateY(-3%);
}

.btn-icon-sirhuila {
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #069169;
    border: 3px solid #069169;
    cursor: pointer;
    height: 100px;
    width: 100px;
}

.icon-sirhuila {
    font-size: 3.7rem;
    font-weight: bold;
    color: #069169;
}

.parent-cards-repository .card-text > p {
    color: #FFFFFF !important;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1 !important;
    font-weight: 600;
}

.repository-background-cards-2 {
    background: #56A807;
}

.btn-icon-sirhuila-2 {
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #56A807;
    border: 3px solid #56A807;
    cursor: pointer;
    height: 100px;
    width: 100px;
}

.icon-sirhuila-2 {
    font-size: 3.7rem;
    font-weight: bold;
    color: #56A807;
}

.high-contrast {
    filter: invert(0);
}

.navbar-inverse {
    filter: invert(100);
}

.card-header-repository-style-one > h5 > a {
    padding: 0.75rem;
    color: #000000 !important;
    text-decoration: none;
    font-size: 1rem;
}

.card-header-repository-style-one > h5 > a.selected {
    background-color: #069169 !important;
    color: #FFFFFF !important;
}

.paginate-file-repository .page-item.active .page-link:first-child {
    background-color: #069169 !important;
    border-color: #069169 !important;
    color: #FFFFFF !important;
}

.paginate-file-repository .page-item .page-link > span {
    color: #069169 !important;
}

.container-cards__cards-sirhuila {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
}

.cards-sirhuila {
    width: 20rem;
    border-radius: 0 !important;
    background-color: #ffffff;
    box-shadow: 2px 3px 6px 1px #8080809e;
    border-top: 5px solid #069169 !important;

    & .card-body {
        align-self: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    & h1, h2, h3, h4, h5, h6, p {
        color: #000000 !important;
        margin-bottom: 0;
    }

    & i, span {
        font-size: 3rem;
        color: #069169 !important;
    }
}

.cards-sirhuila:hover {
    scale: 1.1;
    border-top: 5px solid #56A807 !important;
    background-color: #F3F3F3 !important;

    & h1, h2, h3, h4, h5, h6, p, i, span {
        color: #56A807 !important;
    }
}

.card-work-team {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 20rem;
}

.card-work-team:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-work-team__container {
    padding: 2px 16px;
    border-bottom: 5px solid #069169 !important;
}