.image img {
    width: 100%;
}

.title-banner .container-fluid {
    padding: 0;
}


.title-banner .hashtag-style.title {
    background:
        linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
        var(--graduation-image) no-repeat;

    min-height: 35vw;
    min-width: 100vw;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 3.2rem 3.2rem;
    position: relative;

    z-index: 0;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    /* text-align: center; */
}

@media only screen and (max-width:1030px) {
    .title-banner .hashtag-style.title {
        background:
            linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
            var(--graduation-image) no-repeat;

        min-height: 560px;
        min-width: 100vw;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        padding: 3.2rem 3.2rem;
        position: relative;

        z-index: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    div.info.header {
        padding-left: 0vw !important;
        margin-top: 0vw !important;
    }


    section.hashtag-style.title::before {
        top: 35% !important;
        opacity: 0.6;
        color: lightgray !important;
        left: 35% !important;
        font-size: 100px;

    }
    section.title h1 {
        font-size: 32px;
        text-align: left;
    }
}

@media only screen and (max-width:768px) {
    .title-banner .hashtag-style.title {
        background:
            linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
            var(--graduation-image) no-repeat;

        min-height: 560px;
        min-width: 100vw;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        padding: 3.2rem 3.2rem;
        position: relative;

        z-index: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    

    div.info.header {
        padding-left: 0vw !important;
        margin-top: 0vw !important;
    }


    section.hashtag-style.title::before {
        top: 20% !important;
        opacity: 0.6;
        color: lightgray !important;
        left: 37% !important;
        font-size: 75px;

    }

}

.mobile-400 {
    display: none !important;
}



@media screen and (max-width:524px) {
    h0.mobile-title-grad {
        display: none !important;
    }
    section.title h1 {
        /* margin-left: 50px; */
    }

.mobile-400 {
        display: inline-flex !important;
    }

    .mobile-no {
        display: none !important;
    }

    ul.breadcrumbs-graduacao {
        justify-content: left !important;
    }

}


div.info.header {
    padding-left: 20vw;
    margin-top: -5vw;
}

.title-banner h1 {
    font-weight: 800;
    /* padding: 0.64rem 1.6rem; */

}

.title-banner p {
    font-size: 1.2rem;
}


section.hashtag-style.title::before {
    top: 20%;
    opacity: 0.6;
    color: lightgray !important;
    left: 45%;

}

.title-banner .row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--body-color);
    opacity: 0.7;

    z-index: -1;
}

.graduacao-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.menu-section {
    padding: 1.2rem 1.2rem 0;
    background-color: var(--body-color);
    margin-top: -8vw;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    box-shadow: 0px 0px 23px 6px rgb(0 0 0 / 20%);
    z-index: 2;
    position: relative;
}

/* .menu-section::before {
    content: "";
    background-image: var(--graduation-image-menu-section);
    background-repeat: no-repeat;
    background-position: right -10% bottom 50%;
    background-size: 400px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    opacity: 0.05;
} */

section.professor.matriz.left-text {
    background-color: white;
    width: 100vw;
    height: 50vh;
    padding-top: 10vh;
    color: black;
}

div.graduation-box section.left-text div.container-lg div.row div.col-md h4 {
    font-weight: 1000;
}

.break {
    flex-basis: 100%;
    height: 0;
  }

.coordena-info {
    display: flex;
    align-items: baseline;
}

.menu-section .menu {
    text-align: center;
}

.menu-section li {
    display: inline-block;
    padding: 0 1.64rem 0 0;
}

.menu-section li a {
    text-decoration: none;
}

.menu-section .social-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20%;
    margin: auto;
}

.graduation-title {
    margin-top: -10.8rem;
    background-color: var(--graduation-color);
    z-index: 5;
}

.graduation-title::before {
    top: 1%;
}

.feature {
    margin: 6.4rem 0 2.4rem;

    position: relative;
    z-index: 1;
}

.feature::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 140%;
    top: -20%;
    right: -20%;
    background-color: var(--graduation-color);
    z-index: -1;
}

.feature img {
    max-width: 24rem;
    width: 100%;
}

