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

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

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

    header .mp {
        margin-top: 45px;
    }

    header .mp .box_item {
        padding: 0;
        float: left;
        margin: 0;
    }

    header .mp .desc_prin h2 {
        color: #3e3e3e;
        font-size: 26px;
        line-height: 26px;
        padding-top: 19px;
        font-family: 'anteb bold';
        text-transform: uppercase;
        padding-left: 0;
        margin-bottom: 30px;
    }

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

    header .mp .desc_prin h4 {
        font-size: 30px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .mp .desc_prin h3 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 10px;
        display: block;
    }

    header .mp .desc_prin p {
        font-family: "anteb semiLight";
        font-size: 19px;
        line-height: 22px;
    }

    header .mp ul li {
        background-color: #000;
        color: #fff;
    }

    header .mp ul li {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    header .mp ul li img {
        float: left;
        margin-right: 15px;
    }

    header .mp ul li .desc {
        padding: 8px 0;
        height: 70px;
    }

    header .mp ul li .desc strong {
        font-family: "anteb bold";
        display: block;
        font-size: 13px;
    }

    header .mp ul li .desc p {
        font-family: "anteb semiLight";
        margin: 0;
        font-size: 14px;
    }

    header .mp hr {
        height: 2px;
        color: #282828;
        margin: 30px 0 40px 0;
        opacity: inherit;
    }

    header .mp .sobreCurso strong {
        color: #0060ff;
        font-size: 20px;
        font-family: "anteb bold";
    }

    header .mp .sobreCurso p {
        font-family: "anteb semiLight";
        font-size: 19px;
        line-height: 22px;
        margin: 0;
    }

    /* CONTEÚDO */

    main .box {
        margin-top: 60px;
    }
	
	main .button {
		overflow: hidden;
		text-indent: -9999em;
	}

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

@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 .mp {
        margin-top: 45px;
    }

    header .mp .box_item {
        padding: 0;
        float: left;
        margin: 0;
    }

    header .mp .desc_prin h2 {
        color: #3e3e3e;
        font-size: 43px;
        line-height: 34px;
        padding-top: 19px;
        font-family: 'anteb bold';
        text-transform: uppercase;
        padding-left: 0;
        margin-bottom: 30px
    }

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

    header .mp .desc_prin h4 {
        font-size: 30px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .mp .desc_prin h3 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 10px;
        display: block;
    }

    header .mp .desc_prin p {
        font-family: "anteb semiLight";
        font-size: 19px;
        line-height: 22px;
    }

    header .mp ul li {
        background-color: #000;
        color: #fff;
    }

    header .mp ul li {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    header .mp ul li img {
        float: left;
        margin-right: 27px;
    }

    header .mp ul li .desc {
        padding: 8px 0;
        height: 70px;
    }

    header .mp ul li .desc strong {
        font-family: "anteb bold";
        display: block;
        font-size: 16px;
    }

    header .mp ul li .desc p {
        font-family: "anteb semiLight";
        margin: 0;
        font-size: 17px;
    }

    header .mp hr {
        height: 2px;
        color: #282828;
        margin: 30px 0 40px 0;
        opacity: inherit;
    }

    header .mp .sobreCurso strong {
        color: #0060ff;
        font-size: 20px;
        font-family: "anteb bold";
    }

    header .mp .sobreCurso p {
        font-family: "anteb semiLight";
        font-size: 19px;
        line-height: 22px;
        margin: 0;
    }

    /* CONTEÚDO */

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

	main .button {
		overflow: hidden;
		text-indent: -9999em;
	}
	
    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 .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";
    }
}

@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 .mp {
        margin-top: 115px;
    }

    header .mp .desc_prin h2 {
        color: #3e3e3e;
        font-size: 43px;
        line-height: 34px;
        padding-top: 19px;
        font-family: 'anteb bold';
        text-transform: uppercase;
        padding-left: 0;
        margin-bottom: 30px
    }

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

    header .mp .desc_prin h4 {
        font-size: 30px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .mp .desc_prin h3 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 10px;
        display: block;
    }

    header .mp .desc_prin p {
        font-family: "anteb semiLight";
        font-size: 19px;
        line-height: 22px;
    }

    header .mp ul li {
        background-color: #000;
        color: #fff;
    }

    header .mp ul li {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    header .mp ul li img {
        float: left;
        margin-right: 27px;
    }

    header .mp ul li .desc {
        padding: 8px 0;
        height: 70px;
    }

    header .mp ul li .desc strong {
        font-family: "anteb bold";
        display: block;
        font-size: 16px;
    }

    header .mp ul li .desc p {
        font-family: "anteb semiLight";
        margin: 0;
        font-size: 17px;
    }

    header .mp hr {
        height: 2px;
        color: #282828;
        margin: 30px 0 40px 0;
        opacity: inherit;
    }

    header .mp .sobreCurso strong {
        color: #0060ff;
        font-size: 20px;
        font-family: "anteb bold";
    }

    header .mp .sobreCurso p {
        font-family: "anteb semiLight";
        font-size: 19px;
        line-height: 22px;
        margin: 0;
    }

    /* CONTEÚDO */

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

	main .button {
		overflow: hidden;
		text-indent: -9999em;
	}
	
    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 .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";
    }
}

