/*
-- Estilos para a página da STIC Credenciamento 
-- Desenvolvimento: by.AN - Nov 2018
*/


/* INICIO Credenciamento Menu ------------------------------------- */


/*-- Google Font --*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800|Poppins:300,400,500,600,700,800,900");

/*-- Common Style --*/

.mod_mn_stic_credenciar {
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    color: #333;
    margin-top: 30px !important;
}

.mod_mn_stic_credenciar h1,
.mod_mn_stic_credenciar h2,
.mod_mn_stic_credenciar h3,
.mod_mn_stic_credenciar h4,
.mod_mn_stic_credenciar h5,
.mod_mn_stic_credenciar h6 {
    color: #333333;
    font-weight: 400;
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
}

.mod_mn_stic_credenciar h1 {
    font-size: 110px;
    line-height: 1;
}

.mod_mn_stic_credenciar h2 {
    font-size: 72px;
    line-height: 1;
}

.mod_mn_stic_credenciar h3 {
    font-size: 44px;
    font-style: normal;
}

.mod_mn_stic_credenciar h4 {
    font-size: 22px;
}

.mod_mn_stic_credenciar h5 {
    font-size: 18px;
}

.mod_mn_stic_credenciar h6 {
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mod_mn_stic_credenciar h3 {
        font-size: 34px;
    }
    .mod_mn_stic_credenciar h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mod_mn_stic_credenciar h3 {
        font-size: 30px;
    }
    .mod_mn_stic_credenciar h4 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .mod_mn_stic_credenciar h3 {
        font-size: 28px;
    }
    .mod_mn_stic_credenciar h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .mod_mn_stic_credenciar h3 {
        font-size: 24px;
    }
    .mod_mn_stic_credenciar h4 {
        font-size: 18px;
    }
}

.mod_mn_stic_credenciar p:last-child {
    margin-bottom: 0;
}

.mod_mn_stic_credenciar p {
    font-family: "Poppins", sans-serif;
}

.mod_mn_stic_credenciar a,
.mod_mn_stic_credenciar button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

.mod_mn_stic_credenciar a,
.mod_mn_stic_credenciar button,
.mod_mn_stic_credenciar img,
.mod_mn_stic_credenciar input,
.mod_mn_stic_credenciar span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mod_mn_stic_credenciar *:focus {
    outline: none !important;
}

.mod_mn_stic_credenciar a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

.mod_mn_stic_credenciar a:hover {
    text-decoration: none;
    color: #ff5951;
}

.mod_mn_stic_credenciar button,
.mod_mn_stic_credenciar input[type="submit"] {
    cursor: pointer;
}

.mod_mn_stic_credenciar img {
    max-width: 100%;
    height: auto;
    width: unset !important;
    display: unset !important;
}

.mod_mn_stic_credenciar ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


/*-- 
    - Background color
-----------------------------------------*/

.mod_mn_stic_credenciar .bg-white {
    background-color: #ffffff;
}

.mod_mn_stic_credenciar .bg-light-grey {
    background-color: #f6fafb;
}

.mod_mn_stic_credenciar .bg-dark {
    background-color: #333;
}

.mod_mn_stic_credenciar .bg-grey {
    background-color: #f8f8f8;
}

.mod_mn_stic_credenciar .grey-light {
    background: #fafafa;
}

.mod_mn_stic_credenciar .bg-color-two {
    background: #ffab00;
}

.mod_mn_stic_credenciar .color-two {
    color: #ffab00;
}

.mod_mn_stic_credenciar .malachite {
    background: #10c45c;
}

.mod_mn_stic_credenciar .sunglow {
    background: #fdc735;
}

.mod_mn_stic_credenciar .mariner {
    background: #307ad5;
}

.mod_mn_stic_credenciar .brilliantrose {
    background: #e948ae;
}

.mod_mn_stic_credenciar .shakespeare {
    background: #48a7d4;
}

.mod_mn_stic_credenciar .deyork {
    background: #6fc191;
}

.mod_mn_stic_credenciar .laranja {
    background: #ff5951;
}