.course-info .row+.row {
    margin-top: 2.4rem;
}

.course-info .col-md {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.course-info .col-md+.col-md {
    margin-top: 2.4rem;
}

.info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 18rem;
    height: 10.8rem;

    position: relative;
}

.info-box {
    background-color: var(--graduation-color);
}

.info-box .front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-box .back {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 1.6rem;

    position: absolute;
    top: 0;
    left: 0;

    background-color: var(--body-color-light);
    transform: scale(0);
    transform-origin: center;
    width: 18rem;
    height: 10.8rem;
    opacity: 0;

    transition: 0.3s;
}

.info-box:hover {
    cursor: pointer;
}

.info-box:hover .back {
    transform: scale(1);
    opacity: 1;
}

.info-box i,
.info-box svg {
    font-size: 2rem;
}

.info-section {
    padding: 0;
    margin-bottom: 2.4rem;
}

.info-box-2 {
    background-color: var(--body-color-light);
    padding: 0.64rem 1.6rem;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    mix-blend-mode: hard-light;

    margin-top: 0.64rem;
    margin-right: 0.64rem;
}


.info-box-2 p {
    margin: 0;
}

.info-box-2 i,
.info-box-2 svg {
    margin-right: 0.64rem;
    color: var(--graduation-color);
}


@media (max-width: 991px) {
    .graduation-content {
        padding: 9rem 1rem !important;
    }

    section.left-text {
        margin-top: 1rem !important;
        padding: 0rem !important;
        text-align: left !important;
    }
}

.graduation-content {
    background-color: var(--graduation-color);
    padding: 9rem 3.2rem;
    position: relative;
    margin-top: -5.3rem;
    /* z-index: -1; */
}

.graduation-content::before {
    content: var(--graduation-name);
    font-weight: 800;
    font-size: 10rem;
    line-height: 90%;
    opacity: 0.1;
    mix-blend-mode: overlay;
    position: absolute;
    top: 0;
    right: 10vw;
    top: 6vw;
    writing-mode: vertical-rl;


}

.row .gestores .team-image {
    width: 16rem;
    height: 16rem;
    overflow: hidden;
    border-radius: 999px;
}

.team-image {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    border-radius: 999px;
    mix-blend-mode: normal;
    isolation: isolate;
}

.team-image img {
    width: 100%;
    height: auto;
}

.graduation-content .graduation-box {
    background-color: white;
    padding: 2.4rem 0;
    color: black;
    box-shadow: 0px 0px 23px 6px rgb(0 0 0 / 20%);
}

.grad-image-2,
.grad-image-3 {
    margin-left: 0;
    margin-right: 0;
}

.course-gallery div+div {
    margin-top: 2.4rem;
}

section.left-text {
    margin-top: 1rem;
    padding: 0 3.2rem;
}

:not(section.left-text)+section.left-text {
    margin-top: 4.8rem;
}

section.teachers {
    padding: 3.2rem;
}

div.info-box-2.coordenador {
    mix-blend-mode: normal;
    background-color: transparent;
    /* background-color: transparent; */
    /* position: absolute; */
}

div.info-box-2.coordenador::before {
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: var(--body-color-light) !important;
    width: -webkit-fill-available;
    position: absolute;
    mix-blend-mode: hard-light;
}


div.info-box-2.coordenador-text {
    background-color: var(--graduation-color);
    font-weight: 1000;
    color: gray;
    /* display: flex; */
    /* align-self: center; */
    /* left: 1vw; */
    /* top: -3.5rem; */
    /* position: absolute; */
    /* flex-direction: column-reverse; */
    position: absolute;
    top: 2vw;
    left: 6.5vw;
}

p.coordenador {
    font-weight: 1000;
    left: 1vw;
    top: -10px;
    font-size: 15px;
}


p.coordenador2 {
    font-weight: 1000;
    left: 1vw;
    top: 0;
    font-size: 13.8px;
}

span.button-coord{
    background-color: var(--graduation-color) !important;
    /* mix-blend-mode: hard-light; */
    margin-top: 5px;
    padding: 8px;
    text-decoration: none !important;
    top: 10px;
    /* color: rgb(29, 29, 29) !important; */
}