@media (min-width: 992px) {
    header .mp {
        margin-top: 115px;
    }

    header .mp .desc_prin h2 {
        color: #3e3e3e;
        font-size: 43px;
        line-height: 34px;
        padding-top: 19px;
        font-family: 'anteb bold';
        text-transform: uppercase;
        padding-left: 0;
        margin-bottom: 30px
    }

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

    header .mp .desc_prin h4 {
        font-size: 30px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .mp .desc_prin h3 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 10px;
        display: block;
    }

    header .mp .desc_prin p {
        font-family: "anteb semiLight";
        font-size: 19px;
        line-height: 22px;
    }

    header .mp ul li {
        background-color: #000;
        color: #fff;
    }

    header .mp ul li {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    header .mp ul li img {
        float: left;
        margin-right: 27px;
    }

    header .mp ul li .desc {
        padding: 8px 0;
        height: 70px;
    }

    header .mp ul li .desc strong {
        font-family: "anteb bold";
        display: block;
        font-size: 22px;
    }

    header .mp ul li .desc p {
        font-family: "anteb semiLight";
        margin: 0;
        font-size: 17px;
    }

    header .mp hr {
        height: 2px;
        color: #282828;
        margin: 30px 0 40px 0;
        opacity: inherit;
    }

    header .mp .sobreCurso strong {
        color: #0060ff;
        font-size: 20px;
        font-family: "anteb bold";
    }

    header .mp .sobreCurso p {
        font-family: "anteb semiLight";
        font-size: 19px;
        line-height: 22px;
        margin: 0;
    }

    /* CONTEÚDO */

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

	main .button {
		overflow: hidden;
		text-indent: -9999em;
	}
	
    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 .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";
    }
}

@media (min-width: 1200px) {
    header .mp {
        margin-top: 115px;
    }

    header .mp .desc_prin h2 {
        color: #3e3e3e;
        font-size: 43px;
        line-height: 34px;
        padding-top: 19px;
        font-family: 'anteb bold';
        text-transform: uppercase;
        padding-left: 0;
        margin-bottom: 30px
    }

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

    header .mp .desc_prin h4 {
        font-size: 30px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .mp .desc_prin h3 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 10px;
        display: block;
    }

    header .mp .desc_prin p {
        font-family: "anteb semiLight";
        font-size: 19px;
        line-height: 22px;
    }

    header .mp ul li {
        background-color: #000;
        color: #fff;
    }

    header .mp ul li {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    header .mp ul li img {
        float: left;
        margin-right: 27px;
    }

    header .mp ul li .desc {
        padding: 8px 0;
        height: 70px;
    }

    header .mp ul li .desc strong {
        font-family: "anteb bold";
        display: block;
        font-size: 22px;
    }

    header .mp ul li .desc p {
        font-family: "anteb semiLight";
        margin: 0;
        font-size: 17px;
    }

    header .mp hr {
        height: 2px;
        color: #282828;
        margin: 30px 0 40px 0;
        opacity: inherit;
    }

    header .mp .sobreCurso strong {
        color: #0060ff;
        font-size: 20px;
        font-family: "anteb bold";
    }

    header .mp .sobreCurso p {
        font-family: "anteb semiLight";
        font-size: 19px;
        line-height: 22px;
        margin: 0;
    }

    /* CONTEÚDO */

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

	main .button {
		overflow: hidden;
		text-indent: -9999em;
	}
	
    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 .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";
    }
}

@media (min-width: 1400px) {
    header .mp {
        margin-top: 115px;
    }

    header .mp .desc_prin h2 {
        color: #3e3e3e;
        font-size: 43px;
        line-height: 34px;
        padding-top: 19px;
        font-family: 'anteb bold';
        text-transform: uppercase;
        padding-left: 0;
        margin-bottom: 30px
    }

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

    header .mp .desc_prin h4 {
        font-size: 30px;
        font-family: "anteb bold";
        color: #0060ff;
        text-transform: uppercase;
        clear: both;
        display: block;
    }

    header .mp .desc_prin h3 {
        font-family: "anteb bold";
        font-size: 20px;
        margin-bottom: 10px;
        display: block;
    }

    header .mp .desc_prin p {
        font-family: "anteb semiLight";
        font-size: 19px;
        line-height: 22px;
    }

    header .mp ul li {
        background-color: #000;
        color: #fff;
    }

    header .mp ul li {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    header .mp ul li img {
        float: left;
        margin-right: 27px;
    }

    header .mp ul li .desc {
        padding: 8px 0;
        height: 70px;
    }

    header .mp ul li .desc strong {
        font-family: "anteb bold";
        display: block;
        font-size: 22px;
    }

    header .mp ul li .desc p {
        font-family: "anteb semiLight";
        margin: 0;
        font-size: 17px;
    }

    header .mp hr {
        height: 2px;
        color: #282828;
        margin: 30px 0 40px 0;
        opacity: inherit;
    }

    header .mp .sobreCurso strong {
        color: #0060ff;
        font-size: 20px;
        font-family: "anteb bold";
    }

    header .mp .sobreCurso p {
        font-family: "anteb semiLight";
        font-size: 19px;
        line-height: 22px;
        margin: 0;
    }

    /* CONTEÚDO */

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

	main .button {
		overflow: hidden;
		text-indent: -9999em;
	}
	
    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 .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";
    }
}