@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: #3e3e3e;
    }

    header {
        padding-bottom: 75px;
    }

    header .jornada {
        margin-top: 30px;
    }

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

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

    header .jornada h4 {
        font-size: 30px;
        font-family: "anteb bold";
        color: #3b3b3b;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .jornada h5 {
        font-size: 22px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        line-height: 22px;
        background-color: #161616;
        padding: 10px 10px 5px 10px;
        float: left;
    }

    header .jornada .incricoes {
        float: left;
        margin-top: 10px;
        background-color: #ffffff;
        padding: 20px 0 0 20px;
    }

    header .jornada .incricoes .box_data {
        background-color: #f8f8f8;
        margin-bottom: 10px;
        padding: 10px;
    }

    header .jornada .incricoes .box_data .ico_calentario {
        background: url("../img/icon_calendar_azul.webp") no-repeat;
        width: 32px;
        height: 31px;
        float: left;
        margin-right: 15px;
    }

    header .jornada .incricoes ul {
        margin: 0;
        padding: 0;
    }

    header .jornada .incricoes ul li a {
        font-family: "anteb bold";
        color: #0060ff;
        text-decoration: none;
        transition: all .2s;
        float: left;
    }

    header .jornada .incricoes ul li a:hover {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    header .jornada .incricoes .box_bottom {
        margin-top: 30px;
    }

    header .jornada .incricoes .box_bottom p {
        font-size: 13px;
    }

    header .jornada .incricoes .box_bottom a {
        font-family: "anteb bold";
        background-color: #000;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        display: block;
        text-align: center;
        transition: all .2s;
        text-transform: uppercase;
    }

    header .jornada .incricoes .box_bottom a span {
        color: #006cf3;
        font-size: 20px;
        margin-left: 10px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 50px;
    }

    main .btn_link_ementa {
        background: url("../img/icon_google-forms.webp") no-repeat;
        width: 20px;
        height: 26px;
        display: block;
    }

    main .btn_link_avaliacao {
        background: url("../img/icon_link.webp") no-repeat;
        width: 22px;
        height: 22px;
        display: block;
    }

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

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

    main .table {
        border: 2px solid #000000;
    }

    main .table thead {
        text-transform: uppercase;
    }

    main h4 {
        color: #010101;
        font-size: 20px;
        font-family: "anteb bold";
    }

    main h3 {
        color: #0060ff;
        font-size: 20px;
        font-family: "anteb bold";
    }

    main .box {
        margin-top: 70px;
    }

    main .box .box_numeros {
        margin-bottom: 20px;
        min-height: 307px;
    }

    main .box .box_numeros .numero {
        height: 114px;
        width: 187px;
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        display: block;
    }

    main .box .box_numeros .numero strong {
        font-family: "anteb black";
        text-align: center;
        display: block;
        padding: 45px 0px;
    }

    main .box .box_numeros .numero.um {
        background: url("../img/01.webp") no-repeat center;
    }

    main .box .box_numeros .numero.dois {
        background: url("../img/02.webp") no-repeat center;
    }

    main .box .box_numeros .numero.tres {
        background: url("../img/03_.webp") no-repeat center;
    }

    main .box .box_numeros .numero.quatro {
        background: url("../img/04.webp") no-repeat center;
    }

    main .box .box_numeros .text {
        margin-top: 45px;
    }

    main .box .box_numeros .text a {
        font-family: "anteb bold";
        color: #0060ff;
        text-decoration: none;
        transition: all .2s;
        float: left;
        font-size: 19px;
    }

    main .box .box_numeros .text a:hover {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .box .box_numeros .text strong {
        font-family: "anteb bold";
        display: block;
        clear: both;
        font-size: 22px;
    }

    main .materiais_gratuitos {
        padding-top: 70px;
        background-color: #e9e5e2;
    }

    main .materiais_gratuitos h2 {
        background: none;
        text-align: center;
    }

    main .materiais_gratuitos h2 span {
        clear: none;
        display: initial;
    }

    main .materiais_gratuitos a {
        width: 100% !important;
        margin: 0 auto;
        display: block;
    }

    main .materiais_gratuitos img {
        margin-bottom: 30px;
    }

    main .depoimentos {
        margin-top: 60px;
    }

    main .depoimentos h4 {
        text-align: center;
        font-size: 22px;
    }

    main .depoimentos h4 span {
        font-family: "anteb semiLight";
    }

    main .depoimentos iframe {
        width: 100%;
        height: 165px;
    }

    /* MODAL */

    .modal-body {
        background-color: rgb(229 229 229);
        position: relative;
    }

    .modal-header {
        color: #ffffff;
        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;
    }
}

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

    header {
        padding-bottom: 75px;
    }

    header .jornada {
        margin-top: 30px;
    }

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

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

    header .jornada h4 {
        font-size: 30px;
        font-family: "anteb bold";
        color: #3b3b3b;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .jornada h5 {
        font-size: 22px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        line-height: 22px;
        background-color: #161616;
        padding: 10px 10px 5px 10px;
        float: left;
    }

    header .jornada .incricoes {
        float: left;
        margin-top: 10px;
        background-color: #ffffff;
        padding: 20px 0 0 20px;
    }

    header .jornada .incricoes .box_data {
        background-color: #f8f8f8;
        margin-bottom: 10px;
        padding: 10px;
    }

    header .jornada .incricoes .box_data .ico_calentario {
        background: url("../img/icon_calendar_azul.webp") no-repeat;
        width: 32px;
        height: 31px;
        float: left;
        margin-right: 15px;
    }

    header .jornada .incricoes ul {
        margin: 0;
        padding: 0;
    }

    header .jornada .incricoes ul li a {
        font-family: "anteb bold";
        color: #0060ff;
        text-decoration: none;
        transition: all .2s;
        float: left;
    }

    header .jornada .incricoes ul li a:hover {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    header .jornada .incricoes .box_bottom {
        margin-top: 30px;
    }

    header .jornada .incricoes .box_bottom p {
        font-size: 13px;
    }

    header .jornada .incricoes .box_bottom a {
        font-family: "anteb bold";
        background-color: #000;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        display: block;
        text-align: center;
        transition: all .2s;
        text-transform: uppercase;
    }

    header .jornada .incricoes .box_bottom a span {
        color: #006cf3;
        font-size: 20px;
        margin-left: 10px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 50px;
    }

    main .btn_link_ementa {
        background: url("../img/icon_google-forms.webp") no-repeat;
        width: 20px;
        height: 26px;
        display: block;
    }

    main .btn_link_avaliacao {
        background: url("../img/icon_link.webp") no-repeat;
        width: 22px;
        height: 22px;
        display: block;
    }

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

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

    main .table {
        border: 2px solid #000000;
    }

    main .table thead {
        text-transform: uppercase;
    }

    main h4 {
        color: #010101;
        font-size: 20px;
        font-family: "anteb bold";
    }

    main h3 {
        color: #0060ff;
        font-size: 20px;
        font-family: "anteb bold";
    }

    main .box {
        margin-top: 70px;
    }

    main .box .box_numeros {
        margin-bottom: 20px;
        min-height: 307px;
    }

    main .box .box_numeros .numero {
        height: 114px;
        width: 187px;
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        display: block;
    }

    main .box .box_numeros .numero strong {
        font-family: "anteb black";
        text-align: center;
        display: block;
        padding: 45px 0px;
    }

    main .box .box_numeros .numero.um {
        background: url("../img/01.webp") no-repeat center;
    }

    main .box .box_numeros .numero.dois {
        background: url("../img/02.webp") no-repeat center;
    }

    main .box .box_numeros .numero.tres {
        background: url("../img/03_.webp") no-repeat center;
    }

    main .box .box_numeros .numero.quatro {
        background: url("../img/04.webp") no-repeat center;
    }

    main .box .box_numeros .text {
        margin-top: 45px;
    }

    main .box .box_numeros .text a {
        font-family: "anteb bold";
        color: #0060ff;
        text-decoration: none;
        transition: all .2s;
        float: left;
        font-size: 19px;
    }

    main .box .box_numeros .text a:hover {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .box .box_numeros .text strong {
        font-family: "anteb bold";
        display: block;
        clear: both;
        font-size: 22px;
    }

    main .materiais_gratuitos {
        padding-top: 70px;
        background-color: #e9e5e2;
    }

    main .materiais_gratuitos h2 {
        background: none;
        text-align: center;
    }

    main .materiais_gratuitos h2 span {
        clear: none;
        display: initial;
    }

    main .materiais_gratuitos a {
        width: 60% !important;
        margin: 0 auto;
        display: block;
    }

    main .materiais_gratuitos a {
        width: 100% !important;
        margin: 0 auto;
        display: block;
    }

    main .materiais_gratuitos a {
        width: 50% !important;
        margin: 0 auto;
        display: block;
    }

    main .materiais_gratuitos img {
        margin-bottom: 30px;
    }

    main .depoimentos {
        margin-top: 70px;
    }

    main .depoimentos h4 {
        text-align: center;
        font-size: 35px;
    }

    main .depoimentos h4 span {
        font-family: "anteb semiLight";
    }

    main .depoimentos iframe {
        width: 100%;
        height: 276px;
    }

    /* MODAL */

    .modal-body {
        background-color: rgb(229 229 229);
        position: relative;
    }

    .modal-header {
        color: #ffffff;
        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;
    }
}

@media (min-width: 768px) {

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

    header {
        padding-bottom: 75px;
    }

    header .jornada {
        margin-top: 30px;
    }

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

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

    header .jornada h4 {
        font-size: 30px;
        font-family: "anteb bold";
        color: #3b3b3b;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .jornada h5 {
        font-size: 22px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        line-height: 22px;
        background-color: #161616;
        padding: 10px 10px 5px 10px;
        float: left;
    }

    header .jornada .incricoes {
        float: left;
        margin-top: 10px;
        background-color: #ffffff;
        padding: 20px 0 0 20px;
    }

    header .jornada .incricoes .box_data {
        background-color: #f8f8f8;
        margin-bottom: 10px;
        padding: 10px;
    }

    header .jornada .incricoes .box_data .ico_calentario {
        background: url("../img/icon_calendar_azul.webp") no-repeat;
        width: 32px;
        height: 31px;
        float: left;
        margin-right: 15px;
    }

    header .jornada .incricoes ul {
        margin: 0;
        padding: 0;
    }

    header .jornada .incricoes ul li a {
        font-family: "anteb bold";
        color: #0060ff;
        text-decoration: none;
        transition: all .2s;
        float: left;
    }

    header .jornada .incricoes ul li a:hover {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    header .jornada .incricoes .box_bottom {
        margin-top: 30px;
    }

    header .jornada .incricoes .box_bottom p {
        font-size: 13px;
    }

    header .jornada .incricoes .box_bottom a {
        font-family: "anteb bold";
        background-color: #000;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        display: block;
        text-align: center;
        transition: all .2s;
        text-transform: uppercase;
    }

    header .jornada .incricoes .box_bottom a span {
        color: #006cf3;
        font-size: 20px;
        margin-left: 10px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 50px;
    }

    main .btn_link_ementa {
        background: url("../img/icon_google-forms.webp") no-repeat;
        width: 20px;
        height: 26px;
        display: block;
    }

    main .btn_link_avaliacao {
        background: url("../img/icon_link.webp") no-repeat;
        width: 22px;
        height: 22px;
        display: block;
    }

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

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

    main .table {
        border: 2px solid #000000;
    }

    main .table thead {
        text-transform: uppercase;
    }

    main h4 {
        color: #010101;
        font-size: 20px;
        font-family: "anteb bold";
    }

    main h3 {
        color: #0060ff;
        font-size: 20px;
        font-family: "anteb bold";
    }

    main .box {
        margin-top: 70px;
    }

    main .box .box_numeros {
        margin-bottom: 20px;
        min-height: 307px;
    }

    main .box .box_numeros .numero {
        height: 114px;
        width: 187px;
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        display: block;
    }

    main .box .box_numeros .numero strong {
        font-family: "anteb black";
        text-align: center;
        display: block;
        padding: 45px 0px;
    }

    main .box .box_numeros .numero.um {
        background: url("../img/01.webp") no-repeat center;
    }

    main .box .box_numeros .numero.dois {
        background: url("../img/02.webp") no-repeat center;
    }

    main .box .box_numeros .numero.tres {
        background: url("../img/03_.webp") no-repeat center;
    }

    main .box .box_numeros .numero.quatro {
        background: url("../img/04.webp") no-repeat center;
    }

    main .box .box_numeros .text {
        margin-top: 45px;
    }

    main .box .box_numeros .text a {
        font-family: "anteb bold";
        color: #0060ff;
        text-decoration: none;
        transition: all .2s;
        float: left;
        font-size: 19px;
    }

    main .box .box_numeros .text a:hover {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .box .box_numeros .text strong {
        font-family: "anteb bold";
        display: block;
        clear: both;
        font-size: 22px;
    }

    main .materiais_gratuitos {
        padding-top: 70px;
        background-color: #e9e5e2;
    }

    main .materiais_gratuitos h2 {
        background: none;
        text-align: center;
    }

    main .materiais_gratuitos h2 span {
        clear: none;
        display: initial;
    }

    main .materiais_gratuitos a {
        width: 100% !important;
        margin: 0 auto;
        display: block;
    }

    main .materiais_gratuitos img {
        margin-bottom: 30px;
    }

    main .depoimentos {
        margin-top: 70px;
    }

    main .depoimentos h4 {
        text-align: center;
        font-size: 35px;
    }

    main .depoimentos h4 span {
        font-family: "anteb semiLight";
    }

    main .depoimentos iframe {
        width: 100%;
        height: 276px;
    }

    /* MODAL */

    .modal-body {
        background-color: rgb(229 229 229);
        position: relative;
    }

    .modal-header {
        color: #ffffff;
        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;
    }
}

@media (min-width: 992px) {

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

    header {
        padding-bottom: 75px;
    }

    header .jornada {
        margin-top: 30px;
    }

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

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

    header .jornada h4 {
        font-size: 30px;
        font-family: "anteb bold";
        color: #3b3b3b;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .jornada h5 {
        font-size: 23px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        line-height: 30px;
        background-color: #161616;
        padding: 10px 10px 5px 10px;
        float: left;
    }

    header .jornada .incricoes {
        float: left;
        margin-top: 10px;
        background-color: #ffffff;
        padding: 20px 0 0 20px;
    }

    header .jornada .incricoes .box_data {
        background-color: #f8f8f8;
        margin-bottom: 10px;
        padding: 10px;
    }

    header .jornada .incricoes .box_data .ico_calentario {
        background: url("../img/icon_calendar_azul.webp") no-repeat;
        width: 32px;
        height: 31px;
        float: left;
        margin-right: 15px;
    }

    header .jornada .incricoes ul {
        margin: 0;
        padding: 0;
    }

    header .jornada .incricoes ul li a {
        font-family: "anteb bold";
        color: #0060ff;
        text-decoration: none;
        transition: all .2s;
        float: left;
    }

    header .jornada .incricoes ul li a:hover {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    header .jornada .incricoes .box_bottom {
        margin-top: 30px;
    }

    header .jornada .incricoes .box_bottom p {
        font-size: 13px;
    }

    header .jornada .incricoes .box_bottom a {
        font-family: "anteb bold";
        background-color: #000;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        display: block;
        text-align: center;
        transition: all .2s;
        text-transform: uppercase;
    }

    header .jornada .incricoes .box_bottom a span {
        color: #006cf3;
        font-size: 26px;
        margin-left: 10px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 50px;
    }

    main .btn_link_ementa {
        background: url("../img/icon_google-forms.webp") no-repeat;
        width: 20px;
        height: 26px;
        display: block;
    }

    main .btn_link_avaliacao {
        background: url("../img/icon_link.webp") no-repeat;
        width: 22px;
        height: 22px;
        display: block;
    }

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

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

    main .table {
        border: 2px solid #000000;
    }

    main .table thead {
        text-transform: uppercase;
    }

    main h4 {
        color: #010101;
        font-size: 20px;
        font-family: "anteb bold";
    }

    main h3 {
        color: #0060ff;
        font-size: 20px;
        font-family: "anteb bold";
    }

    main .box {
        margin-top: 70px;
    }

    main .box .box_numeros .numero {
        height: 114px;
        width: 187px;
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        display: block;
    }

    main .box .box_numeros .numero strong {
        font-family: "anteb black";
        text-align: center;
        display: block;
        padding: 45px 0px;
    }

    main .box .box_numeros .numero.um {
        background: url("../img/01.webp") no-repeat center;
    }

    main .box .box_numeros .numero.dois {
        background: url("../img/02.webp") no-repeat center;
    }

    main .box .box_numeros .numero.tres {
        background: url("../img/03_.webp") no-repeat center;
    }

    main .box .box_numeros .numero.quatro {
        background: url("../img/04.webp") no-repeat center;
    }

    main .box .box_numeros .text {
        margin-top: 45px;
    }

    main .box .box_numeros .text a {
        font-family: "anteb bold";
        color: #0060ff;
        text-decoration: none;
        transition: all .2s;
        float: left;
        font-size: 19px;
    }

    main .box .box_numeros .text a:hover {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .box .box_numeros .text strong {
        font-family: "anteb bold";
        display: block;
        clear: both;
        font-size: 22px;
    }

    main .materiais_gratuitos {
        padding-top: 70px;
        background-color: #e9e5e2;
    }

    main .materiais_gratuitos h2 {
        background: none;
        text-align: center;
    }

    main .materiais_gratuitos h2 span {
        clear: none;
        display: initial;
    }

    main .materiais_gratuitos a {
        width: 100% !important;
        margin: 0 auto;
        display: block;
    }

    main .materiais_gratuitos img {
        margin-bottom: 30px;
    }

    main .depoimentos {
        margin-top: 80px;
    }

    main .depoimentos h4 {
        text-align: center;
        font-size: 40px;
    }

    main .depoimentos h4 span {
        font-family: "anteb semiLight";
    }

    main .depoimentos iframe {
        width: 100%;
        height: 360px;
    }
    /* MODAL */

    .modal-body {
        background-color: rgb(229 229 229);
        position: relative;
    }

    .modal-header {
        color: #ffffff;
        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;
    }
}

@media (min-width: 1200px) {

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

    header {
        padding-bottom: 75px;
    }

    header .jornada {
        margin-top: 30px;
    }

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

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

    header .jornada h4 {
        font-size: 30px;
        font-family: "anteb bold";
        color: #3b3b3b;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .jornada h5 {
        font-size: 23px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        line-height: 30px;
        background-color: #161616;
        padding: 10px 10px 5px 10px;
        float: left;
    }

    header .jornada .incricoes {
        float: left;
        margin-top: 10px;
        background-color: #ffffff;
        padding: 20px 0 0 20px;
    }

    header .jornada .incricoes .box_data {
        background-color: #f8f8f8;
        margin-bottom: 10px;
        padding: 10px;
    }

    header .jornada .incricoes .box_data .ico_calentario {
        background: url("../img/icon_calendar_azul.webp") no-repeat;
        width: 32px;
        height: 31px;
        float: left;
        margin-right: 15px;
    }

    header .jornada .incricoes ul {
        margin: 0;
        padding: 0;
    }

    header .jornada .incricoes ul li a {
        font-family: "anteb bold";
        color: #0060ff;
        text-decoration: none;
        transition: all .2s;
        float: left;
    }

    header .jornada .incricoes ul li a:hover {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    header .jornada .incricoes .box_bottom {
        margin-top: 30px;
    }

    header .jornada .incricoes .box_bottom p {
        font-size: 13px;
    }

    header .jornada .incricoes .box_bottom a {
        font-family: "anteb bold";
        background-color: #000;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        display: block;
        text-align: center;
        transition: all .2s;
        text-transform: uppercase;
    }

    header .jornada .incricoes .box_bottom a span {
        color: #006cf3;
        font-size: 26px;
        margin-left: 10px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 50px;
    }

    main .btn_link_ementa {
        background: url("../img/icon_google-forms.webp") no-repeat;
        width: 20px;
        height: 26px;
        display: block;
    }

    main .btn_link_avaliacao {
        background: url("../img/icon_link.webp") no-repeat;
        width: 22px;
        height: 22px;
        display: block;
    }

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

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

    main .table {
        border: 2px solid #000000;
    }

    main .table thead {
        text-transform: uppercase;
    }

    main h4 {
        color: #010101;
        font-size: 20px;
        font-family: "anteb bold";
    }

    main h3 {
        color: #0060ff;
        font-size: 20px;
        font-family: "anteb bold";
    }

    main .box {
        margin-top: 70px;
    }

    main .box .box_numeros .numero {
        height: 114px;
        width: 187px;
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        display: block;
    }

    main .box .box_numeros .numero strong {
        font-family: "anteb black";
        text-align: center;
        display: block;
        padding: 45px 0px;
    }

    main .box .box_numeros .numero.um {
        background: url("../img/01.webp") no-repeat center;
    }

    main .box .box_numeros .numero.dois {
        background: url("../img/02.webp") no-repeat center;
    }

    main .box .box_numeros .numero.tres {
        background: url("../img/03_.webp") no-repeat center;
    }

    main .box .box_numeros .numero.quatro {
        background: url("../img/04.webp") no-repeat center;
    }

    main .box .box_numeros .text {
        margin-top: 45px;
    }

    main .box .box_numeros .text a {
        font-family: "anteb bold";
        color: #0060ff;
        text-decoration: none;
        transition: all .2s;
        float: left;
        font-size: 19px;
    }

    main .box .box_numeros .text a:hover {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .box .box_numeros .text strong {
        font-family: "anteb bold";
        display: block;
        clear: both;
        font-size: 22px;
    }

    main .materiais_gratuitos {
        padding-top: 70px;
        background-color: #e9e5e2;
    }

    main .materiais_gratuitos h2 {
        background: none;
        text-align: center;
    }

    main .materiais_gratuitos h2 span {
        clear: none;
        display: initial;
    }

    main .materiais_gratuitos a {
        width: 100% !important;
        margin: 0 auto;
        display: block;
    }

    main .materiais_gratuitos img {
        margin-bottom: 30px;
    }

    main .depoimentos {
        margin-top: 90px;
    }

    main .depoimentos h4 {
        text-align: center;
        font-size: 45px;
    }

    main .depoimentos h4 span {
        font-family: "anteb semiLight";
    }

    main .depoimentos iframe {
        width: 100%;
        height: 415px;
    }

    /* MODAL */

    .modal-body {
        background-color: rgb(229 229 229);
        position: relative;
    }

    .modal-header {
        color: #ffffff;
        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;
    }
}

@media (min-width: 1400px) {

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

    header {
        padding-bottom: 75px;
    }

    header .jornada {
        margin-top: 30px;
    }

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

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

    header .jornada h4 {
        font-size: 30px;
        font-family: "anteb bold";
        color: #3b3b3b;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .jornada h5 {
        font-size: 23px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        line-height: 30px;
        background-color: #161616;
        padding: 10px 10px 5px 10px;
        float: left;
    }

    header .jornada .incricoes {
        float: left;
        margin-top: 10px;
        background-color: #ffffff;
        padding: 20px 0 0 20px;
    }

    header .jornada .incricoes .box_data {
        background-color: #f8f8f8;
        margin-bottom: 10px;
        padding: 10px;
    }

    header .jornada .incricoes .box_data .ico_calentario {
        background: url("../img/icon_calendar_azul.webp") no-repeat;
        width: 32px;
        height: 31px;
        float: left;
        margin-right: 15px;
    }

    header .jornada .incricoes ul {
        margin: 0;
        padding: 0;
    }

    header .jornada .incricoes ul li a {
        font-family: "anteb bold";
        color: #0060ff;
        text-decoration: none;
        transition: all .2s;
        float: left;
    }

    header .jornada .incricoes ul li a:hover {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    header .jornada .incricoes .box_bottom {
        margin-top: 30px;
    }

    header .jornada .incricoes .box_bottom p {
        font-size: 13px;
    }

    header .jornada .incricoes .box_bottom a {
        font-family: "anteb bold";
        background-color: #000;
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        display: block;
        text-align: center;
        transition: all .2s;
        text-transform: uppercase;
    }

    header .jornada .incricoes .box_bottom a span {
        color: #006cf3;
        font-size: 26px;
        margin-left: 10px;
    }

    /* CONTEÚDO */

    main {
        margin-top: 50px;
    }

    main .btn_link_ementa {
        background: url("../img/icon_google-forms.webp") no-repeat;
        width: 20px;
        height: 26px;
        display: block;
    }

    main .btn_link_avaliacao {
        background: url("../img/icon_link.webp") no-repeat;
        width: 22px;
        height: 22px;
        display: block;
    }

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

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

    main .table {
        border: 2px solid #000000;
    }

    main .table thead {
        text-transform: uppercase;
    }

    main h4 {
        color: #010101;
        font-size: 20px;
        font-family: "anteb bold";
    }

    main h3 {
        color: #0060ff;
        font-size: 20px;
        font-family: "anteb bold";
    }

    main .box {
        margin-top: 70px;
    }

    main .box .box_numeros .numero {
        height: 114px;
        width: 187px;
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
        display: block;
    }

    main .box .box_numeros .numero strong {
        font-family: "anteb black";
        text-align: center;
        display: block;
        padding: 45px 0px;
    }

    main .box .box_numeros .numero.um {
        background: url("../img/01.webp") no-repeat center;
    }

    main .box .box_numeros .numero.dois {
        background: url("../img/02.webp") no-repeat center;
    }

    main .box .box_numeros .numero.tres {
        background: url("../img/03_.webp") no-repeat center;
    }

    main .box .box_numeros .numero.quatro {
        background: url("../img/04.webp") no-repeat center;
    }

    main .box .box_numeros .text {
        margin-top: 45px;
    }

    main .box .box_numeros .text a {
        font-family: "anteb bold";
        color: #0060ff;
        text-decoration: none;
        transition: all .2s;
        float: left;
        font-size: 19px;
    }

    main .box .box_numeros .text a:hover {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    main .box .box_numeros .text strong {
        font-family: "anteb bold";
        display: block;
        clear: both;
        font-size: 22px;
    }

    main .materiais_gratuitos {
        padding-top: 70px;
        background-color: #e9e5e2;
    }

    main .materiais_gratuitos h2 {
        background: none;
        text-align: center;
    }

    main .materiais_gratuitos h2 span {
        clear: none;
        display: initial;
    }

    main .materiais_gratuitos a {
        width: 100% !important;
        margin: 0 auto;
        display: block;
    }

    main .materiais_gratuitos img {
        margin-bottom: 30px;
    }

    main .depoimentos {
        margin-top: 150px;
    }

    main .depoimentos h4 {
        text-align: center;
        font-size: 50px;
    }

    main .depoimentos h4 span {
        font-family: "anteb semiLight";
    }

    main .depoimentos iframe {
        width: 100%;
        height: 415px;
    }

    /* MODAL */

    .modal-body {
        background-color: rgb(229 229 229);
        position: relative;
    }

    .modal-header {
        color: #ffffff;
        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;
    }
}