span.button-coord h93 {
    color: var(--body-color-light);
    mix-blend-mode: hard-light;
    font-size: 16px;
}


span.coordenador-mail {
    font-weight: normal !important;
    text-decoration: none !important;
    font-size: 16px !important;
    top: 10px;
}




div.info-box-2.coordenador {
    width: -webkit-fill-available;

}

div.col-md-6.none-until-activated {
    display: none !important;
}

@media screen and (max-width:1704px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 2.5vw;
        left: 7.5vw;
    }
}

@media screen and (max-width:1424px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 2.8vw;
        left: 8.5vw;
    }
}

@media screen and (max-width:1400px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 3.6vw;
        height: 2.5vw;
        left: 8.5vw;
    }
}

@media screen and (max-width:1230px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 4vw;
        height: 2.5vw;
        left: 9.2vw;
    }
}



@media screen and (max-width:1150px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 4.5vw;
        height: 2.5vw;
        left: 8.8vw;
    }

}


@media screen and (max-width:1150px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 4.5vw;
        height: 2.5vw;
        left: 8.8vw;
    }

    .team-image {
        width: 5rem;
        height: 5rem;
        overflow: hidden;
        border-radius: 999px;
        z-index: 5;
    }
}

@media screen and (max-width:1020px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 5.2vw;
        height: 2.5vw;
        left: 8.8vw;
    }
}

@media screen and (max-width:992px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 4.2vw;
        height: auto;
        left: 13.8vw;
    }

    .team-image {
        width: 5rem;
        height: 5rem;
        overflow: hidden;
        border-radius: 999px;
        z-index: 5;
    }

    p.coordenador {
        font-size: 15px;
        top: -1vw;
    }

    div.col-md-4.activated {
        display: none;
    }

    div.col-md-6.none-until-activated {
        display: flex !important;
        width: 100%;
    }
}

@media screen and (max-width:814px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 5.2vw;
        height: 3.5vw;
        left: 13.8vw;
    }

    p.coordenador {
        font-size: 15px;
        top: -1vw;
    }

    div.col-md-4.activated {
        display: none;
    }

    div.col-md-6.none-until-activated {
        display: flex !important;
        width: 100%;
    }
}

@media screen and (max-width:768px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 5.2vw;
        height: 3.5vw;
        left: 15.8vw;
    }

    p.coordenador {
        font-size: 15px;
        top: -1vw;
    }

    div.col-md-4.activated {
        display: none;
    }

    div.col-md-6.none-until-activated {
        display: flex !important;
        width: 100%;
    }

    #disappear {
        display: none !important;
    }

}

@media screen and (max-width:704px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 6.2vw;
        height: 3.5vw;
        left: 15.8vw;
    }

    p.coordenador {
        font-size: 15px;
        top: -1vw;
    }

    div.col-md-4.activated {
        display: none;
    }

    div.col-md-6.none-until-activated {
        display: flex !important;
        width: 100%;
    }
}

@media screen and (max-width:664px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 7.2vw;
        height: 3.5vw;
        left: 16.8vw;
    }

    p.coordenador {
        font-size: 15px;
        top: -1vw;
    }

    div.col-md-4.activated {
        display: none;
    }

    div.col-md-6.none-until-activated {
        display: flex !important;
        width: 100%;
    }
}

@media screen and (max-width:626px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 8.2vw;
        height: 3.5vw;
        left: 17.8vw;
    }

    p.coordenador {
        font-size: 15px;
        top: -1vw;
    }

    div.col-md-4.activated {
        display: none;
    }

    div.col-md-6.none-until-activated {
        display: flex !important;
        width: 100%;
    }
}

@media screen and (max-width:590px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 8.2vw;
        height: 3.5vw;
        left: 19.8vw;
    }

    p.coordenador {
        font-size: 15px;
        top: -1vw;
    }

    div.col-md-4.activated {
        display: none;
    }

    div.col-md-6.none-until-activated {
        display: flex !important;
        width: 100%;
    }
}