.mod_mn_stic_credenciar .cor-stic {
    background: #6e83b8;
}

.mod_mn_stic_credenciar .ml-auto,
.mod_mn_stic_credenciar .mx-auto {
    margin-left: auto!important;
}

.mod_mn_stic_credenciar .mr-auto,
.mod_mn_stic_credenciar .mx-auto {
    margin-right: auto!important;
}

@media (min-width: 992px) .mod_mn_stic_credenciar .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}


/*--
    - Section Title Css
-------------------------------*/

.mod_mn_stic_credenciar .section-title,
.mod_mn_stic_credenciar .section-title-two {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .mod_mn_stic_credenciar .section-title,
    .mod_mn_stic_credenciar .section-title-two {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mod_mn_stic_credenciar .section-title,
    .mod_mn_stic_credenciar .section-title-two {
        margin-bottom: 20px;
    }
}

.mod_mn_stic_credenciar .section-title:after,
.mod_mn_stic_credenciar .section-title-two:after {
    content: url("../images/icon/title-01.png");
}

.mod_mn_stic_credenciar .section-title h4,
.mod_mn_stic_credenciar .section-title-two h4 {
    color: #ff5951;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 10px;
}

.mod_mn_stic_credenciar .section-title h3,
.mod_mn_stic_credenciar .section-title-two h3 {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: -5px;
    margin-bottom: 15px;
}

.mod_mn_stic_credenciar .section-title p,
.mod_mn_stic_credenciar .section-title-two p {
    font-size: 16px;
    margin-top: 13px;
}

.mod_mn_stic_credenciar .section-title-two:after {
    content: url("../images/icon/title-02.png");
}

.mod_mn_stic_credenciar .section-title-three {
    text-align: center;
    position: relative;
}

.mod_mn_stic_credenciar .section-title-three h4 {
    /*    color: #ff5951;  */
    color: #6e83b8;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 10px;
}

.mod_mn_stic_credenciar .section-title-three h3 {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: -5px;
    margin-bottom: 15px;
}

.mod_mn_stic_credenciar .section-title-three p {
    font-size: 16px;
    margin-top: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mod_mn_stic_credenciar .section-title-three.mb--80 {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mod_mn_stic_credenciar .section-title-three.mb--80 {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .mod_mn_stic_credenciar .section-title-three.mb--80 {
        margin-bottom: 15px;
    }
}


/*--
    06. Choose Css
---------------------------*/

.mod_mn_stic_credenciar .course-categories-wrap {
    margin-left: -9px;
    margin-right: -9px;
    margin-top: 25px;
}

@media only screen and (max-width: 767px) {
    .mod_mn_stic_credenciar .course-categories-wrap {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mod_mn_stic_credenciar .course-categories-wrap {
        margin-top: 25px;
    }
}

.mod_mn_stic_credenciar .coustom-col-2 {
    min-width: 15.1%;
    margin: 0 9px;
    float: left;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mod_mn_stic_credenciar .coustom-col-2 {
        min-width: 31.333%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mod_mn_stic_credenciar .coustom-col-2 {
        min-width: 30.6%;
    }
}

@media only screen and (max-width: 767px) {
    .mod_mn_stic_credenciar .coustom-col-2 {
        min-width: 45.5%;
    }
}

@media only screen and (max-width: 479px) {
    .mod_mn_stic_credenciar .coustom-col-2 {
        min-width: 95%;
    }
}

.mod_mn_stic_credenciar .coustom-col-3 {
    width: 25%;
    float: left;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mod_mn_stic_credenciar .coustom-col-3 {
        min-width: 25%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mod_mn_stic_credenciar .coustom-col-3 {
        min-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .mod_mn_stic_credenciar .coustom-col-3 {
        min-width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .mod_mn_stic_credenciar .coustom-col-3 {
        min-width: 100%;
    }
}

.mod_mn_stic_credenciar .single-course-categories {
    margin-top: 20px;
    padding: 15px;
    height: 180px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mod_mn_stic_credenciar .single-course-categories:hover .cours-icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.mod_mn_stic_credenciar .single-course-categories .cours-title {
    margin-top: 15px;
}

.mod_mn_stic_credenciar .single-course-categories .cours-title h5 {
    color: #ffffff;
}

.mod_mn_stic_credenciar .single-course-categories .cours-icon {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
}

.mod_mn_stic_credenciar .single-course-categories-two {
    padding: 15px 20px 25px;
    border-radius: 25px 25px 0 0;
    text-align: center;
    position: relative;
    margin-top: -100px;
    z-index: 1;
}

.mod_mn_stic_credenciar .single-course-categories-two:hover .cours-icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mod_mn_stic_credenciar .single-course-categories-two {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .mod_mn_stic_credenciar .single-course-categories-two {
        margin-top: 80px;
    }
}

.mod_mn_stic_credenciar .single-course-categories-two .cours-icon {
    margin-top: -65px;
    margin-bottom: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mod_mn_stic_credenciar .single-course-categories-two .cours-icon .coure-icon-inner {
    background: #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100%;
}

.mod_mn_stic_credenciar .single-course-categories-two .cours-title {
    margin-top: 15px;
}

.mod_mn_stic_credenciar .single-course-categories-two .cours-title h4 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mod_mn_stic_credenciar .single-course-categories-two .cours-title h4 {
        font-size: 20px;
    }
}

.mod_mn_stic_credenciar .single-course-categories-two .cours-title p {
    color: #ffffff;
    font-size: 14px;
}

.mod_mn_stic_credenciar .all-course-btn {
    text-align: center;
}

.mod_mn_stic_credenciar .all-course-btn .all-course {
    margin-top: 70px;
    padding: 13px 55px;
    background: #ff5951;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 25px rgba(255, 89, 81, 0.4);
    box-shadow: 0px 10px 25px rgba(255, 89, 81, 0.4);
}

.mod_mn_stic_credenciar .all-course-btn .all-course:hover {
    color: #ffffff;
    background: #222222;
}

@media only screen and (max-width: 767px) {
    .mod_mn_stic_credenciar .all-course-btn .all-course {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mod_mn_stic_credenciar .all-course-btn .all-course {
        margin-top: 50px;
    }
}

.mod_mn_stic_credenciar .dashboard-content {
    border: 1px solid #ebebeb;
    padding: 30px;
    margin-bottom: 20px;
}

.mod_mn_stic_credenciar .dashboard-content a {
    color: #6e83b8;
}

.mod_mn_stic_credenciar .dashboard-content a:hover {
    color: #ff5951;
}

.mod_mn_stic_credenciar .tab-content>.active {
    display: block;
}

.mod_mn_stic_credenciar .dashboard-content h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    text-transform: capitalize;
    color: #ff5951;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) .mod_mn_stic_credenciar h3 {
    font-size: 34px;
}

.mod_mn_stic_credenciar p:last-child {
    margin-bottom: 0;
}

.mod_mn_stic_credenciar p {
    font-family: "Poppins", sans-serif;
    line-height: 150%;
}

.mod_mn_stic_credenciar .contact-infor {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 20px 30px;
}

.mod_mn_stic_credenciar .contact-infor .contact-title h3 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) .mod_mn_stic_credenciar h3 {
    font-size: 34px;
}

.mod_mn_stic_credenciar .fc-lista-ul {
    width: 560px;
    display: inline-block;
    margin-bottom: 50px;
}

.mod_mn_stic_credenciar .fc-lista-li {
    display: inline-flex;
    margin-bottom: 20px;
}

.mod_mn_stic_credenciar .fc-lista-ico {
    width: 50px;
    font-size: 20pt;
}

.mod_mn_stic_credenciar .fc-lista-dsc {
    width: 560px;
    text-align: left;
    font-size: 14pt;
}

@media only screen and (max-width: 767px) {
    .mod_mn_stic_credenciar .fc-lista-li {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .mod_mn_stic_credenciar .fc-lista-ico {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .mod_mn_stic_credenciar .fc-lista-dsc {
        font-size: 14px;
    }
}

.mod_mn_stic_credenciar .justify-content-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center!important;
    justify-content: center!important;
}

.mod_mn_stic_credenciar .nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.mod_mn_stic_credenciar .tabs-categorys-list {
    margin-bottom: 20px;
}

.mod_mn_stic_credenciar .tabs-categorys-list ul li {
    margin-right: 25px;
    border: none;
}

.mod_mn_stic_credenciar .tabs-categorys-list ul li:last-child {
    margin-right: 0;
}

.mod_mn_stic_credenciar .tabs-categorys-list ul li a {
    display: block;
    padding: 0px 2px;
    position: relative;
    font-weight: 600;
    color: #6e83b8;
}

.mod_mn_stic_credenciar .tabs-categorys-list ul li a:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border: 2px solid #ff5951;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    top: -10px;
    left: -10px;
    border-width: 2px 0 0 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mod_mn_stic_credenciar .tabs-categorys-list ul li a:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border: 2px solid #ff5951;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    right: -10px;
    bottom: -10px;
    border-width: 0 2px 2px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mod_mn_stic_credenciar .tabs-categorys-list ul li a.active,
.mod_mn_stic_credenciar .tabs-categorys-list ul li a:hover {
    color: #ff5951;
    font-size: 12pt;
    font-weight: lighter;
}

.mod_mn_stic_credenciar .tabs-categorys-list ul li a.active:before,
.mod_mn_stic_credenciar .tabs-categorys-list ul li a:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 0px;
    left: -5px;
}

.mod_mn_stic_credenciar .tabs-categorys-list ul li a.active:after,
.mod_mn_stic_credenciar .tabs-categorys-list ul li a:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: -5px;
    bottom: 0px;
}

.mod_mn_stic_credenciar .courses-tab-active .owl-nav button {
    background: #F2F2F2 !important;
    color: #333 !important;
    height: 60px;
    left: 35px;
    position: absolute;
    text-align: center;
    top: 50%;
    font-size: 22px !important;
    width: 50px;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    -ms-filter: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mod_mn_stic_credenciar .courses-tab-active .owl-nav button:hover {
    background: #ff5951 !important;
    color: #fff !important;
}

.mod_mn_stic_credenciar .courses-tab-active .owl-nav button.owl-next {
    left: auto;
    right: 35px;
}

.mod_mn_stic_credenciar .courses-tab-active:hover .owl-nav button {
    opacity: 1;
    -ms-filter: 1;
    visibility: visible;
    left: 15px;
}

.mod_mn_stic_credenciar .courses-tab-active:hover .owl-nav button.owl-next {
    right: 15px;
    left: auto;
}

.mod_mn_stic_credenciar .courses-tab-wrapper .tab-content .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    width: 100%;
}

.mod_mn_stic_credenciar .courses-tab-wrapper .tab-content .tab-pane.active {
    height: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.mod_mn_stic_credenciar .collapse-list {
    padding: 0 40px 0 40px;
}

.mod_mn_stic_credenciar .collapse-list .disc {
    list-style: disc !important;
}

.mod_mn_stic_credenciar .collapse-list .alpha {
    list-style: lower-latin !important;
}

.mod_mn_stic_credenciar .contact-submit-btn .submit-btn {
    background: #6e83b8 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.mod_mn_stic_credenciar .contact-submit-btn .submit-btn:hover {
    background: #a2b6dd;
}

.mod_mn_stic_credenciar .colunaImg {
    padding: 10px 0 10px 0;
}

.mod_mn_stic_credenciar .colunaTitle {
    background-color: #a2b6dd;
    padding: 4px;
    text-align: center;
}

.mod_mn_stic_credenciar .colunaItens p {
    text-align: center;
    font-size: 12pt;
}

.mod_mn_stic_credenciar .colunaContainer {
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
}

.mod_mn_stic_credenciar .colunaContainerForm {
    background-color: #f7f7f7;
    padding: 4px;
    margin-bottom: 10px;
}

.mod_mn_stic_credenciar .col-lg-8 {
    float: none !important;
}


/* FIM Credenciamento Menu ------------------------------------- */