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

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

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

    header {
        padding-bottom: 0 !important;
    }

    header .discentes {
        position: relative;
    }

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

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

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

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

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

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

    /* CONTEÚDO */

    main {
        margin-bottom: 70px;
    }

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

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

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

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

    main .colorAzul .box .row:first-of-type {
        padding-top: 5px;
        border-top: 1px dashed #05488d;
    }

    main .colorAzul .box .linaSetapador {
        padding: 5px;
        border-bottom: 1px dashed #05488d;
    }

    main .colorAzul .box .linaSetapador .box_icones {
        margin: 0 auto;
        width: 285px;
    }

    main .colorAzul .box .linaSetapador .box_icones img {
        float: left;
        margin-right: 20px;
    }

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

    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%;
    }

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

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

    main .disciplinas_ofertadas h2 {
        color: #000000;
    }

    main .disciplinas_ofertadas .box_disciplinas {
        background-color: #3e3e3e;
        color: #ffffff;
        padding: 33px;
        border-radius: 10px;
        position: relative;
        min-height: 325px;
        margin-bottom: 45px;
    }

    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 h4 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 20px;
    }

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

    main .disciplinas_ofertadas .box_disciplinas a {
        background-color: #0060ff;
        font-family: "anteb bold";
        font-size: 20px;
        padding: 15px;
        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;
    }
}

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

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

    header {
        padding-bottom: 0 !important;
    }

    header .discentes {
        position: relative;
    }

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

    header .coordenacao_equipe {
        margin-top: 20%;
        padding-bottom: 30px;
    }

    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;
        color: #ffffff;
        padding-top: 19px;
        margin-bottom: 0;
        line-height: 50px;
        text-transform: uppercase;
    }

    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-bottom: 70px;
    }

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

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

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

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

    main .colorAzul .box .row:first-of-type {
        padding-top: 5px;
        border-top: 1px dashed #05488d;
    }

    main .colorAzul .box .linaSetapador {
        padding: 5px;
        border-bottom: 1px dashed #05488d;
    }

    main .colorAzul .box .linaSetapador .box_icones {
        margin: 0 auto;
        width: 285px;
    }

    main .colorAzul .box .linaSetapador .box_icones img {
        float: left;
        margin-right: 20px;
    }

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

    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%;
    }

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

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

    main .disciplinas_ofertadas h2 {
        color: #000000;
    }

    main .disciplinas_ofertadas .box_disciplinas {
        background-color: #3e3e3e;
        color: #ffffff;
        padding: 33px;
        border-radius: 10px;
        position: relative;
        min-height: 325px;
        margin-bottom: 45px;
    }

    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 h4 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 20px;
    }

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

    main .disciplinas_ofertadas .box_disciplinas a {
        background-color: #0060ff;
        font-family: "anteb bold";
        font-size: 20px;
        padding: 15px;
        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;
    }
}

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

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

    header {
        padding-bottom: 0 !important;
    }

    header .discentes {
        position: relative;
    }

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

    header .coordenacao_equipe {
        margin-top: 20%;
        padding-bottom: 70px;
    }

    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;
        color: #ffffff;
        line-height: 50px;
    }

    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-bottom: 70px;
    }

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

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

    main .colorAzul .box i {
        display: inline-flex;
        margin-right: 10px;
        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";
        font-size: 12px;
    }

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

    main .colorAzul .box .row:first-of-type {
        padding-top: 0;
        border-top: none;
    }

    main .colorAzul .box .linaSetapador {
        padding: 0;
        border-bottom: none;
    }

    main .colorAzul .box .linaSetapador .box_icones {
        margin: 0 auto;
        width: 243px;
    }

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

    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%;
    }

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

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

    main .disciplinas_ofertadas h2 {
        color: #000000;
    }

    main .disciplinas_ofertadas .box_disciplinas {
        background-color: #3e3e3e;
        color: #ffffff;
        padding: 33px;
        border-radius: 10px;
        position: relative;
        min-height: 410px;
        margin-bottom: 45px;
    }

    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;
        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: 18px;
        margin-bottom: 20px;
        line-height: 21px;
    }

    main .disciplinas_ofertadas .box_disciplinas a {
        background-color: #0060ff;
        font-family: "anteb bold";
        font-size: 20px;
        padding: 15px;
        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;
    }
}

@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.webp") 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: 55px;
        color: #ffffff;
        padding-top: 19px;
        margin-bottom: 0;
        line-height: 50px;
        text-transform: uppercase;
    }

    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;
        margin-bottom: 70px;
    }

    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 1%;
    }

    main .colorAzul .box .row:first-of-type {
        padding-top: 0;
        border-top: none;
    }

    main .colorAzul .box .linaSetapador {
        padding: 0;
        border-bottom: none;
    }

    main .colorAzul .box .linaSetapador .box_icones {
        margin: 0 auto;
        width: 243px;
    }

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

    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%;
    }

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

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

    main .disciplinas_ofertadas h2 {
        color: #000000;
    }

    main .disciplinas_ofertadas .box_disciplinas {
        background-color: #3e3e3e;
        color: #ffffff;
        padding: 33px;
        border-radius: 10px;
        position: relative;
        min-height: 370px;
        margin-bottom: 45px;
    }

    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 h4 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 20px;
    }

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

    main .disciplinas_ofertadas .box_disciplinas a {
        background-color: #0060ff;
        font-family: "anteb bold";
        font-size: 20px;
        padding: 15px;
        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;
    }
}

@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.webp") 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: 55px;
        color: #ffffff;
        padding-top: 19px;
        margin-bottom: 0;
        line-height: 50px;
        text-transform: uppercase;
    }

    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;
        margin-bottom: 70px;
    }

    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 4%;
    }

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

    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%;
    }

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

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

    main .disciplinas_ofertadas h2 {
        color: #000000;
    }

    main .disciplinas_ofertadas .box_disciplinas {
        background-color: #3e3e3e;
        color: #ffffff;
        padding: 33px;
        border-radius: 10px;
        position: relative;
        min-height: 632px;
    }

    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: 18px;
        margin-bottom: 20px;
        line-height: 21px;
    }

    main .disciplinas_ofertadas .box_disciplinas a {
        background-color: #0060ff;
        font-family: "anteb bold";
        font-size: 20px;
        padding: 15px;
        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;
    }
}

@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;
    }
	
	.botoes_tra a.btn_tra,
	.botoes_tra a.btn_tra:hover{
		border: 1px solid #ffffff;
        color: #ffffff;
    }

    header {
        padding-bottom: 0 !important;
    }

    header .discentes {
        position: relative;
    }

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

    header .coordenacao_equipe {
        margin-top: 30%;
        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 .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;
        margin-bottom: 70px;
    }

    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 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%;
    }

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

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

    main .disciplinas_ofertadas h2 {
        color: #000000;
    }

    main .disciplinas_ofertadas .box_disciplinas {
        background-color: #3e3e3e;
        color: #ffffff;
        padding: 33px;
        border-radius: 10px;
        position: relative;
        min-height: 630px;
    }

    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;
    }
}