@import "../css/fonts.css";

@media only screen and (min-width: 320px) {
    .container-fluid {
        background-color: #e5e5e5;
        z-index: 9;
    }

    header {
        padding-bottom: 0 !important;
    }

    header h2 {
        background: url(https://wpcdn.idp.edu.br/idpsiteportal/2024/09/img_coordenacaoEquipe.webp) no-repeat;
        font-family: "anteb bold";
        font-size: 40px;
        color: #3e3e3e;
        padding-top: 19px;
        line-height: 40px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    header h2 span {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .discentes {
        position: relative;
    }

    header {
        background: url("../img/img_coordenacaoEquipe.webp") no-repeat;
        background-size: contain;
        background-position: 0 100px;
        background-color: #e5e5e5;
        width: 100%;
        display: block;
    }

    header .coordenacao_equipe {
        margin-top: 150px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 20px;
    }

    main .margin100b {
        margin-bottom: 100px;
    }

    main h2 {
        background: url("../img/detalhe_titulo.webp") no-repeat;
        font-family: "anteb bold";
        font-size: 40px;
        color: #3e3e3e;
        padding-top: 19px;
        line-height: 40px;
    }

    main h2 span {
        font-size: 40px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    main a {
        display: block;
        text-decoration: none;
        font-family: "anteb medium";
        font-size: 18px;
    }

    main .program_mestrado .icon_seta {
        background: url(../img/seta_prog_mestr.webp) no-repeat center;
        height: 100%;
        display: block;
        background-size: contain;
        width: 100%;
        padding-top: 20%;
        background-position: center;
    }

    /* COORDENAÇÃO */

    main .coordenacao h4 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
    }

    main .coordenacao .descricao {
        float: left;
        margin-bottom: 40px;
    }

    main .coordenacao .descricao .img_coordenador {
        position: relative;
        float: left;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    main .coordenacao .descricao .img_coordenador .borda {
        width: 21px;
        height: 67px;
        display: block;
        position: absolute;
        right: 10px;
        z-index: 999;
        bottom: 10px;
        background-color: #0060ff;
    }

    main .coordenacao .descricao .box_text {
        padding: 0 20px;
    }

    main .coordenacao .descricao .box_text h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .coordenacao .descricao .box_text p {
        font-size: 18px;
        line-height: 21px;
    }

    /* Gerëncia e supervisão */

    main .gerencia_supervisao h5,
    main .nucleo_pesquisadores h5 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    main .gerencia_supervisao .linha,
    main .nucleo_pesquisadores .linha {
        border-top: 1px solid #000000;
        width: 100%;
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    main .gerencia_supervisao .descricao {
        width: 100%;
        margin-bottom: 30px;
        padding: 0 20px;
    }

    main .gerencia_supervisao .descricao .img_coordenador {
        position: relative;
        float: left;
    }

    main .gerencia_supervisao .descricao .img_coordenador img {
        margin-right: 40px;
    }

    main .gerencia_supervisao .descricao .img_coordenador .borda {
        width: 21px;
        height: 67px;
        display: block;
        position: absolute;
        right: 30px;
        z-index: 999;
        bottom: 10px;
        background-color: #0060ff;
    }

    main .gerencia_supervisao .descricao .img_cd {
        position: relative;
        margin-bottom: 40px;
    }

    main .gerencia_supervisao .descricao .img_cd img{
        width: 100%;
    }

    main .gerencia_supervisao .descricao .img_cd .borda {
        width: 67px;
        height: 21px;
        display: block;
        position: absolute;
        left: 15px;
        z-index: 999;
        bottom: -8px;
        background-color: #0060ff;
    }

    main .gerencia_supervisao .descricao h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .gerencia_supervisao .descricao p {
        font-size: 18px;
        line-height: 21px;
    }

    main .gerencia_supervisao .descricao strong {
        display: block;
    }

    /* NÚCLEO DE PESQUISADORES INSTITUCIONAIS */

    main .nucleo_pesquisadores .descricao {
        margin-bottom: 80px;
        padding: 0 20px;
    }

    main .nucleo_pesquisadores .descricao .img_cd img {
        width: 100%;
    }

    main .nucleo_pesquisadores .descricao h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .nucleo_pesquisadores .descricao p {
        font-size: 18px;
        line-height: 21px;
    }

    main .nucleo_pesquisadores .descricao strong {
        display: block;
    }

    main .nucleo_pesquisadores .descricao .img_cd {
        position: relative;
        margin-bottom: 40px;
    }

    main .nucleo_pesquisadores .descricao .img_cd .borda {
        width: 67px;
        height: 21px;
        display: block;
        position: absolute;
        left: 15px;
        z-index: 999;
        bottom: -8px;
        background-color: #0060ff;
    }
}

@media (min-width: 576px) {
    .container-fluid {
        background-color: #e5e5e5;
        z-index: 9;
    }

    header {
        padding-bottom: 0 !important;
    }

    header h2 {
        background: url(../img/detalhe_titulo.webp) no-repeat;
        font-family: "anteb bold";
        font-size: 40px;
        color: #3e3e3e;
        padding-top: 19px;
        line-height: 40px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    header h2 span {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .discentes {
        position: relative;
    }

    header {
        background: url("../img/img_coordenacaoEquipe.webp") no-repeat;
        width: 100%;
        height: auto;
        display: block;
        background-size: contain;
        background-position: center 108px;
    }

    header .coordenacao_equipe {
        margin-top: 74px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 70px;
    }

    main .margin100b {
        margin-bottom: 100px;
    }

    main h2 {
        background: url("../img/detalhe_titulo.webp") no-repeat;
        font-family: "anteb bold";
        font-size: 40px;
        color: #3e3e3e;
        padding-top: 19px;
        line-height: 40px;
    }

    main h2 span {
        font-size: 40px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    main a {
        display: block;
        text-decoration: none;
        font-family: "anteb medium";
        font-size: 18px;
    }

    main .program_mestrado .icon_seta {
        background: url(../img/seta_prog_mestr.webp) no-repeat center;
        height: 100%;
        display: block;
        background-size: contain;
        width: 100%;
        padding-top: 20%;
        background-position: center;
    }

    /* COORDENAÇÃO */

    main .coordenacao h4 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
    }

    main .coordenacao .descricao {
        float: left;
        margin-bottom: 40px;
    }

    main .coordenacao .descricao .img_coordenador {
        position: relative;
        float: left;
    }

    main .coordenacao .descricao .img_coordenador img {
        margin-right: 40px;
    }

    main .coordenacao .descricao .img_coordenador .borda {
        width: 21px;
        height: 67px;
        display: block;
        position: absolute;
        right: 30px;
        z-index: 999;
        bottom: 10px;
        background-color: #0060ff;
    }

    main .coordenacao .descricao .box_text {
        padding: 5px 0;
    }

    main .coordenacao .descricao .box_text h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .coordenacao .descricao .box_text p {
        font-size: 18px;
        line-height: 21px;
    }

    /* Gerëncia e supervisão */

    main .gerencia_supervisao h5,
    main .nucleo_pesquisadores h5 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    main .gerencia_supervisao .linha,
    main .nucleo_pesquisadores .linha {
        border-top: 1px solid #000000;
        width: 100%;
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    main .gerencia_supervisao .descricao {
        width: 247px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    main .gerencia_supervisao .descricao .img_coordenador {
        position: relative;
        float: left;
    }

    main .gerencia_supervisao .descricao .img_coordenador img {
        margin-right: 40px;
    }

    main .gerencia_supervisao .descricao .img_coordenador .borda {
        width: 21px;
        height: 67px;
        display: block;
        position: absolute;
        right: 30px;
        z-index: 999;
        bottom: 10px;
        background-color: #0060ff;
    }

    main .gerencia_supervisao .descricao .img_cd {
        position: relative;
        margin-bottom: 40px;
    }

    main .gerencia_supervisao .descricao .img_cd .borda {
        width: 67px;
        height: 21px;
        display: block;
        position: absolute;
        left: 15px;
        z-index: 999;
        bottom: -8px;
        background-color: #0060ff;
    }

    main .gerencia_supervisao .descricao h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .gerencia_supervisao .descricao p {
        font-size: 18px;
        line-height: 21px;
    }

    main .gerencia_supervisao .descricao strong {
        display: block;
    }

    /* NÚCLEO DE PESQUISADORES INSTITUCIONAIS */

    main .nucleo_pesquisadores .descricao {
        margin-bottom: 80px;
    }

    main .nucleo_pesquisadores .descricao .img_cd img {
        width: 100%;
    }

    main .nucleo_pesquisadores .descricao h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .nucleo_pesquisadores .descricao p {
        font-size: 18px;
        line-height: 21px;
    }

    main .nucleo_pesquisadores .descricao strong {
        display: block;
    }

    main .nucleo_pesquisadores .descricao .img_cd {
        position: relative;
        margin-bottom: 40px;
    }

    main .nucleo_pesquisadores .descricao .img_cd .borda {
        width: 67px;
        height: 21px;
        display: block;
        position: absolute;
        left: 15px;
        z-index: 999;
        bottom: -8px;
        background-color: #0060ff;
    }
}

@media (min-width: 768px) {

    .container-fluid {
        background-color: #e5e5e5;
        z-index: 9;
    }

    header {
        padding-bottom: 0 !important;
    }

    header h2 {
        background: url(../img/detalhe_titulo.webp) no-repeat;
        font-family: "anteb bold";
        font-size: 40px;
        color: #3e3e3e;
        padding-top: 19px;
        line-height: 40px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    header h2 span {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .discentes {
        position: relative;
    }

    header {
        background: url("../img/img_coordenacaoEquipe.webp") no-repeat;
        width: 100%;
        height: auto;
        display: block;
        background-size: contain;
        background-position: center 108px;
    }

    header .coordenacao_equipe {
        margin-top: 133px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 70px;
    }

    main .margin100b {
        margin-bottom: 100px;
    }

    main h2 {
        background: url("../img/detalhe_titulo.webp") no-repeat;
        font-family: "anteb bold";
        font-size: 40px;
        color: #3e3e3e;
        padding-top: 19px;
        margin-bottom: 48px;
        line-height: 40px;
    }

    main h2 span {
        font-size: 40px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    main a {
        display: block;
        text-decoration: none;
        font-family: "anteb medium";
        font-size: 18px;
    }

    main .program_mestrado .icon_seta {
        background: url(../img/seta_prog_mestr.webp) no-repeat center;
        height: 100%;
        display: block;
        background-size: contain;
        width: 100%;
        padding-top: 20%;
        background-position: center;
    }

    /* COORDENAÇÃO */

    main .coordenacao h4 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
    }

    main .coordenacao .descricao {
        float: left;
        margin-bottom: 40px;
    }

    main .coordenacao .descricao .img_coordenador {
        position: relative;
        float: left;
    }

    main .coordenacao .descricao .img_coordenador img {
        margin-right: 40px;
    }

    main .coordenacao .descricao .img_coordenador .borda {
        width: 21px;
        height: 67px;
        display: block;
        position: absolute;
        right: 30px;
        z-index: 999;
        bottom: 10px;
        background-color: #0060ff;
    }

    main .coordenacao .descricao .box_text {
        padding: 38px 0;
    }

    main .coordenacao .descricao .box_text h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .coordenacao .descricao .box_text p {
        font-size: 18px;
        line-height: 21px;
    }

    /* Gerëncia e supervisão */

    main .gerencia_supervisao h5,
    main .nucleo_pesquisadores h5 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        margin-bottom: 45px;
    }

    main .gerencia_supervisao .linha,
    main .nucleo_pesquisadores .linha {
        border-top: 1px solid #000000;
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    main .gerencia_supervisao .descricao {
        width: 247px;
        margin: 0 auto;
    }

    main .gerencia_supervisao .descricao .img_coordenador {
        position: relative;
        float: left;
    }

    main .gerencia_supervisao .descricao .img_coordenador img {
        margin-right: 40px;
    }

    main .gerencia_supervisao .descricao .img_coordenador .borda {
        width: 21px;
        height: 67px;
        display: block;
        position: absolute;
        right: 30px;
        z-index: 999;
        bottom: 10px;
        background-color: #0060ff;
    }

    main .gerencia_supervisao .descricao .img_cd {
        position: relative;
        margin-bottom: 40px;
    }

    main .gerencia_supervisao .descricao .img_cd .borda {
        width: 67px;
        height: 21px;
        display: block;
        position: absolute;
        left: 15px;
        z-index: 999;
        bottom: -8px;
        background-color: #0060ff;
    }

    main .gerencia_supervisao .descricao h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .gerencia_supervisao .descricao p {
        font-size: 18px;
        line-height: 21px;
    }

    main .gerencia_supervisao .descricao strong {
        display: block;
    }

    /* NÚCLEO DE PESQUISADORES INSTITUCIONAIS */

    main .nucleo_pesquisadores .descricao {
        margin-bottom: 80px;
    }

    main .nucleo_pesquisadores .descricao .img_cd img {
        width: 100%;
    }

    main .nucleo_pesquisadores .descricao h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .nucleo_pesquisadores .descricao p {
        font-size: 18px;
        line-height: 21px;
    }

    main .nucleo_pesquisadores .descricao strong {
        display: block;
    }

    main .nucleo_pesquisadores .descricao .img_cd {
        position: relative;
        margin-bottom: 40px;
    }

    main .nucleo_pesquisadores .descricao .img_cd .borda {
        width: 67px;
        height: 21px;
        display: block;
        position: absolute;
        left: 15px;
        z-index: 999;
        bottom: -8px;
        background-color: #0060ff;
    }
}

@media (min-width: 992px) {

    .container-fluid {
        background-color: inherit;
        z-index: 9;
    }

    header {
        padding-bottom: 0 !important;
    }

    header h2 {
        background: url(../img/detalhe_titulo.webp) no-repeat;
        font-family: "anteb bold";
        font-size: 55px;
        color: #3e3e3e;
        padding-top: 19px;
        line-height: 55px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    header h2 span {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .discentes {
        position: relative;
    }

    header {
        background: url("../img/img_coordenacaoEquipe.webp") no-repeat;
        width: 100%;
        height: auto;
        display: block;
        background-size: contain;
        background-position: center top;
    }

    header .coordenacao_equipe {
        margin-top: 60px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 70px;
    }

    main .margin100b {
        margin-bottom: 100px;
    }

    main a {
        display: block;
        text-decoration: none;
        font-family: "anteb medium";
        font-size: 18px;
    }

    main h2 {
        background: url("../img/detalhe_titulo.webp") no-repeat;
        font-family: "anteb bold";
        font-size: 55px;
        color: #3e3e3e;
        padding-top: 19px;
        margin-bottom: 48px;
        line-height: 50px;
    }

    main h2 span {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    main .program_mestrado .icon_seta {
        background: url(../img/seta_prog_mestr.webp) no-repeat center;
        height: 100%;
        display: block;
        background-size: contain;
        width: 100%;
        padding-top: 20%;
        background-position: center;
    }

    /* COORDENAÇÃO */

    main .coordenacao h4 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
    }

    main .coordenacao .descricao {
        float: left;
        margin-bottom: 40px;
    }

    main .coordenacao .descricao .img_coordenador {
        position: relative;
        float: left;
    }

    main .coordenacao .descricao .img_coordenador img {
        margin-right: 40px;
    }

    main .coordenacao .descricao .img_coordenador .borda {
        width: 21px;
        height: 67px;
        display: block;
        position: absolute;
        right: 30px;
        z-index: 999;
        bottom: 10px;
        background-color: #0060ff;
    }

    main .coordenacao .descricao .box_text {
        padding: 38px 0;
    }

    main .coordenacao .descricao .box_text h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .coordenacao .descricao .box_text p {
        font-size: 18px;
        line-height: 21px;
    }

    /* Gerëncia e supervisão */

    main .gerencia_supervisao h5,
    main .nucleo_pesquisadores h5 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        margin-bottom: 45px;
    }

    main .gerencia_supervisao .linha,
    main .nucleo_pesquisadores .linha {
        border-top: 1px solid #000000;
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    main .gerencia_supervisao .descricao {
        width: 247px;
        margin: 0 auto;
    }

    main .gerencia_supervisao .descricao .img_coordenador {
        position: relative;
        float: left;
    }

    main .gerencia_supervisao .descricao .img_coordenador img {
        margin-right: 40px;
    }

    main .gerencia_supervisao .descricao .img_coordenador .borda {
        width: 21px;
        height: 67px;
        display: block;
        position: absolute;
        right: 30px;
        z-index: 999;
        bottom: 10px;
        background-color: #0060ff;
    }

    main .gerencia_supervisao .descricao .img_cd {
        position: relative;
        margin-bottom: 40px;
    }

    main .gerencia_supervisao .descricao .img_cd .borda {
        width: 67px;
        height: 21px;
        display: block;
        position: absolute;
        left: 15px;
        z-index: 999;
        bottom: -8px;
        background-color: #0060ff;
    }

    main .gerencia_supervisao .descricao h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .gerencia_supervisao .descricao p {
        font-size: 18px;
        line-height: 21px;
    }

    main .gerencia_supervisao .descricao strong {
        display: block;
    }

    /* NÚCLEO DE PESQUISADORES INSTITUCIONAIS */

    main .nucleo_pesquisadores .descricao {
        margin-bottom: 80px;
    }

    main .nucleo_pesquisadores .descricao .img_cd img {
        width: 100%;
    }

    main .nucleo_pesquisadores .descricao h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .nucleo_pesquisadores .descricao p {
        font-size: 18px;
        line-height: 21px;
    }

    main .nucleo_pesquisadores .descricao strong {
        display: block;
    }

    main .nucleo_pesquisadores .descricao .img_cd {
        position: relative;
        margin-bottom: 40px;
    }

    main .nucleo_pesquisadores .descricao .img_cd .borda {
        width: 67px;
        height: 21px;
        display: block;
        position: absolute;
        left: 15px;
        z-index: 999;
        bottom: -8px;
        background-color: #0060ff;
    }
}

@media (min-width: 1200px) {

    .container-fluid {
        background-color: inherit;
        z-index: 9;
    }

    header {
        padding-bottom: 0 !important;
    }

    header h2 {
        background: url(../img/detalhe_titulo.webp) no-repeat;
        font-family: "anteb bold";
        font-size: 55px;
        color: #3e3e3e;
        padding-top: 19px;
        margin-bottom: 48px;
        line-height: 50px;
        text-transform: uppercase;
    }

    header h2 span {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .discentes {
        position: relative;
    }

    header {
        background: url("../img/img_coordenacaoEquipe.webp") no-repeat top right;
        width: 100%;
        height: 495px;
        display: block;
    }

    header .coordenacao_equipe {
        margin-top: 140px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 70px;
    }

    main .margin100b {
        margin-bottom: 100px;
    }

    main a {
        display: block;
        text-decoration: none;
        font-family: "anteb medium";
        font-size: 18px;
    }

    main h2 {
        background: url("../img/detalhe_titulo.webp") no-repeat;
        font-family: "anteb bold";
        font-size: 55px;
        color: #3e3e3e;
        padding-top: 19px;
        margin-bottom: 48px;
        line-height: 50px;
    }

    main h2 span {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    main .program_mestrado .icon_seta {
        background: url(../img/seta_prog_mestr.webp) no-repeat center;
        height: 100%;
        display: block;
        background-size: contain;
        width: 100%;
        padding-top: 20%;
        background-position: center;
    }

    /* COORDENAÇÃO */

    main .coordenacao h4 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
    }

    main .coordenacao .descricao {
        float: left;
        margin-bottom: 40px;
    }

    main .coordenacao .descricao .img_coordenador {
        position: relative;
        float: left;
    }

    main .coordenacao .descricao .img_coordenador img {
        margin-right: 40px;
    }

    main .coordenacao .descricao .img_coordenador .borda {
        width: 21px;
        height: 67px;
        display: block;
        position: absolute;
        right: 48px;
        z-index: 999;
        bottom: 10px;
        background-color: #0060ff;
    }

    main .coordenacao .descricao .box_text {
        padding: 38px 0;
    }

    main .coordenacao .descricao .box_text h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .coordenacao .descricao .box_text p {
        font-size: 18px;
        line-height: 21px;
    }

    /* Gerëncia e supervisão */

    main .gerencia_supervisao h5,
    main .nucleo_pesquisadores h5 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        margin-bottom: 45px;
    }

    main .gerencia_supervisao .linha,
    main .nucleo_pesquisadores .linha {
        border-top: 1px solid #000000;
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    main .gerencia_supervisao .descricao {
        width: 247px;
        margin: 0 auto;
    }

    main .gerencia_supervisao .descricao .img_coordenador {
        position: relative;
        float: left;
    }

    main .gerencia_supervisao .descricao .img_coordenador img {
        margin-right: 40px;
    }

    main .gerencia_supervisao .descricao .img_coordenador .borda {
        width: 21px;
        height: 67px;
        display: block;
        position: absolute;
        right: 30px;
        z-index: 999;
        bottom: 10px;
        background-color: #0060ff;
    }

    main .gerencia_supervisao .descricao .img_cd {
        position: relative;
        margin-bottom: 40px;
    }

    main .gerencia_supervisao .descricao .img_cd .borda {
        width: 67px;
        height: 21px;
        display: block;
        position: absolute;
        left: 15px;
        z-index: 999;
        bottom: -8px;
        background-color: #0060ff;
    }

    main .gerencia_supervisao .descricao h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .gerencia_supervisao .descricao p {
        font-size: 18px;
        line-height: 21px;
    }

    main .gerencia_supervisao .descricao strong {
        display: block;
    }

    /* NÚCLEO DE PESQUISADORES INSTITUCIONAIS */

    main .nucleo_pesquisadores .descricao {
        margin-bottom: 80px;
    }

    main .nucleo_pesquisadores .descricao .img_cd img {
        width: 100%;
    }

    main .nucleo_pesquisadores .descricao h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .nucleo_pesquisadores .descricao p {
        font-size: 18px;
        line-height: 21px;
    }

    main .nucleo_pesquisadores .descricao strong {
        display: block;
    }

    main .nucleo_pesquisadores .descricao .img_cd {
        position: relative;
        margin-bottom: 40px;
    }

    main .nucleo_pesquisadores .descricao .img_cd .borda {
        width: 67px;
        height: 21px;
        display: block;
        position: absolute;
        left: 15px;
        z-index: 999;
        bottom: -8px;
        background-color: #0060ff;
    }
}

@media (min-width: 1400px) {

    .container-fluid {
        background-color: inherit;
        z-index: 9;
    }

    header {
        padding-bottom: 0 !important;
    }

    header h2 {
        background: url(../img/detalhe_titulo.webp) no-repeat;
        font-family: "anteb bold";
        font-size: 55px;
        color: #3e3e3e;
        padding-top: 19px;
        margin-bottom: 48px;
        line-height: 50px;
        text-transform: uppercase;
    }

    header h2 span {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .discentes {
        position: relative;
    }

    header {
        background: url("../img/img_coordenacaoEquipe.webp") no-repeat top right;
        width: 100%;
        height: 495px;
        display: block;
    }

    header .coordenacao_equipe {
        margin-top: 140px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 70px;
    }

    main .margin100b {
        margin-bottom: 100px;
    }

    main a {
        display: block;
        text-decoration: none;
        font-family: "anteb medium";
        font-size: 18px;
    }

    main h2 {
        background: url("../img/detalhe_titulo.webp") no-repeat;
        font-family: "anteb bold";
        font-size: 55px;
        color: #3e3e3e;
        padding-top: 19px;
        margin-bottom: 48px;
        line-height: 50px;
    }

    main h2 span {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    /* COORDENAÇÃO */

    main .coordenacao h4 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
    }

    main .coordenacao .descricao {
        float: left;
        margin-bottom: 40px;
    }

    main .coordenacao .descricao .img_coordenador {
        position: relative;
        float: left;
    }

    main .coordenacao .descricao .img_coordenador img {
        margin-right: 40px;
    }

    main .coordenacao .descricao .img_coordenador .borda {
        width: 21px;
        height: 67px;
        display: block;
        position: absolute;
        right: 50px;
        z-index: 999;
        bottom: 10px;
        background-color: #0060ff;
    }

    main .coordenacao .descricao .box_text {
        padding: 38px 0;
    }

    main .coordenacao .descricao .box_text h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .coordenacao .descricao .box_text p {
        font-size: 18px;
        line-height: 21px;
    }

    /* Gerëncia e supervisão */

    main .gerencia_supervisao h5,
    main .nucleo_pesquisadores h5 {
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        margin-bottom: 45px;
    }

    main .gerencia_supervisao .linha,
    main .nucleo_pesquisadores .linha {
        border-top: 1px solid #000000;
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    main .gerencia_supervisao .descricao {
        width: 247px;
        margin: 0 auto;
    }

    main .gerencia_supervisao .descricao .img_coordenador {
        position: relative;
        float: left;
    }

    main .gerencia_supervisao .descricao .img_coordenador img {
        margin-right: 40px;
    }

    main .gerencia_supervisao .descricao .img_coordenador .borda {
        width: 21px;
        height: 67px;
        display: block;
        position: absolute;
        right: 30px;
        z-index: 999;
        bottom: 10px;
        background-color: #0060ff;
    }

    main .gerencia_supervisao .descricao .img_cd {
        position: relative;
        margin-bottom: 40px;
    }

    main .gerencia_supervisao .descricao .img_cd .borda {
        width: 67px;
        height: 21px;
        display: block;
        position: absolute;
        left: 15px;
        z-index: 999;
        bottom: -8px;
        background-color: #0060ff;
    }

    main .gerencia_supervisao .descricao h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .gerencia_supervisao .descricao p {
        font-size: 18px;
        line-height: 21px;
    }

    main .gerencia_supervisao .descricao strong {
        display: block;
    }

    /* NÚCLEO DE PESQUISADORES INSTITUCIONAIS */

    main .nucleo_pesquisadores .descricao {
        margin-bottom: 80px;
    }

    main .nucleo_pesquisadores .descricao h3 {
        font-family: "anteb bold";
        font-size: 20px;
    }

    main .nucleo_pesquisadores .descricao p {
        font-size: 18px;
        line-height: 21px;
    }

    main .nucleo_pesquisadores .descricao strong {
        display: block;
    }

    main .nucleo_pesquisadores .descricao .img_cd {
        position: relative;
        margin-bottom: 40px;
    }

    main .nucleo_pesquisadores .descricao .img_cd .borda {
        width: 67px;
        height: 21px;
        display: block;
        position: absolute;
        left: 15px;
        z-index: 999;
        bottom: -8px;
        background-color: #0060ff;
    }
}

