.container-cooperacion {
    background: none;
}

.coop--catedra {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 7%;
    margin-bottom: 21px;
}

.coop--catedra__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    gap: 60px;
}

.coop--catedra__info img {
    width: 35%;
}

.coop--catedra__info--text {
    display: flex;
    flex-direction: column;
    width: 55%;
    font-size: 1.8rem;
    font-style: italic;
    text-align: left;
}

.coop--catedra__info--text a {
    color: var(--color-coop);
    font-style: normal;
    font-size: 2.2rem;
    font-weight: 800;
    text-decoration: underline;
}

.coop--catedra__info--text a:hover {
    transform: scale(1.01);
}

.coop--catedra__info--text h1 {
    color: #3C3C3B;
    font-size: 3.5rem;
    font-weight: bold;
    font-style: italic;
    padding: 0 60% 3% 0;
    text-align: left;
    line-height: 50px;
    /* word-spacing: -30px; */
}

.coop--catedra__info--text h1 span {
    font-weight: 900;
}

.coop--catedra .collapse-container {
    display: flex;
    justify-content: center;
    margin: 50px 0 0px 0;
    width: 100%;
}

.coop--catedra .custom-collapse_content {
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 3% 15%;
    gap: 10px;
}

.coop--catedra .custom-collapse_content img {
    width: 100%;
}


/* --------------------------------------------MEDIA-------------------------------------------- */

@media screen and (max-width: 880px) {
    .coop--catedra__info {
        justify-content: center;
        margin-bottom: 20px !important;
    }
    .coop--catedra__info--text {
        text-align: center;
        gap: 20px;
    }
    .coop--catedra__info--text h1 {
        padding: 0;
        text-align: center;
    }
}