@media screen and (max-width:530px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 11.2vw;
        height: 3.5vw;
        left: 19.8vw;
    }

    p.coordenador {
        font-size: 15px;
        top: -1vw;
    }

    div.col-md-4.activated {
        display: none;
    }

    div.col-md-6.none-until-activated {
        display: flex !important;
        width: 100%;
    }
}



@media screen and (max-width:494px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 14.2vw;
        height: 3.5vw;
        left: 20.8vw;
    }

    p.coordenador {
        font-size: 15px;
        top: -1vw;
    }

    div.col-md-4.activated {
        display: none;
    }

    div.col-md-6.none-until-activated {
        display: flex !important;
        width: 100%;
    }
    .team-image {
        width: 5rem;
        height: 5rem;
        overflow: hidden;
        border-radius: 999px;
        z-index: 5;
    }
}


@media screen and (max-width:408px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 14.2vw;
        height: 3.5vw;
        left: 25.8vw;
    }

    p.coordenador {
        font-size: 15px;
        top: -1vw;
    }

    div.col-md-4.activated {
        display: none;
    }

    div.col-md-6.none-until-activated {
        display: flex !important;
        width: 100%;
    }

    .team-image {
        width: 5rem;
        height: 5rem;
        overflow: hidden;
        border-radius: 999px;
        z-index: 5;
    }
}

@media screen and (max-width:386px) {

    div.info-box-2.coordenador-text {
        background-color: var(--graduation-color);
        font-weight: 1000;
        color: gray;
        /* display: flex; */
        /* align-self: center; */
        /* left: 1vw; */
        /* top: -3.5rem; */
        /* position: absolute; */
        /* flex-direction: column-reverse; */
        position: absolute;
        top: 16.2vw;
        height: 3.5vw;
        left: 26.8vw;
    }

    p.coordenador {
        font-size: 15px;
        top: -1vw;
    }

    div.col-md-4.activated {
        display: none;
    }

    div.col-md-6.none-until-activated {
        display: flex !important;
        width: 100%;
    }
}


@media screen and (max-width:346px) {

    div.info-box-2.coordenador-text {
  display:none;
    }

    p.coordenador {
        font-size: 15px;
        top: -1vw;
    }

    div.col-md-4.activated {
        display: none;
    }

    div.col-md-6.none-until-activated {
        display: flex !important;
        width: 100%;
    }
}




