.container-ing_inter_acreditacion {
    /* width: 100%; */
    background: none;
}

.container-ing_inter_acreditacion .title h1 {
    color: var(--color-inginter);
    font-size: 1.9rem;
}

.container-ing_inter_acreditacion .title img {
    width: 7rem;
}

.container-ing_inter_acreditacion .movilidad {
    width: auto;
    margin: 5% 10% 0;
    /* padding: 5%; */
    display: flex;
    position: relative;
    height: 35vw;
}

.container-ing_inter_acreditacion .movilidad .movilidad__iconPlanet img {
    width: 40vw;
}

.movilidad__iconPlanet {
    position: absolute;
    top: 10%;
}


/* .container-ing_inter_acreditacion .movilidad .movilidad__info {
    width: 100%;
    position: absolute;
} */

.movilidad__info__icon1 {
    z-index: 1;
    position: absolute;
    right: 49%;
}

.movilidad__info__icon1 img {
    width: 13vw;
}

.movilidad__info__icon2 {
    z-index: 1;
    /* width: auto;
    height: auto; */
    position: absolute;
    right: 0;
}

.movilidad__info__icon2 img {
    width: 15vw;
}

.movilidad__info__info1 {
    overflow: hidden;
    position: absolute;
    top: 8%;
    right: 21%;
    z-index: 0;
    background: var(--color-inginter);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    font-size: 2.3vw;
    font-weight: 500;
    font-style: italic;
    text-align: left;
    color: white;
    padding: 0px 1% 0px 5%;
    width: 25vw;
    height: 8.3vw;
}

.movilidad__info__info2 {
    overflow: hidden;
    position: absolute;
    right: 11.7%;
    bottom: 39%;
    z-index: 0;
    background: var(--color-inginter);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    font-size: 2.3vw;
    font-weight: 500;
    font-style: italic;
    text-align: right;
    color: white;
    padding: 0px 7% 0px 1%;
    width: 27vw;
    height: 8.3vw;
}

.container-ing_inter_acreditacion .convenios {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 35vw;
}

.convenios__content {
    position: relative;
    width: 50%;
}

.convenios__content__background {
    position: absolute;
    width: 50vw;
}

.convenios__content__people {
    width: 17vw;
    position: absolute;
    z-index: 1;
    top: 5%;
    right: 19%;
}

.convenios__content__info {
    position: absolute;
    right: 48%;
    top: 20%;
    width: 22vw;
    display: flex;
    flex-direction: column;
    font-size: 4.5vw;
    line-height: 90%;
    color: white;
    font-weight: bold;
}

.convenios__content__info figure {
    margin: 5% 0 0;
    background: white;
    height: 3.2vw;
    width: 100%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.container-ing_inter_acreditacion .catedra {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46vw;
    width: 100%;
}

.catedra__logo {
    overflow: hidden;
    /* width: 30%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2.9vw;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

.catedra__logo img {
    width: 19vw;
}

.catedra__logo p {
    padding: 0 40%;
}

.catedra__info {
    /* width: 70%; */
    position: relative;
}

.catedra__info__background {
    width: 50vw;
    /* position: absolute; */
}

.catedra__info__info {
    position: absolute;
    height: 12vw;
    width: 23vw;
    top: 19%;
    left: 15%;
    color: var(--color-inginter);
    font-size: 2.1vw;
    font-weight: 600;
    font-style: italic;
    /* border: 1px solid red; */
    line-height: 90%;
}

.catedra__info__info-p1 {
    position: absolute;
    width: 50%;
}

.catedra__info__info-p2 {
    position: absolute;
    right: 0;
    width: 50%;
}

.catedra__info__info-p3 {
    position: absolute;
    bottom: 10%;
    width: 50%;
}

.catedra__info__info-p4 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    bottom: 10%;
    right: 0;
    letter-spacing: 0.1vw;
}