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

@media only screen and (min-width: 320px) {
    .modal-body {
        background-color: rgb(229 229 229);
    }
    
    button.btn.btn-link.teste {
        border-radius: 0;
        background-color: #0060ff;
        color: #fff;
        text-decoration: none;
        font-size: 30px;
        line-height: 30px;
        padding: 10px 15px 5px 15px;
        position: absolute;
        z-index: 999;
        right: 0;
        top: 0;
    }

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

    header .dupla-titulacao .navbar .nav-link,
    header .dupla-titulacao .navbar .nav-link:focus,
	header .dupla-titulacao .navbar .nav-link:hover {
        color: #ffffff;
    }

    header {
        padding-bottom: 0 !important;
    }

    header .discentes {
        position: relative;
    }

    header {
        background: url("../img/aluno-especial.png") no-repeat top;
        background-size: contain;
        background-position: 0 100px;
        background-color: #e5e5e5;
        width: 100%;
        display: block;
    }
	
	header .dupla-titulacao {
        background-color: #1111118c;
    }

    header .dupla-titulacao .navbar h1 {
        margin: 0;
        padding: 0;
    }

    header .coordenacao_equipe {
        margin-top: 45%;
        padding-bottom: 10%;
    }

    header h2 {
        background: none;
        font-family: "anteb bold";
        font-size: 36px;
        color: #000000;
        padding-top: 19px;
        margin-bottom: 0;
        line-height: 36px;
        text-transform: uppercase;
    }

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

    header .discentes span.subtitle {
        color: #ffffff;
        font-family: "anteb extraLight" !important;
        font-size: 20px;
    }

    header .discentes span.subtitle strong {
        font-family: "anteb extraLight" !important;
    }

    /* CONTEÚDO */

    main {
        margin-top: 0;
    }

    main a.avise-me {
        text-decoration: none;
        background-color: #0060ff;
        color: #fff;
        font-size: 20px;
        float: left;
        padding: 10px;
        font-weight: bold;
        clear: initial;
        margin-right: 15px;
        margin-top: 15px;
    }

    main a.btn_padrao {
        background-color: #000;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        margin-top: 14px;
        display: inline-table;
        text-align: center;
        transition: all .2s;
        width: auto;
    }
	
	main .colorPreto i.box_icones {
		background: url(../img/faixa_preta.png) repeat;
		display: block;
    	height: 65px;
	}

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

    main .colorAzul {
        background-color: #0061c4e6;
    }

    main .colorAzul .box {
        padding: 15px 0;
    }

    main .colorAzul .box i {
        display: inline-flex;
        margin-right: 20px;
        float: left;
    }

    main .colorAzul .box i.um {
        background: url("../img/aluno-especial-saiba-icone-topo1.webp") no-repeat;
        width: 63px;
        height: 44px;
    }

    main .colorAzul .box i.dois {
        background: url("../img/aluno-especial-saiba-icone-topo2.webp") no-repeat;
        width: 45px;
        height: 47px;
    }

    main .colorAzul .box i.tres {
        background: url("../img/aluno-especial-saiba-icone-topo3.webp") no-repeat;
        width: 52px;
        height: 45px;
    }

    main .colorAzul .box strong {
        color: #ffffff;
        font-family: "anteb bold";
    }

    main .colorAzul .box .linaSetapador {
        padding: 0 5%;
    }

    main .perguntas {
        background-color: #ebe8e5;
    }

    main .perguntas .pding0 {
        padding: 0;
    }

    main .perguntas .box {
        margin-bottom: 80px;
    }

    main .perguntas h3 {
        background: url("../img/senta_direita.webp") no-repeat;
        color: #000000;
        padding: 10px 0 0 55px;
        font-family: "anteb bold";
        font-size: 28px;
        line-height: 28px;
    }

    main .perguntas h3 span {
        font-family: "anteb extraLight";
        font-size: 23px;
		font-weight: bold;
    }

    main .perguntas .list {
        margin-top: 50px;
    }

    main .perguntas img {
        width: 100%;
        float: none;
        padding: 20px 0;
        margin-left: 0;
    }

    main .perguntas .box {
        padding-left: 0;
    }

    main .perguntas a.ultimoEditalBranco {
        float: left;
        background-color: #ffffff !important;
        border: 1px solid #000000;
        color: #000000 !important;
        width: auto;
        padding: 9px 20px !important;
    }

    main .parceiria {
        margin-top: 100px;
    }

    main .parceiria .player .video iframe {
        width: 100%;
        height: 170px;
    }

    main .parceiria strong {
        font-family: "anteb bold";
        font-size: 33px;
        line-height: 33px;
        display: block;
        margin-bottom: 28px;
        margin-top: 20px;
    }

    main .comoFunciona {
        margin-top: 50px;
    }

    main .comoFunciona h3 {
        background: url("../img/setaBaixo.png") no-repeat;
        font-family: "anteb bold";
        font-size: 25px;
        line-height: 25px;
        background-position: center bottom;
        display: block;
        margin-bottom: 28px;
        margin-top: 20px;
        text-align: center;
        padding-bottom: 50px;
    }

    main .comoFunciona .linhaTempo {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    main .comoFunciona .linha {
		position: relative;
	}
	
    main .comoFunciona .linha .bolinhaTop {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
		height: 11px;
		display: block;
		position: absolute;
		top: -10px;
		z-index: 999;
		left: 49.7%;
    }

    main .comoFunciona .linha .bandeirinha {
        background: url("../img/bandeira.png") no-repeat;
        width: 20px;
		height: 29px;
		display: block;
		position: absolute;
		left: 48.99%;
		bottom: -10px;
		z-index: 999;
    }

    main .comoFunciona .linha .bolinhaTitulo {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
        height: 11px;
        display: block;
        position: absolute;
        left: -7px;
        top: 37px;
        z-index: 999;
    }

    main .comoFunciona .Esquerda {
        text-align: right;
    }

    main .comoFunciona .linha .Esquerda .bolinhaTitulo {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
        height: 11px;
        display: block;
        position: absolute;
        right: -7px;
        top: 37px;
        left: initial;
    }

    main .comoFunciona .linha span {
        color: #006cdf;
        font-size: 18px;
        font-weight: bold;
    }
    
    main .comoFunciona .linhaTempoLeft {
        border-left: 3px solid #006cdf;
    }

    main .comoFunciona a.ultimoEdital {
        text-decoration: none;
        background-color: #000000;
        color: #fff;
        font-size: 15px;
        float: left;
        padding: 10px;
        margin-top: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

    main .investimento {
        background-color: #e5e5e5;
        padding: 15px;
        margin-top: 100px;
        border-radius: 20px;
    }

    main .investimento h3 {
        font-family: "anteb bold";
        font-size: 45px;
        color: #0060ff;
        line-height: 45px;
    }

    main .investimento h4 {
        font-family: "anteb bold";
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    main .investimento .icon_seta_pm {
        background: url("../img/duasSetas.png") no-repeat;
        background-position: center;
    }

    main .investimento img.img {
        display: block;
        margin: 0 auto;
        margin-top: 65px;
    }

    main .disciplinas_ofertadas {
        margin-bottom: 170px;
        margin-top: 100px;
    }

    main .disciplinas_ofertadas h2 {
        color: #000000;
    }

    main .disciplinas_ofertadas .box_disciplina {
        background-color: #e5e5e5;
        color: #ffffff;
        padding: 33px 33px 5px 33px;
        border-radius: 10px;
        position: relative;
        min-height: 630px;
    }
    
    main .disciplinas_ofertadas .box_disciplina .box_lista {
        margin-bottom: 28px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista img {
        width: 100%;
        margin-bottom: 30px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista .box .header_text {
        margin-bottom: 20px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista .box .header_text img.img_titulo {
        width: 200px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul {
        margin: 0;
        padding: 0;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul li {
        background: url("../img/bolinha_seta.png") no-repeat;
        padding-left: 30px;
        margin-bottom: 15px;
        background-position: left center;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul li p {
        color: #3e3e3e;
        margin: 0;
        line-height: 17px;
    }

    main .disciplinas_ofertadas .box_disciplinas .borda {
        background-color: #0060ff;
        width: 34px;
        height: 6px;
        display: block;
        position: absolute;
        top: -3px;
        left: 4px;
    }

    main .disciplinas_ofertadas .box_disciplinas .header_text {
        display: block;
        float: left;
        width: 100%;
    }

    main .disciplinas_ofertadas .box_disciplinas .header_text h4 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 20px;
    }

    main .disciplinas_ofertadas .box_disciplinas p {
        font-family: "anteb ExtraLightItalic";
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 26px;
    }

    main .disciplinas_ofertadas .box_disciplinas a {
        background-color: #0060ff;
        font-family: "anteb bold";
        font-size: 20px;
        padding: 15px 55px;
        float: left;
        color: #ffffff;
        text-decoration: none;
        border-radius: 10px;
        text-align: center;
        transition: all .2s;
        position: absolute;
        bottom: -20px;
        left: 35px;
        right: 35px;
    }

    main .disciplinas_ofertadas .box_disciplinas a:hover {
        color: #fff;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .duvidas h3 {
        background: url("../img/senta_direita_azul.webp") no-repeat;
        color: #000000;
        padding: 10px 0 0 55px;
        font-family: "anteb bold";
        font-size: 35px;
        line-height: 31px;
    }

    main .duvidas .accordion {
        margin-top: 32px;
    }

    main .duvidas h3 span {
        font-family: "anteb extraLight";
    }

    main .duvidas .bg_color {
        background-color: #f0f0f0;
        padding: 20px;
        border-radius: 10px;
    }

    main .duvidas .bg_color .accordion-button {
        background-color: #f0f0f0 !important;
    }

    main .duvidas .bg_color .accordion-body {
        background-color: #f0f0f0 !important;
    }

    main .processo_seletivo {
        background: url("../img/imgBgProcessoSeletivo.png") no-repeat;
        margin-top: 160px;
        padding: 48px 0 55px 0;
    }

    main .processo_seletivo h2 {
        background: url("../img/bolinha_branca_titulo.png") no-repeat;
        font-family: "anteb bold";
        font-size: 40px;
        line-height: 40px;
        color: #ffffff;
        padding-top: 19px;
    }

    main .processo_seletivo h4 {
        color: #ffffff;
    }

    main .processo_seletivo a.ultimoEdital {
        text-decoration: none;
        background-color: #0060ff;
        color: #fff;
        font-size: 20px;
        float: left;
        padding: 10px;
        font-weight: bold;
        margin-left: 0;
        margin-top: 15px;
    }

    main .doc_necessaria {
        background-color: #e6e6e6;
        padding: 30px;
    }

    main .doc_necessaria h3 {
        font-family: "anteb bold";
        font-size: 30px;
        color: #13161b;
        line-height: 30px;
        text-align: center;
        border-right: 4px solid #0060ff;
        padding-right: 5px;
        width: 195px;
        margin: 0 auto;
    }

    main .doc_necessaria .icon_seta_pm {
        position: relative;
    }

    main .doc_necessaria .icon_seta_pm img{
        position: inherit;
        bottom: 0;
        width: 200px;
    }

    main .doc_necessaria ul {
        padding: 0;
        margin-top: 15%;
    }

    main .doc_necessaria ul li {
        background: url("../img/seta_right.png") no-repeat;
        background-position: 0 5px;
        padding-left: 20px;
    }
}

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

    header .navbar .claro .nav-link,
    header .navbar .claro .nav-link:focus {
        color: #ffffff;
    }

    header {
        padding-bottom: 0 !important;
    }

    header .dupla-titulacao {
        background-color: #1111118c;
    }

    header .dupla-titulacao .navbar h1 {
        margin: 0;
        padding: 0;
    }

    header .discentes {
        position: relative;
    }

    header {
        background: url("../img/aluno-especial.png") no-repeat;
        background-color: #e5e5e5;
        width: 100%;
        display: block;
        background-size: cover;
        background-position: center 0;
    }

    header .coordenacao_equipe {
        margin-top: 15%;
        padding-bottom: 14%;
    }

    header h2 {
        background: none;
        font-family: "anteb bold";
        font-size: 36px;
        color: #ffffff;
        padding-top: 19px;
        margin-bottom: 0;
        line-height: 36px;
        text-transform: uppercase;
    }

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

    header .discentes span.subtitle {
        color: #ffffff;
        font-family: "anteb extraLight" !important;
        font-size: 20px;
    }

    header .discentes span.subtitle strong {
        font-family: "anteb extraLight" !important;
    }

    /* CONTEÚDO */

    main {
        margin-top: -76px;
    }

    main a.btn_padrao {
        background-color: #000;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        margin-top: 14px;
        display: inline-table;
        text-align: center;
        transition: all .2s;
        width: auto;
    }

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

    main .colorAzul {
        background-color: #0061c4e6;
    }

    main .colorAzul .box {
        padding: 15px 0;
    }

    main .colorAzul .box i {
        display: inline-flex;
        margin-right: 20px;
        float: left;
    }

    main .colorAzul .box i.um {
        background: url("../img/aluno-especial-saiba-icone-topo1.webp") no-repeat;
        width: 63px;
        height: 44px;
    }

    main .colorAzul .box i.dois {
        background: url("../img/aluno-especial-saiba-icone-topo2.webp") no-repeat;
        width: 45px;
        height: 47px;
    }

    main .colorAzul .box i.tres {
        background: url("../img/aluno-especial-saiba-icone-topo3.webp") no-repeat;
        width: 52px;
        height: 45px;
    }

    main .colorAzul .box strong {
        color: #ffffff;
        font-family: "anteb bold";
    }

    main .colorAzul .box .linaSetapador {
        padding: 0 5%;
    }

    main .perguntas {
        background-color: #ebe8e5;
    }

    main .perguntas .pding0 {
        padding: 0;
    }

    main .perguntas .box {
        margin-bottom: 80px;
    }

    main .perguntas h3 {
        background: url("../img/senta_direita.webp") no-repeat;
        color: #000000;
        padding: 10px 0 0 55px;
        font-family: "anteb bold";
        font-size: 35px;
        line-height: 31px;
    }

    main .perguntas h3 span {
        font-family: "anteb extraLight";
    }

    main .perguntas .list {
        margin-top: 50px;
    }

    main .perguntas img {
        width: 250px;
        float: none;
        padding: 20px 0;
        margin-left: 25%;
    }

    main .perguntas .box {
        padding-left: 0;
    }

    main .perguntas a.ultimoEditalBranco {
        float: left;
        background-color: #ffffff !important;
        border: 1px solid #000000;
        color: #000000 !important;
        width: auto;
        padding: 9px 20px !important;
    }

    main .parceiria {
        margin-top: 100px;
    }

    main .parceiria .player .video iframe {
        width: 100%;
        height: 358px;
    }

    main .parceiria strong {
        font-family: "anteb bold";
        font-size: 33px;
        line-height: 33px;
        display: block;
        margin-bottom: 28px;
        margin-top: 20px;
    }

    main .comoFunciona {
        margin-top: 50px;
    }

    main .comoFunciona h3 {
        background: url("../img/setaBaixo.png") no-repeat;
        font-family: "anteb bold";
        font-size: 33px;
        line-height: 33px;
        background-position: center bottom;
        display: block;
        margin-bottom: 28px;
        margin-top: 20px;
        text-align: center;
        padding-bottom: 50px;
    }

    main .comoFunciona .linhaTempo {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    main .comoFunciona .linha {
		position: relative;
	}
	
    main .comoFunciona .linha .bolinhaTop {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
		height: 11px;
		display: block;
		position: absolute;
		top: -10px;
		z-index: 999;
		left: 49.7%;
    }

    main .comoFunciona .linha .bandeirinha {
        background: url("../img/bandeira.png") no-repeat;
        width: 20px;
		height: 29px;
		display: block;
		position: absolute;
		left: 48.99%;
		bottom: -10px;
		z-index: 999;
    }

    main .comoFunciona .linha .bolinhaTitulo {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
        height: 11px;
        display: block;
        position: absolute;
        left: -7px;
        top: 37px;
        z-index: 999;
    }

    main .comoFunciona .Esquerda {
        text-align: right;
    }

    main .comoFunciona .linha .Esquerda .bolinhaTitulo {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
        height: 11px;
        display: block;
        position: absolute;
        right: -7px;
        top: 37px;
        left: initial;
    }

    main .comoFunciona .linha span {
        color: #006cdf;
        font-size: 18px;
        font-weight: bold;
    }
    
    main .comoFunciona .linhaTempoLeft {
        border-left: 3px solid #006cdf;
    }

    main .comoFunciona a.ultimoEdital {
        text-decoration: none;
        background-color: #000000;
        color: #fff;
        font-size: 20px;
        float: left;
        padding: 10px;
        margin-top: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

    main .investimento {
        background-color: #e5e5e5;
        padding: 140px 115px;
        margin-top: 100px;
        border-radius: 20px;
    }

    main .investimento h3 {
        font-family: "anteb bold";
        font-size: 45px;
        color: #0060ff;
        line-height: 45px;
    }

    main .investimento h4 {
        font-family: "anteb bold";
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    main .investimento .icon_seta_pm {
        background: url("../img/duasSetas.png") no-repeat;
        background-position: center;
    }

    main .investimento img.img {
        display: block;
        margin: 0 auto;
        margin-top: 65px;
    }

    main .disciplinas_ofertadas {
        margin-bottom: 170px;
        margin-top: 100px;
    }

    main .disciplinas_ofertadas h2 {
        color: #000000;
    }

    main .disciplinas_ofertadas .box_disciplina {
        background-color: #e5e5e5;
        color: #ffffff;
        padding: 33px 33px 5px 33px;
        border-radius: 10px;
        position: relative;
        min-height: 630px;
    }
    
    main .disciplinas_ofertadas .box_disciplina .box_lista {
        margin-bottom: 28px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista img {
        width: 100%;
        margin-bottom: 30px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista .box .header_text {
        margin-bottom: 20px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista .box .header_text img.img_titulo {
        width: 200px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul {
        margin: 0;
        padding: 0;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul li {
        background: url("../img/bolinha_seta.png") no-repeat;
        padding-left: 30px;
        margin-bottom: 15px;
        background-position: left center;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul li p {
        color: #3e3e3e;
        margin: 0;
        line-height: 17px;
    }

    main .disciplinas_ofertadas .box_disciplinas .borda {
        background-color: #0060ff;
        width: 34px;
        height: 6px;
        display: block;
        position: absolute;
        top: -3px;
        left: 4px;
    }

    main .disciplinas_ofertadas .box_disciplinas .header_text {
        display: block;
        float: left;
        width: 100%;
    }

    main .disciplinas_ofertadas .box_disciplinas .header_text h4 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 20px;
    }

    main .disciplinas_ofertadas .box_disciplinas p {
        font-family: "anteb ExtraLightItalic";
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 26px;
    }

    main .disciplinas_ofertadas .box_disciplinas a {
        background-color: #0060ff;
        font-family: "anteb bold";
        font-size: 20px;
        padding: 15px 55px;
        float: left;
        color: #ffffff;
        text-decoration: none;
        border-radius: 10px;
        text-align: center;
        transition: all .2s;
        position: absolute;
        bottom: -20px;
        left: 35px;
        right: 35px;
    }

    main .disciplinas_ofertadas .box_disciplinas a:hover {
        color: #fff;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .duvidas h3 {
        background: url("../img/senta_direita_azul.webp") no-repeat;
        color: #000000;
        padding: 10px 0 0 55px;
        font-family: "anteb bold";
        font-size: 35px;
        line-height: 31px;
    }

    main .duvidas .accordion {
        margin-top: 32px;
    }

    main .duvidas h3 span {
        font-family: "anteb extraLight";
    }

    main .duvidas .bg_color {
        background-color: #f0f0f0;
        padding: 20px;
        border-radius: 10px;
    }

    main .duvidas .bg_color .accordion-button {
        background-color: #f0f0f0 !important;
    }

    main .duvidas .bg_color .accordion-body {
        background-color: #f0f0f0 !important;
    }

    main .processo_seletivo {
        background: url("../img/imgBgProcessoSeletivo.png") no-repeat;
        margin-top: 160px;
        padding: 48px 0 55px 0;
    }

    main .processo_seletivo h2 {
        background: url("../img/bolinha_branca_titulo.png") no-repeat;
        font-family: "anteb bold";
        font-size: 40px;
        line-height: 40px;
        color: #ffffff;
        padding-top: 19px;
    }

    main .processo_seletivo h4 {
        color: #ffffff;
    }

    main .processo_seletivo a.ultimoEdital {
        text-decoration: none;
        background-color: #0060ff;
        color: #fff;
        font-size: 20px;
        float: left;
        padding: 10px;
        font-weight: bold;
        margin-left: 0;
        margin-top: 15px;
    }

    main .doc_necessaria {
        background-color: #e6e6e6;
        padding: 30px;
    }

    main .doc_necessaria h3 {
        font-family: "anteb bold";
        font-size: 30px;
        color: #13161b;
        line-height: 30px;
        text-align: center;
        border-right: 4px solid #0060ff;
        padding-right: 5px;
        width: 195px;
        margin: 0 auto;
    }

    main .doc_necessaria .icon_seta_pm {
        position: relative;
    }

    main .doc_necessaria .icon_seta_pm img{
        position: inherit;
        bottom: 0;
        width: 200px;
    }

    main .doc_necessaria ul {
        padding: 0;
        margin-top: 15%;
    }

    main .doc_necessaria ul li {
        background: url("../img/seta_right.png") no-repeat;
        background-position: 0 5px;
        padding-left: 20px;
    }
}

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

    header .navbar .claro .nav-link,
    header .navbar .claro .nav-link:focus {
        color: #ffffff;
    }

    header {
        padding-bottom: 0 !important;
    }

    header .discentes {
        position: relative;
    }

    header {
        background: url("../img/aluno-especial.png") no-repeat;
        background-color: #e5e5e5;
        width: 100%;
        display: block;
        background-size: cover;
        background-position: center 0;
    }

    header .dupla-titulacao {
        background-color: #1111118c;
    }

    header .dupla-titulacao .navbar h1 {
        margin: 0;
        padding: 0;
    }

    header .coordenacao_equipe {
        margin-top: 15%;
        padding-bottom: 14%;
    }

    header h2 {
        background: none;
        font-family: "anteb bold";
        font-size: 55px;
        color: #ffffff;
        padding-top: 19px;
        margin-bottom: 0;
        line-height: 50px;
        text-transform: uppercase;
    }

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

    header .discentes span.subtitle {
        color: #ffffff;
        font-family: "anteb extraLight" !important;
        font-size: 20px;
    }

    header .discentes span.subtitle strong {
        font-family: "anteb extraLight" !important;
    }

    /* CONTEÚDO */

    main {
        margin-top: -76px;
    }

    main a.btn_padrao {
        background-color: #000;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        margin-top: 14px;
        display: inline-table;
        text-align: center;
        transition: all .2s;
        width: auto;
    }

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

    main .colorAzul {
        background-color: #0061c4e6;
    }

    main .colorAzul .box {
        padding: 15px 0;
    }

    main .colorAzul .box i {
        display: inline-flex;
        margin-right: 20px;
        float: left;
    }

    main .colorAzul .box i.um {
        background: url("../img/aluno-especial-saiba-icone-topo1.webp") no-repeat;
        width: 63px;
        height: 44px;
    }

    main .colorAzul .box i.dois {
        background: url("../img/aluno-especial-saiba-icone-topo2.webp") no-repeat;
        width: 45px;
        height: 47px;
    }

    main .colorAzul .box i.tres {
        background: url("../img/aluno-especial-saiba-icone-topo3.webp") no-repeat;
        width: 52px;
        height: 45px;
    }

    main .colorAzul .box strong {
        color: #ffffff;
        font-family: "anteb bold";
    }

    main .colorAzul .box .linaSetapador {
        padding: 0 5%;
    }

    main .perguntas {
        background-color: #ebe8e5;
    }

    main .perguntas .pding0 {
        padding: 0;
    }

    main .perguntas .box {
        margin-bottom: 80px;
    }

    main .perguntas h3 {
        background: url("../img/senta_direita.webp") no-repeat;
        color: #000000;
        padding: 10px 0 0 55px;
        font-family: "anteb bold";
        font-size: 35px;
        line-height: 31px;
    }

    main .perguntas h3 span {
        font-family: "anteb extraLight";
    }

    main .perguntas .list {
        margin-top: 50px;
    }

    main .perguntas img {
        width: 100%;
        float: right;
        padding: 20px 0;
    }

    main .perguntas .box {
        padding-left: 55px;
    }

    main .perguntas a.ultimoEditalBranco {
        float: left;
        background-color: #ffffff !important;
        border: 1px solid #000000;
        color: #000000 !important;
        width: auto;
        padding: 9px 20px !important;
    }

    main .parceiria {
        margin-top: 100px;
    }

    main .parceiria .player .video iframe {
        width: 100%;
        height: 358px;
    }

    main .parceiria strong {
        font-family: "anteb bold";
        font-size: 33px;
        line-height: 33px;
        display: block;
        margin-bottom: 28px;
        margin-top: 20px;
    }

    main .comoFunciona {
        margin-top: 50px;
    }

    main .comoFunciona h3 {
        background: url("../img/setaBaixo.png") no-repeat;
        font-family: "anteb bold";
        font-size: 33px;
        line-height: 33px;
        background-position: center bottom;
        display: block;
        margin-bottom: 28px;
        margin-top: 20px;
        text-align: center;
        padding-bottom: 50px;
    }

    main .comoFunciona .linhaTempo {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    main .comoFunciona .linha {
		position: relative;
	}
	
    main .comoFunciona .linha .bolinhaTop {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
		height: 11px;
		display: block;
		position: absolute;
		top: -10px;
		z-index: 999;
		left: 49.7%;
    }

    main .comoFunciona .linha .bandeirinha {
        background: url("../img/bandeira.png") no-repeat;
        width: 20px;
		height: 29px;
		display: block;
		position: absolute;
		left: 48.99%;
		bottom: -10px;
		z-index: 999;
    }

    main .comoFunciona .linha .bolinhaTitulo {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
        height: 11px;
        display: block;
        position: absolute;
        left: -7px;
        top: 37px;
        z-index: 999;
    }

    main .comoFunciona .Esquerda {
        text-align: right;
    }

    main .comoFunciona .linha .Esquerda .bolinhaTitulo {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
        height: 11px;
        display: block;
        position: absolute;
        right: -7px;
        top: 37px;
        left: initial;
    }

    main .comoFunciona .linha span {
        color: #006cdf;
        font-size: 18px;
        font-weight: bold;
    }
    
    main .comoFunciona .linhaTempoLeft {
        border-left: 3px solid #006cdf;
    }

    main .comoFunciona a.ultimoEdital {
        text-decoration: none;
        background-color: #000000;
        color: #fff;
        font-size: 20px;
        float: left;
        padding: 10px;
        margin-top: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

    main .investimento {
        background-color: #e5e5e5;
        padding: 140px 115px;
        margin-top: 100px;
        border-radius: 20px;
    }

    main .investimento h3 {
        font-family: "anteb bold";
        font-size: 45px;
        color: #0060ff;
        line-height: 45px;
    }

    main .investimento h4 {
        font-family: "anteb bold";
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    main .investimento .icon_seta_pm {
        background: url("../img/duasSetas.png") no-repeat;
        background-position: center;
    }

    main .investimento img.img {
        display: block;
        margin: 0 auto;
        margin-top: 65px;
    }

    main .disciplinas_ofertadas {
        margin-bottom: 170px;
        margin-top: 100px;
    }

    main .disciplinas_ofertadas h2 {
        color: #000000;
    }

    main .disciplinas_ofertadas .box_disciplina {
        background-color: #e5e5e5;
        color: #ffffff;
        padding: 33px 33px 5px 33px;
        border-radius: 10px;
        position: relative;
        min-height: 630px;
    }
    
    main .disciplinas_ofertadas .box_disciplina .box_lista {
        margin-bottom: 28px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista img {
        width: 100%;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista .box .header_text {
        margin-bottom: 20px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista .box .header_text img.img_titulo {
        width: 200px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul {
        margin: 0;
        padding: 0;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul li {
        background: url("../img/bolinha_seta.png") no-repeat;
        padding-left: 30px;
        margin-bottom: 15px;
        background-position: left center;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul li p {
        color: #3e3e3e;
        margin: 0;
        line-height: 17px;
    }

    main .disciplinas_ofertadas .box_disciplinas .borda {
        background-color: #0060ff;
        width: 34px;
        height: 6px;
        display: block;
        position: absolute;
        top: -3px;
        left: 4px;
    }

    main .disciplinas_ofertadas .box_disciplinas .header_text {
        display: block;
        float: left;
        width: 100%;
    }

    main .disciplinas_ofertadas .box_disciplinas .header_text h4 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 20px;
    }

    main .disciplinas_ofertadas .box_disciplinas p {
        font-family: "anteb ExtraLightItalic";
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 26px;
    }

    main .disciplinas_ofertadas .box_disciplinas a {
        background-color: #0060ff;
        font-family: "anteb bold";
        font-size: 20px;
        padding: 15px 55px;
        float: left;
        color: #ffffff;
        text-decoration: none;
        border-radius: 10px;
        text-align: center;
        transition: all .2s;
        position: absolute;
        bottom: -20px;
        left: 35px;
        right: 35px;
    }

    main .disciplinas_ofertadas .box_disciplinas a:hover {
        color: #fff;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .duvidas h3 {
        background: url("../img/senta_direita_azul.webp") no-repeat;
        color: #000000;
        padding: 10px 0 0 55px;
        font-family: "anteb bold";
        font-size: 35px;
        line-height: 31px;
    }

    main .duvidas .accordion {
        margin-top: 32px;
    }

    main .duvidas h3 span {
        font-family: "anteb extraLight";
    }

    main .duvidas .bg_color {
        background-color: #f0f0f0;
        padding: 20px;
        border-radius: 10px;
    }

    main .duvidas .bg_color .accordion-button {
        background-color: #f0f0f0 !important;
    }

    main .duvidas .bg_color .accordion-body {
        background-color: #f0f0f0 !important;
    }

    main .processo_seletivo {
        background: url("../img/imgBgProcessoSeletivo.png") no-repeat;
        margin-top: 160px;
        padding: 48px 0 55px 0;
    }

    main .processo_seletivo h2 {
        background: url("../img/bolinha_branca_titulo.png") no-repeat;
        font-family: "anteb bold";
        font-size: 40px;
        line-height: 40px;
        color: #ffffff;
        padding-top: 19px;
    }

    main .processo_seletivo h4 {
        color: #ffffff;
    }

    main .processo_seletivo a.ultimoEdital {
        text-decoration: none;
        background-color: #0060ff;
        color: #fff;
        font-size: 20px;
        float: left;
        padding: 10px;
        font-weight: bold;
        margin-left: 0;
        margin-top: 15px;
    }

    main .doc_necessaria {
        background-color: #e6e6e6;
        padding-top: 30px;
    }

    main .doc_necessaria h3 {
        font-family: "anteb bold";
        font-size: 30px;
        color: #13161b;
        line-height: 30px;
        text-align: right;
        border-right: 4px solid #0060ff;
        padding-right: 5px;
        margin-top: 35%;
    }

    main .doc_necessaria .icon_seta_pm {
        position: relative;
    }

    main .doc_necessaria .icon_seta_pm img{
        position: inherit;
        bottom: 0;
        width: 200px;
    }

    main .doc_necessaria ul {
        padding: 0;
        margin-top: 15%;
    }

    main .doc_necessaria ul li {
        background: url("../img/seta_right.png") no-repeat;
        background-position: 0 5px;
        padding-left: 20px;
    }
}

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

    header .navbar .claro .nav-link,
    header .navbar .claro .nav-link:focus {
        color: #ffffff;
    }

    header {
        padding-bottom: 0 !important;
    }

    header .discentes {
        position: relative;
    }

    header {
        background: url("../img/aluno-especial.png") no-repeat;
        background-color: #e5e5e5;
        width: 100%;
        display: block;
        background-size: cover;
        background-position: center 0;
    }

    header .dupla-titulacao {
        background-color: #1111118c;
    }

    header .dupla-titulacao .navbar h1 {
        margin: 0;
        padding: 0;
    }

    header .coordenacao_equipe {
        margin-top: 15%;
        padding-bottom: 14%;
    }

    header h2 {
        background: none;
        font-family: "anteb bold";
        font-size: 55px;
        color: #ffffff;
        padding-top: 19px;
        margin-bottom: 0;
        line-height: 50px;
        text-transform: uppercase;
    }

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

    header .discentes span.subtitle {
        color: #ffffff;
        font-family: "anteb extraLight" !important;
        font-size: 20px;
    }

    header .discentes span.subtitle strong {
        font-family: "anteb extraLight" !important;
    }

    /* CONTEÚDO */

    main {
        margin-top: -76px;
    }

    main a.btn_padrao {
        background-color: #000;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        margin-top: 14px;
        display: inline-table;
        text-align: center;
        transition: all .2s;
        width: auto;
    }

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

    main .colorAzul {
        background-color: #0061c4e6;
    }

    main .colorAzul .box {
        padding: 15px 0;
    }

    main .colorAzul .box i {
        display: inline-flex;
        margin-right: 20px;
        float: left;
    }

    main .colorAzul .box i.um {
        background: url("../img/aluno-especial-saiba-icone-topo1.webp") no-repeat;
        width: 63px;
        height: 44px;
    }

    main .colorAzul .box i.dois {
        background: url("../img/aluno-especial-saiba-icone-topo2.webp") no-repeat;
        width: 45px;
        height: 47px;
    }

    main .colorAzul .box i.tres {
        background: url("../img/aluno-especial-saiba-icone-topo3.webp") no-repeat;
        width: 52px;
        height: 45px;
    }

    main .colorAzul .box strong {
        color: #ffffff;
        font-family: "anteb bold";
    }

    main .colorAzul .box .linaSetapador {
        padding: 0 5%;
    }

    main .perguntas {
        background-color: #ebe8e5;
    }

    main .perguntas .pding0 {
        padding: 0;
    }

    main .perguntas .box {
        margin-bottom: 80px;
    }

    main .perguntas h3 {
        background: url("../img/senta_direita.webp") no-repeat;
        color: #000000;
        padding: 10px 0 0 55px;
        font-family: "anteb bold";
        font-size: 35px;
        line-height: 31px;
    }

    main .perguntas h3 span {
        font-family: "anteb extraLight";
    }

    main .perguntas .list {
        margin-top: 50px;
    }

    main .perguntas img {
        width: 100%;
        float: right;
        padding: 20px 0;
    }

    main .perguntas .box {
        padding-left: 55px;
    }

    main .perguntas a.ultimoEditalBranco {
        float: left;
        background-color: #ffffff !important;
        border: 1px solid #000000;
        color: #000000 !important;
        width: auto;
        padding: 9px 20px !important;
    }

    main .parceiria {
        margin-top: 100px;
    }

    main .parceiria .player .video iframe {
        width: 100%;
        height: 358px;
    }

    main .parceiria strong {
        font-family: "anteb bold";
        font-size: 33px;
        line-height: 33px;
        display: block;
        margin-bottom: 28px;
        margin-top: 20px;
    }

    main .comoFunciona {
        margin-top: 50px;
    }

    main .comoFunciona h3 {
        background: url("../img/setaBaixo.png") no-repeat;
        font-family: "anteb bold";
        font-size: 33px;
        line-height: 33px;
        background-position: center bottom;
        display: block;
        margin-bottom: 28px;
        margin-top: 20px;
        text-align: center;
        padding-bottom: 50px;
    }

    main .comoFunciona .linhaTempo {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    main .comoFunciona .linha {
		position: relative;
	}
	
    main .comoFunciona .linha .bolinhaTop {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
		height: 11px;
		display: block;
		position: absolute;
		top: -10px;
		z-index: 999;
		left: 49.7%;
    }

    main .comoFunciona .linha .bandeirinha {
        background: url("../img/bandeira.png") no-repeat;
        width: 20px;
		height: 29px;
		display: block;
		position: absolute;
		left: 48.99%;
		bottom: -10px;
		z-index: 999;
    }

    main .comoFunciona .linha .bolinhaTitulo {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
        height: 11px;
        display: block;
        position: absolute;
        left: -7px;
        top: 37px;
        z-index: 999;
    }

    main .comoFunciona .Esquerda {
        text-align: right;
    }

    main .comoFunciona .linha .Esquerda .bolinhaTitulo {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
        height: 11px;
        display: block;
        position: absolute;
        right: -7px;
        top: 37px;
        left: initial;
    }

    main .comoFunciona .linha span {
        color: #006cdf;
        font-size: 18px;
        font-weight: bold;
    }
    
    main .comoFunciona .linhaTempoLeft {
        border-left: 3px solid #006cdf;
    }

    main .comoFunciona a.ultimoEdital {
        text-decoration: none;
        background-color: #000000;
        color: #fff;
        font-size: 20px;
        float: left;
        padding: 10px;
        margin-top: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

    main .investimento {
        background-color: #e5e5e5;
        padding: 140px 115px;
        margin-top: 100px;
        border-radius: 20px;
    }

    main .investimento h3 {
        font-family: "anteb bold";
        font-size: 45px;
        color: #0060ff;
        line-height: 45px;
    }

    main .investimento h4 {
        font-family: "anteb bold";
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    main .investimento .icon_seta_pm {
        background: url("../img/duasSetas.png") no-repeat;
        background-position: center;
    }

    main .investimento img.img {
        display: block;
        margin: 0 auto;
        margin-top: 65px;
    }

    main .disciplinas_ofertadas {
        margin-bottom: 170px;
        margin-top: 100px;
    }

    main .disciplinas_ofertadas h2 {
        color: #000000;
    }

    main .disciplinas_ofertadas .box_disciplina {
        background-color: #e5e5e5;
        color: #ffffff;
        padding: 33px 33px 5px 33px;
        border-radius: 10px;
        position: relative;
        min-height: 630px;
    }
    
    main .disciplinas_ofertadas .box_disciplina .box_lista {
        margin-bottom: 28px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista img {
        width: 100%;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista .box .header_text {
        margin-bottom: 20px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista .box .header_text img.img_titulo {
        width: 200px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul {
        margin: 0;
        padding: 0;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul li {
        background: url("../img/bolinha_seta.png") no-repeat;
        padding-left: 30px;
        margin-bottom: 15px;
        background-position: left center;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul li p {
        color: #3e3e3e;
        margin: 0;
        line-height: 17px;
    }

    main .disciplinas_ofertadas .box_disciplinas .borda {
        background-color: #0060ff;
        width: 34px;
        height: 6px;
        display: block;
        position: absolute;
        top: -3px;
        left: 4px;
    }

    main .disciplinas_ofertadas .box_disciplinas .header_text {
        display: block;
        float: left;
        width: 100%;
    }

    main .disciplinas_ofertadas .box_disciplinas .header_text h4 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 20px;
    }

    main .disciplinas_ofertadas .box_disciplinas p {
        font-family: "anteb ExtraLightItalic";
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 26px;
    }

    main .disciplinas_ofertadas .box_disciplinas a {
        background-color: #0060ff;
        font-family: "anteb bold";
        font-size: 20px;
        padding: 15px 55px;
        float: left;
        color: #ffffff;
        text-decoration: none;
        border-radius: 10px;
        text-align: center;
        transition: all .2s;
        position: absolute;
        bottom: -20px;
        left: 35px;
        right: 35px;
    }

    main .disciplinas_ofertadas .box_disciplinas a:hover {
        color: #fff;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .duvidas h3 {
        background: url("../img/senta_direita_azul.webp") no-repeat;
        color: #000000;
        padding: 10px 0 0 55px;
        font-family: "anteb bold";
        font-size: 35px;
        line-height: 31px;
    }

    main .duvidas .accordion {
        margin-top: 32px;
    }

    main .duvidas h3 span {
        font-family: "anteb extraLight";
    }

    main .duvidas .bg_color {
        background-color: #f0f0f0;
        padding: 20px;
        border-radius: 10px;
    }

    main .duvidas .bg_color .accordion-button {
        background-color: #f0f0f0 !important;
    }

    main .duvidas .bg_color .accordion-body {
        background-color: #f0f0f0 !important;
    }

    main .processo_seletivo {
        background: url("../img/imgBgProcessoSeletivo.png") no-repeat;
        margin-top: 160px;
        padding: 48px 0 55px 0;
    }

    main .processo_seletivo h2 {
        background: url("../img/bolinha_branca_titulo.png") no-repeat;
        font-family: "anteb bold";
        font-size: 40px;
        line-height: 40px;
        color: #ffffff;
        padding-top: 19px;
    }

    main .processo_seletivo h4 {
        color: #ffffff;
    }

    main .processo_seletivo a.ultimoEdital {
        text-decoration: none;
        background-color: #0060ff;
        color: #fff;
        font-size: 20px;
        float: left;
        padding: 10px;
        font-weight: bold;
        margin-left: 0;
        margin-top: 15px;
    }

    main .doc_necessaria {
        background-color: #e6e6e6;
        padding-top: 30px;
    }

    main .doc_necessaria h3 {
        font-family: "anteb bold";
        font-size: 45px;
        color: #13161b;
        line-height: 45px;
        text-align: right;
        border-right: 4px solid #0060ff;
        padding-right: 5px;
        margin-top: 35%;
        width: initial;
    }

    main .doc_necessaria .icon_seta_pm {
        position: relative;
    }

    main .doc_necessaria .icon_seta_pm img{
        position: absolute;
        bottom: 0;
        width: 215px;
    }

    main .doc_necessaria ul {
        padding: 0;
        margin-top: 15%;
    }

    main .doc_necessaria ul li {
        background: url("../img/seta_right.png") no-repeat;
        background-position: 0 5px;
        padding-left: 20px;
    }
}

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

    header .navbar .claro .nav-link,
    header .navbar .claro .nav-link:focus {
        color: #ffffff;
    }

    header {
        padding-bottom: 0 !important;
    }

    header .discentes {
        position: relative;
    }

    header {
        background: url("../img/aluno-especial.png") no-repeat;
        background-color: #e5e5e5;
        width: 100%;
        display: block;
        background-size: cover;
        background-position: center 0;
    }

    header .dupla-titulacao {
        background-color: #1111118c;
    }

    header .dupla-titulacao .navbar h1 {
        margin: 0;
        padding: 0;
    }

    header .coordenacao_equipe {
        margin-top: 15%;
        padding-bottom: 14%;
    }

    header h2 {
        background: none;
        font-family: "anteb bold";
        font-size: 55px;
        color: #ffffff;
        padding-top: 19px;
        margin-bottom: 0;
        line-height: 50px;
        text-transform: uppercase;
    }

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

    header .discentes span.subtitle {
        color: #ffffff;
        font-family: "anteb extraLight" !important;
        font-size: 20px;
    }

    header .discentes span.subtitle strong {
        font-family: "anteb extraLight" !important;
    }

    /* CONTEÚDO */

    main {
        margin-top: -76px;
    }

    main a.btn_padrao {
        background-color: #000;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        margin-top: 14px;
        display: inline-table;
        text-align: center;
        transition: all .2s;
        width: auto;
    }

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

    main .colorAzul {
        background-color: #0061c4e6;
    }

    main .colorAzul .box {
        padding: 15px 0;
    }

    main .colorAzul .box i {
        display: inline-flex;
        margin-right: 20px;
        float: left;
    }

    main .colorAzul .box i.um {
        background: url("../img/aluno-especial-saiba-icone-topo1.webp") no-repeat;
        width: 63px;
        height: 44px;
    }

    main .colorAzul .box i.dois {
        background: url("../img/aluno-especial-saiba-icone-topo2.webp") no-repeat;
        width: 45px;
        height: 47px;
    }

    main .colorAzul .box i.tres {
        background: url("../img/aluno-especial-saiba-icone-topo3.webp") no-repeat;
        width: 52px;
        height: 45px;
    }

    main .colorAzul .box strong {
        color: #ffffff;
        font-family: "anteb bold";
    }

    main .colorAzul .box .linaSetapador {
        padding: 0 5%;
    }

    main .perguntas {
        background-color: #ebe8e5;
    }

    main .perguntas .pding0 {
        padding: 0;
    }

    main .perguntas .box {
        margin-bottom: 80px;
    }

    main .perguntas h3 {
        background: url("../img/senta_direita.webp") no-repeat;
        color: #000000;
        padding: 10px 0 0 55px;
        font-family: "anteb bold";
        font-size: 35px;
        line-height: 31px;
    }

    main .perguntas h3 span {
        font-family: "anteb extraLight";
    }

    main .perguntas .list {
        margin-top: 50px;
    }

    main .perguntas img {
        width: 100%;
        float: right;
        padding: 20px 0;
    }

    main .perguntas .box {
        padding-left: 55px;
    }

    main .perguntas a.ultimoEditalBranco {
        float: left;
        background-color: #ffffff !important;
        border: 1px solid #000000;
        color: #000000 !important;
        width: auto;
        padding: 9px 20px !important;
    }

    main .parceiria {
        margin-top: 100px;
    }

    main .parceiria .player .video iframe {
        width: 100%;
        height: 358px;
    }

    main .parceiria strong {
        font-family: "anteb bold";
        font-size: 33px;
        line-height: 33px;
        display: block;
        margin-bottom: 28px;
        margin-top: 20px;
    }

    main .comoFunciona {
        margin-top: 50px;
    }

    main .comoFunciona h3 {
        background: url("../img/setaBaixo.png") no-repeat;
        font-family: "anteb bold";
        font-size: 33px;
        line-height: 33px;
        background-position: center bottom;
        display: block;
        margin-bottom: 28px;
        margin-top: 20px;
        text-align: center;
        padding-bottom: 50px;
    }

    main .comoFunciona .linhaTempo {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    main .comoFunciona .linha {
		position: relative;
	}
	
    main .comoFunciona .linha .bolinhaTop {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
		height: 11px;
		display: block;
		position: absolute;
		top: -10px;
		z-index: 999;
		left: 49.7%;
    }

    main .comoFunciona .linha .bandeirinha {
        background: url("../img/bandeira.png") no-repeat;
        width: 20px;
		height: 29px;
		display: block;
		position: absolute;
		left: 48.99%;
		bottom: -10px;
		z-index: 999;
    }

    main .comoFunciona .linha .bolinhaTitulo {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
        height: 11px;
        display: block;
        position: absolute;
        left: -7px;
        top: 37px;
        z-index: 999;
    }

    main .comoFunciona .Esquerda {
        text-align: right;
    }

    main .comoFunciona .linha .Esquerda .bolinhaTitulo {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
        height: 11px;
        display: block;
        position: absolute;
        right: -7px;
        top: 37px;
        left: initial;
    }

    main .comoFunciona .linha span {
        color: #006cdf;
        font-size: 18px;
        font-weight: bold;
    }
    
    main .comoFunciona .linhaTempoLeft {
        border-left: 3px solid #006cdf;
    }

    main .comoFunciona a.ultimoEdital {
        text-decoration: none;
        background-color: #000000;
        color: #fff;
        font-size: 20px;
        float: left;
        padding: 10px;
        margin-top: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

    main .investimento {
        background-color: #e5e5e5;
        padding: 140px 115px;
        margin-top: 100px;
        border-radius: 20px;
    }

    main .investimento h3 {
        font-family: "anteb bold";
        font-size: 45px;
        color: #0060ff;
        line-height: 45px;
    }

    main .investimento h4 {
        font-family: "anteb bold";
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    main .investimento .icon_seta_pm {
        background: url("../img/duasSetas.png") no-repeat;
        background-position: center;
    }

    main .investimento img.img {
        display: block;
        margin: 0 auto;
        margin-top: 65px;
    }

    main .disciplinas_ofertadas {
        margin-bottom: 170px;
        margin-top: 100px;
    }

    main .disciplinas_ofertadas h2 {
        color: #000000;
    }

    main .disciplinas_ofertadas .box_disciplina {
        background-color: #e5e5e5;
        color: #ffffff;
        padding: 33px 33px 5px 33px;
        border-radius: 10px;
        position: relative;
        min-height: 630px;
    }
    
    main .disciplinas_ofertadas .box_disciplina .box_lista {
        margin-bottom: 28px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista .box .header_text {
        margin-bottom: 20px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista .box .header_text img.img_titulo {
        width: 200px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul {
        margin: 0;
        padding: 0;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul li {
        background: url("../img/bolinha_seta.png") no-repeat;
        padding-left: 30px;
        margin-bottom: 15px;
        background-position: left center;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul li p {
        color: #3e3e3e;
        margin: 0;
        line-height: 17px;
    }

    main .disciplinas_ofertadas .box_disciplinas .borda {
        background-color: #0060ff;
        width: 34px;
        height: 6px;
        display: block;
        position: absolute;
        top: -3px;
        left: 4px;
    }

    main .disciplinas_ofertadas .box_disciplinas .header_text {
        display: block;
        float: left;
        width: 100%;
    }

    main .disciplinas_ofertadas .box_disciplinas .header_text h4 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 20px;
    }

    main .disciplinas_ofertadas .box_disciplinas p {
        font-family: "anteb ExtraLightItalic";
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 26px;
    }

    main .disciplinas_ofertadas .box_disciplinas a {
        background-color: #0060ff;
        font-family: "anteb bold";
        font-size: 20px;
        padding: 15px 55px;
        float: left;
        color: #ffffff;
        text-decoration: none;
        border-radius: 10px;
        text-align: center;
        transition: all .2s;
        position: absolute;
        bottom: -20px;
        left: 35px;
        right: 35px;
    }

    main .disciplinas_ofertadas .box_disciplinas a:hover {
        color: #fff;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .duvidas h3 {
        background: url("../img/senta_direita_azul.webp") no-repeat;
        color: #000000;
        padding: 10px 0 0 55px;
        font-family: "anteb bold";
        font-size: 35px;
        line-height: 31px;
    }

    main .duvidas .accordion {
        margin-top: 32px;
    }

    main .duvidas h3 span {
        font-family: "anteb extraLight";
    }

    main .duvidas .bg_color {
        background-color: #f0f0f0;
        padding: 20px;
        border-radius: 10px;
    }

    main .duvidas .bg_color .accordion-button {
        background-color: #f0f0f0 !important;
    }

    main .duvidas .bg_color .accordion-body {
        background-color: #f0f0f0 !important;
    }

    main .processo_seletivo {
        background: url("../img/imgBgProcessoSeletivo.png") no-repeat;
        margin-top: 160px;
        padding: 48px 0 55px 0;
    }

    main .processo_seletivo h2 {
        background: url("../img/bolinha_branca_titulo.png") no-repeat;
        font-family: "anteb bold";
        font-size: 40px;
        line-height: 40px;
        color: #ffffff;
        padding-top: 19px;
    }

    main .processo_seletivo h4 {
        color: #ffffff;
    }

    main .processo_seletivo a.ultimoEdital {
        text-decoration: none;
        background-color: #0060ff;
        color: #fff;
        font-size: 20px;
        float: left;
        padding: 10px;
        font-weight: bold;
        margin-left: 0;
        margin-top: 15px;
    }

    main .doc_necessaria {
        background-color: #e6e6e6;
        padding-top: 30px;
    }

    main .doc_necessaria h3 {
        font-family: "anteb bold";
        font-size: 45px;
        color: #13161b;
        line-height: 45px;
        text-align: right;
        border-right: 4px solid #0060ff;
        padding-right: 5px;
        margin-top: 35%;
    }

    main .doc_necessaria .icon_seta_pm {
        position: relative;
    }

    main .doc_necessaria .icon_seta_pm img{
        position: absolute;
        bottom: 0;
        width: 60%;
    }

    main .doc_necessaria ul {
        padding: 0;
        margin-top: 15%;
    }

    main .doc_necessaria ul li {
        background: url("../img/seta_right.png") no-repeat;
        background-position: 0 5px;
        padding-left: 20px;
    }
}

@media (min-width: 1400px) {

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

    header .navbar .claro .nav-link,
    header .navbar .claro .nav-link:focus {
        color: #ffffff;
    }

    header {
        padding-bottom: 0 !important;
    }

    header .discentes {
        position: relative;
    }

    header {
        background: url("../img/aluno-especial.png") no-repeat;
        background-color: #e5e5e5;
        width: 100%;
        display: block;
        background-size: cover;
        background-position: center 0;
    }

    header .dupla-titulacao {
        background-color: #1111118c;
    }

    header .dupla-titulacao .navbar h1 {
        margin: 0;
        padding: 0;
    }

    header .coordenacao_equipe {
        margin-top: 15%;
        padding-bottom: 8%;
    }

    header h2 {
        background: none;
        font-family: "anteb bold";
        font-size: 55px;
        color: #ffffff;
        padding-top: 19px;
        margin-bottom: 0;
        line-height: 50px;
        text-transform: uppercase;
    }

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

    header .discentes span.subtitle {
        color: #ffffff;
        font-family: "anteb extraLight" !important;
        font-size: 20px;
    }

    header .discentes span.subtitle strong {
        font-family: "anteb extraLight" !important;
    }

    /* CONTEÚDO */

    main {
        margin-top: -76px;
    }

    main a.btn_padrao {
        background-color: #000;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        margin-top: 15px;
        display: inline-table;
        float: left;
        text-align: center;
        transition: all .2s;
        width: auto;
    }

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

    main .colorAzul {
        background-color: #0061c4e6;
    }

    main .colorAzul .box {
        padding: 15px 0;
    }

    main .colorAzul .box i {
        display: inline-flex;
        margin-right: 20px;
        float: left;
    }

    main .colorAzul .box i.um {
        background: url("../img/aluno-especial-saiba-icone-topo1.webp") no-repeat;
        width: 63px;
        height: 44px;
    }

    main .colorAzul .box i.dois {
        background: url("../img/aluno-especial-saiba-icone-topo2.webp") no-repeat;
        width: 45px;
        height: 47px;
    }

    main .colorAzul .box i.tres {
        background: url("../img/aluno-especial-saiba-icone-topo3.webp") no-repeat;
        width: 52px;
        height: 45px;
    }

    main .colorAzul .box strong {
        color: #ffffff;
        font-family: "anteb bold";
    }

    main .colorAzul .box .linaSetapador {
        padding: 0 5%;
    }

    main .perguntas {
        background-color: #ebe8e5;
    }

    main .perguntas .pding0 {
        padding: 0;
    }

    main .perguntas .box {
        margin-bottom: 80px;
    }

    main .perguntas h3 {
        background: url("../img/senta_direita.webp") no-repeat;
        color: #000000;
        padding: 10px 0 0 55px;
        font-family: "anteb bold";
        font-size: 35px;
        line-height: 31px;
		margin-bottom: 15px;
    }

    main .perguntas h3 span {
        font-family: "anteb extraLight";
    }

    main .perguntas .list {
        margin-top: 50px;
    }

    main .perguntas img {
        width: 420px;
        float: right;
        padding: 20px 0;
    }

    main .perguntas .box {
        padding-left: 55px;
    }
	
	main .perguntas .box img {
        margin-top: 40px;
    }

    main .perguntas a.ultimoEditalBranco {
        float: left;
        background-color: #ffffff !important;
        border: 1px solid #000000;
        color: #000000 !important;
        width: auto;
        padding: 9px 20px !important;
    }

    main .parceiria {
        margin-top: 100px;
    }

    main .parceiria .player .video iframe {
        width: 100%;
        height: 358px;
    }

    main .parceiria strong {
        font-family: "anteb bold";
        font-size: 33px;
        line-height: 33px;
        display: block;
        margin-bottom: 28px;
        margin-top: 20px;
    }

    main .comoFunciona {
        margin-top: 50px;
    }

    main .comoFunciona h3 {
        background: url("../img/setaBaixo.png") no-repeat;
        font-family: "anteb bold";
        font-size: 33px;
        line-height: 33px;
        background-position: center bottom;
        display: block;
        margin-bottom: 28px;
        margin-top: 20px;
        text-align: center;
        padding-bottom: 50px;
    }

    main .comoFunciona .linhaTempo {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
    }

	main .comoFunciona .linha {
		position: relative;
	}
	
    main .comoFunciona .linha .bolinhaTop {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
		height: 11px;
		display: block;
		position: absolute;
		top: -10px;
		z-index: 999;
		left: 49.7%;
    }

    main .comoFunciona .linha .bandeirinha {
        background: url("../img/bandeira.png") no-repeat;
        width: 20px;
		height: 29px;
		display: block;
		position: absolute;
		left: 48.99%;
		bottom: -10px;
		z-index: 999;
    }

    main .comoFunciona .linha .bolinhaTitulo {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
        height: 11px;
        display: block;
        position: absolute;
        left: -7px;
        top: 45px;
        z-index: 999;
    }

    main .comoFunciona .Esquerda {
        text-align: right;
    }

    main .comoFunciona .linha .Esquerda .bolinhaTitulo {
        background: url("../img/bolinha.png") no-repeat;
        width: 11px;
        height: 11px;
        display: block;
        position: absolute;
        right: -7px;
        top: 45px;
        left: initial;
    }

    main .comoFunciona .linha span {
        color: #006cdf;
        font-size: 30px;
        font-weight: bold;
    }
    
    main .comoFunciona .linhaTempoLeft {
        border-left: 3px solid #006cdf;
    }

    main .comoFunciona a.ultimoEdital {
        text-decoration: none;
        background-color: #000000;
        color: #fff;
        font-size: 20px;
        float: left;
        padding: 10px;
        margin-top: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

    main .investimento {
        background-color: #e5e5e5;
        padding: 140px 115px;
        margin-top: 100px;
        border-radius: 20px;
    }

    main .investimento h3 {
        font-family: "anteb bold";
        font-size: 45px;
        color: #0060ff;
        line-height: 45px;
    }

    main .investimento h4 {
        font-family: "anteb bold";
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    main .investimento .icon_seta_pm {
        background: url("../img/duasSetas.png") no-repeat;
        background-position: center;
    }

    main .investimento img.img {
        display: block;
        margin: 0 auto;
        margin-top: 65px;
    }

    main .disciplinas_ofertadas {
        margin-bottom: 170px;
        margin-top: 100px;
    }

    main .disciplinas_ofertadas h2 {
        color: #000000;
    }

    main .disciplinas_ofertadas .box_disciplina {
        background-color: #e5e5e5;
        color: #ffffff;
        padding: 33px 33px 5px 33px;
        border-radius: 10px;
        position: relative;
        min-height: 630px;
    }
    
    main .disciplinas_ofertadas .box_disciplina .box_lista {
        margin-bottom: 28px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista .box .header_text {
        margin-bottom: 20px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista .box .header_text img.img_titulo {
        width: 200px;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul {
        margin: 0;
        padding: 0;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul li {
        background: url("../img/bolinha_seta.png") no-repeat;
        padding-left: 30px;
        margin-bottom: 15px;
        background-position: left center;
    }

    main .disciplinas_ofertadas .box_disciplina .box_lista ul li p {
        color: #3e3e3e;
        margin: 0;
        line-height: 17px;
    }

    main .disciplinas_ofertadas .box_disciplinas .borda {
        background-color: #0060ff;
        width: 34px;
        height: 6px;
        display: block;
        position: absolute;
        top: -3px;
        left: 4px;
    }

    main .disciplinas_ofertadas .box_disciplinas .header_text {
        display: block;
        float: left;
        width: 100%;
    }

    main .disciplinas_ofertadas .box_disciplinas .header_text h4 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 20px;
    }

    main .disciplinas_ofertadas .box_disciplinas p {
        font-family: "anteb ExtraLightItalic";
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 26px;
    }

    main .disciplinas_ofertadas .box_disciplinas a {
        background-color: #0060ff;
        font-family: "anteb bold";
        font-size: 20px;
        padding: 15px 55px;
        float: left;
        color: #ffffff;
        text-decoration: none;
        border-radius: 10px;
        text-align: center;
        transition: all .2s;
        position: absolute;
        bottom: -20px;
        left: 35px;
        right: 35px;
    }

    main .disciplinas_ofertadas .box_disciplinas a:hover {
        color: #fff;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .duvidas h3 {
        background: url("../img/senta_direita_azul.webp") no-repeat;
        color: #000000;
        padding: 10px 0 0 55px;
        font-family: "anteb bold";
        font-size: 35px;
        line-height: 31px;
    }

    main .duvidas .accordion {
        margin-top: 32px;
    }

    main .duvidas h3 span {
        font-family: "anteb extraLight";
    }

    main .duvidas .bg_color {
        background-color: #f0f0f0;
        padding: 20px;
        border-radius: 10px;
    }

    main .duvidas .bg_color .accordion-button {
        background-color: #f0f0f0 !important;
    }

    main .duvidas .bg_color .accordion-body {
        background-color: #f0f0f0 !important;
    }

    main .processo_seletivo {
        background: url("../img/imgBgProcessoSeletivo.png") no-repeat;
        margin-top: 160px;
        padding: 48px 0 55px 0;
    }

    main .processo_seletivo h2 {
        background: url("../img/bolinha_branca_titulo.png") no-repeat;
        font-family: "anteb bold";
        font-size: 40px;
        line-height: 40px;
        color: #ffffff;
        padding-top: 19px;
    }

    main .processo_seletivo h4 {
        color: #ffffff;
    }

    main .processo_seletivo a.ultimoEdital {
        text-decoration: none;
        background-color: #0060ff;
        color: #fff;
        font-size: 20px;
        float: left;
        padding: 10px;
        font-weight: bold;
        margin-left: 0;
        margin-top: 15px;
    }

    main .doc_necessaria {
        background-color: #e6e6e6;
        padding-top: 30px;
        padding-bottom: 0;
    }

    main .doc_necessaria h3 {
        font-family: "anteb bold";
        font-size: 45px;
        color: #13161b;
        line-height: 45px;
        text-align: right;
        border-right: 4px solid #0060ff;
        padding-right: 5px;
        margin-top: 35%;
    }

    main .doc_necessaria ul {
        padding: 0;
        margin-top: 15%;
		margin-bottom: 60px;
    }

    main .doc_necessaria ul li {
        background: url("../img/seta_right.png") no-repeat;
        background-position: 0 5px;
        padding-left: 20px;
    }
}