.coordinator {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.coordinator .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.coordinator .image {
    margin-bottom: 1.6rem;
    width: 10.8rem;
    height: 10.8rem;
    background-color: var(--graduation-color);

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.coordinator .image svg {
    font-size: 4rem;
}

.coordinator+.col-md {
    margin-top: 2.4rem;
}

.professor h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.professor .icon {
    width: 6.4rem;
    margin-right: 0.64rem;
}

.professor .icon img {
    width: 100%;
    height: auto;
}

.professor i,
.professor svg {
    color: var(--graduation-color);
}

.professor li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    /* border: 1px solid var(--body-color-light); */
    /* padding: 1.6rem 3.2rem; */
    margin-bottom: 1rem;
    font-size: 20px;
    color: black;

    transition: 0.3s;
    text-decoration: none;

}

.professor li a:hover {
    /* background-color: var(--body-color); */
    /* border-color: var(--graduation-color); */
    color: #0085fe;
    text-decoration: none;
}

.professor li a i,
.professor li a svg {
    font-size: 2rem;
    margin-right: 0.64rem;
}

section.menu-section.desktop {
    display: flex !important;
}

  section.menu-section.mobile {
        display: none !important;

    }

@media screen and (max-width:629px) {
    section.menu-section.desktop {
        display: none !important;
    }

    section.menu-section.mobile {
        display: flex !important;
        width: 100%;
    }

    section.menu-section.mobile li {
        display: block !important;
        padding: 0 0 0 0 !important;
        line-height: 30px;
    }

   section.menu-section.mobile li.menu.logo {
        /* width: 4.5rem !important; */
    }

    .menu.logo img {
        width: 110% !important;
        height: auto;
    }
    
    .graduacao-menu {
        align-items: flex-start !important;
    }

    .graduation-content {
        padding: 9rem 0rem !important;
    }
    .info-box-2 {
        width: 100vw !important;
    }
    div.info-box-2.coordenador {
        width: 100vw !important;
    }
    .graduation-content .graduation-box {
        width: 100vw;
    }

    .grad-image-2, .grad-image-3 {
        width: 100vw;
    }

    .graduation-content .row.fora-fora > * {
        padding-left: 12px !important;

    }

    .graduation-content .row.fora-fora2 > * {
        padding-left: 0px !important;

    }

    .menu.menu-pos li {
        width: 100%;
        line-height: 30px;
    }

    .menu-section.menu-section-pos {
        width: 100%;
    }

}

@media screen and (max-width:444px) {
    section.menu-section.mobile li.menu.logo {
        width: 4.8rem !important;
    }

    .menu.logo img {
        width: 150% !important;
        height: auto;
    }
}

.coord-section-mobile {
    display: none !important;
}

@media screen and (max-width:768px) {
    .coord-section-mobile {
        display: flex !important;
    }
    .coord-section-desk {
        display: none !important;
    }
    .info-box-2 {
        margin-top: 0px !important;
    }

    .graduation-content .row.conteudo-text > * {
        padding-left: 0px !important;
    }

    .col-md.info-curso p {
        text-align: left !important;
    }

}

.coord-section-mobile ul li {
    line-height: 40px;
}

@media screen and (max-width:393px) {
    span.coordenador-mail {
        top: 20px !important;
    }
    
 
}


@media only screen and (min-width: 768px) {

    section.title {
        margin-top: 0;
    }



    section.title::before {
        top: 10%;
    }

    section.teachers {
        margin-bottom: 4.8rem;
    }

    .course-info .col-md {
        margin-top: 2.4rem;
    }

    .coordinator+.col-md {
        margin-top: 0;
    }

    .coordinator {
        flex-direction: row;
        align-items: center;
    }

    .coordinator .image {
        margin-bottom: 0;
        margin-right: 1.6rem;
    }

    .menu-section menu {
        flex-direction: row;
    }

    .course-gallery {
        margin-top: 3.4rem;
        /* margin-bottom: auto; */
    }

    .grad-image-3 {
        margin-left: 3.2rem;
        width: 80%;
    }

    .grad-image-2 {
        margin-left: -3.2rem;
        width: 80%;
    }

}

@media only screen and (min-width: 630px) {
    .graduacao-menu {
        /* padding: 0rem 4.4rem; */
        flex-direction: row;
    }


}

@media only screen and (max-width: 630px) {
    .menu.logo {
        /* display: none; */
    }
}

@media only screen and (min-width: 1024px) {

    section.title::before {
        top: 15%;
        left: 30%;
    }



    .menu {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .menu-section .social-icons {
        width: 15%;
    }
}

@media only screen and (min-width: 1260px) {
    .graduation-title .menu {
        width: 50%;
    }
}

section.graduation-content.white-back {
        background-color: white;
        color: black;
}


.matriz {
    padding: 5px;
    /* background-color: var(--body-color); */
    width: 75%;
    /* border-bottom: 1px solid #efefef; */
    margin-left: auto;
    margin-right: auto;
}

li.matriz span {
    color: black !important;

}

.matriz span {
    text-decoration: none !important;
}


@media only screen and (max-width: 1200px) {
    .matriz {
        width: 100%;
    }
}

@media only screen and (max-width: 470px) {
    .menu-section::before {
        background-position: center;
    }
}


.matriz a {
    text-decoration: none;
}


.termo-divisor {
    margin-top: 50px;
    color: #ffffff;
    background-color: transparent;
    font-size: 25px;
    font-weight: bold;
}

@media only screen and (max-width:768px) {
    .matriz span {
        font-size: 14px !important;
        max-width: 300px;
        display: inline-flex;
    }

    h5.only-mobile {
        text-align-last: center;
    }

    section.graduation-content.white-back {
        min-width: 360px !important;
    }
}


a.link-coordenador:hover {
    text-decoration: underline;
} 