/*FONTES MONSERRAT*/

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url("../fonts/montserratt/Montserrat-ExtraBold.ttf");
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url("../fonts/montserratt/Montserrat-Regular.ttf");
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url("../fonts/montserratt/Montserrat-Medium.ttf");
}

@font-face {
    font-family: 'Montserrat-Italic';
    src: url("../fonts/montserratt/Montserrat-Italic.ttf");
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url("../fonts/montserratt/Montserrat-Light.ttf");
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url("../fonts/montserratt/Montserrat-Black.ttf");
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("../fonts/montserratt/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url("../fonts/montserratt/Montserrat-Bold.ttf");
}

@font-face {
    font-family: 'elektra';
    src: url("../fonts/elektra/elektra.ttf");
}

.font-ms-extra-bold {
    font-family: 'Montserrat-ExtraBold';
}

.font-ms-regular {
    font-family: 'Montserrat-Regular'!important;
}

.font-ms-medium {
    font-family: 'Montserrat-Medium';
}

.font-ms-italic {
    font-family: 'Montserrat-Italic';
}

.font-ms-light {
    font-family: 'Montserrat-Light';
}

.font-ms-black {
    font-family: 'Montserrat-Black';
}


.font-ms-semi-bold {
    font-family: 'Montserrat-SemiBold';
}

.font-ms-bold {
    font-family: 'Montserrat-Bold';
}

.font-elektra {
    font-family: 'elektra';
}

.modal-content .modal-header {
    display: block!important;
}


/*-FONTES MONSERRAT*/

.centralizar {
    position: relative;
    top: 0;
    left: 0;
    min-height: 100%;
}

.central {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.w-20 {
    width: 20%!important;
}

.w-8 {
    width: 8%!important;
}

.border-radius-l {
    border-bottom-left-radius: 25px!important;
    border-top-left-radius: 25px!important;
}

.border-radius-r {
    border-bottom-right-radius: 25px!important;
    border-top-right-radius: 25px!important;
}

.font-color-azul-epad {
    color: #0c4da2;
}

.min-height-60 {
    min-height: 60px;
}

.min-height-110 {
    min-height: 110px;
}

.min-height-400 {
    min-height: 400px;
}

.min-height-500 {
    min-height: 500px;
}

.min-height-950 {
    min-height: 950px;
}

.m10-auto {
    margin: 10px auto;
}

.text-blue-epad {
    color: #0c4da2 !important;
}

.border-epad {
    border: 1px solid transparent;
    border-color: #477492!important;
    background-color: #fff;
    padding: 2px;
}

.text-yellow-star {
    color: #f9c54a;
}

body {
    background-color: #f3f4f6;
    color: #6a6b6c!important;
    font-family: 'Montserrat-Regular'!important;
}

.nav-epad {
    background-color: rgba(255, 255, 255, 0.75);
    transition: background-color 0.5s;
    top: 15px;
    border-radius: 4px;
    position: absolute;
    z-index: 10;
    width: 100%;
}

.nav-epad:hover {
    background-color: rgba(255, 255, 255, 1);
    transition: background-color 0.5s;
}

.nav-epad .active .nav-link,
.nav-epad-fixed .active .nav-link {
    color: rgba(80, 150, 209, 0.9)!important;
}

.nav-epad .nav-link {
    color: rgba(0, 0, 0, .9)!important;
}

.nav-epad-fixed {
    background-color: #fff;
    top: 0px;
    border-radius: 0px;
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0px;
    transition: position 0.5s!important;
}

#img-logo-brand {
    margin-right: 30px;
}

.nav-epad .navbar-brand {
    border-right: 1px solid #e2ebfa;
}

.nav-epad-fixed .navbar-brand {
    border-right: 1px solid #e2ebfa;
}

li.nav-item {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.5s!important;
}

li.nav-item a {
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-bottom: 0px!important;
}

li.nav-item:hover {
    border-bottom: 2px solid #0c4da2;
    transition: border-bottom 0.5s;
    color: #0c4da2;
}

li.nav-item:hover a {
    color: #0c4da2 !important;
}

.nav-item .active {
    color: #0c4da2 !important;
}

#pesquisa-curso h2,
#pesquisa-publicacoes h2 {
    color: #6a6b6c;
    margin-left: 50px;
}

#pesquisa-curso h2:before,
#pesquisa-publicacoes h2:before {
    position: absolute;
    height: 100%;
    width: 5px;
    content: "";
    background: #0c4da2;
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    margin-right: 20px;
    left: 20px;
    border-radius: 4px;
}

#pesquisar-cursos-home {
    min-height: 90px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
}

#pesquisar-cursos-home .input-group-text {
    background-color: #ffffff;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #ced4da;
}

#pesquisar-cursos-home input {
    border-left: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

#pesquisar-cursos-home input:focus {
    border-color: #ced4da;
    box-shadow: none;
}

#pesquisar-cursos-home select {
    border-radius: 10px;
    border-color: #ced4da;
}

#pesquisar-cursos-home select:focus {
    box-shadow: none;
}

.btn-epad-ligth {
    background-color: transparent;
    border: 1px solid #5096D0;
    border-radius: 20px;
    color: #0c4da2 !important;
    min-width: 100%;
}

.btn-epad-ligth:hover {
    background-color: #5096D0;
    color: #fff!important;
}

#cursos-destaque h2,
#cursos h2 {
    color: #6a6b6c;
    margin-left: 50px;
}

#cursos-destaque h2:before,
#cursos h2:before {
    position: absolute;
    height: 100%;
    width: 5px;
    content: "";
    background: #0c4da2;
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    margin-right: 20px;
    left: 20px;
    border-radius: 4px;
}

#cursos-destaque .list li,
#cursos .list li {
    float: left;
    margin-right: 20px;
    list-style: none;
}

.btn-add-cart-circle {
    width: 40px;
    height: 40px;
    padding: 10px 0px;
    border-radius: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    background-color: #0c4da2;
    color: #fff;
}

.card-footer {
    border: none;
    background-color: #f7f6f5;
}

#cursos-destaque .card {
    border: none;
}

.btn-epad-ligth-normal {
    background-color: transparent;
    border: 1px solid #5096D0;
    border-radius: 20px;
    color: #0c4da2 !important;
}

.btn-epad-ligth-normal:hover {
    background-color: #5096D0;
    color: #fff!important;
}

#junte-a-equipe {
    background: url(../img/bg-seja-tutor.png) no-repeat center center fixed;
    min-height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 100% 50%
}

#malha-bloco-junte {
    width: 100%;
    position: relative;
    background-color: rgba(229, 230, 229, 0.79);
    min-height: 200px;
}

#junte-a-equipe h2,
#form-contato h2 {
    color: #6a6b6c;
    margin-left: 50px;
}

#junte-a-equipe h6,
#form-contato h6 {
    color: #6a6b6c;
    margin-left: 50px;
}

#junte-a-equipe h2:before,
#form-contato h2:before {
    position: absolute;
    min-height: 100%;
    width: 5px;
    content: "";
    background: #0c4da2;
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    margin-right: 20px;
    left: 20px;
    border-radius: 4px;
}

.border-left-epad:before {
    content: "";
    margin-right: 40px;
    border: 3px solid #0c4da2;
    border-radius: 5px;
}

#form-junte-se-equipe {
    background-color: #fff;
}

#form-junte-se-equipe .input-group-text,
#newsletter .input-group-text,
#contato .input-group-text,
#pesquisar-cursos-home .input-group-text {
    background-color: #ffffff;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #ced4da;
}

#form-junte-se-equipe input,
#newsletter input,
#contato input,
#pesquisar-cursos-home input {
    border-left: none;
}

#form-junte-se-equipe input:focus {
    border-color: #ced4da;
    box-shadow: none;
}

#lista-categorias-mais-poupulares .card {
    border: 1px solid transparent;
    border-radius: 0px;
    max-height: 210px;
    transition: border 0.5s;
}

#lista-categorias-mais-poupulares .card:hover {
    border-left: none;
    border: 1px solid #0c4da2;
    transition: border 0.5s;
}

#lista-categorias-mais-poupulares .card-menu {
    background-color: transparent;
    border-left: 5px solid #0c4da2 !important;
}

#depoimentos {
    background: url(../img/bg-depoimentos.jpg) no-repeat fixed;
    min-height: 400px;
    position: relative;
    width: 100%;
    background-size: cover;
}

#malha-bloco-depoimento {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(176, 214, 238, 0.65);
}

.btn-acesso-registrar-navbar {
    cursor: pointer;
    padding: 10px;
}

.btn-acesso-registrar-navbar:hover {
    background-color: #3a6a8a;
    color: #fff !important;
}

.nav-text-epad {
    padding-left: 20px;
    border-left: 1px solid #e2ebfa;
}

.loading-message.loading-message-boxed {
    border: 1px solid #ddd;
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.loading-message {
    display: inline-block;
    min-width: 125px;
    margin-left: -60px;
    padding: 10px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

label.error {
    color: red;
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 5px;
    width: 100%!important;
}

input.error {
    color: red;
    border: 1px solid red;
}

input.valid {
    color: green;
    border: 1px solid green;
}


/*---------------SIDE BAR -------------------*/

#barra-lateral-carrinho {
    z-index: 100;
    position: fixed;
    /* display: none; */
    height: 120px;
    top: 120px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 4px 0px 25px -1px rgba(0, 0, 0, 0.5);
    font-family: "Raleway";
    font-weight: 600;
    font-size: 26px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.33s ease;
    transition: 0.33s ease;
    padding: 8px;

}

#barra-lateral-carrinho ul{
    list-style: none;
    padding: 0px;
}

#barra-lateral-carrinho ul li{
    margin-top: 15px;
}

#barra-lateral-carrinho.active {
    width: 390px;
    height: auto;
}

.numero-itens-carrinho {
    font-size: 10px;
    position: absolute;
    top: -3px;
    color: #3a6a8a;
}

#icone-carrinho-side-bar {
    color: #0c4da2;
}

.thumb-curso-carrinho {
    max-width: 110px;
}

.table-lista-carrinho tr {
    border-bottom: 1px solid #f3f4f6;
}

.table-lista-carrinho tr:last-child {
    border-bottom: none;
}

.table-lista-carrinho .titulo-curso {
    font-size: 10px;
    color: #0c4da2;
    margin-bottom: 0px;
    line-height: 13px;
}

.table-lista-carrinho .preco-lista-carrinho {
    font-size: 11px;
    color: #b3b3b3;
    margin-top: 0px;
    font-weight: normal;
    line-height: 13px;
}

.remover-item-lista-carrinho {
    color: #ff0000c4;
}

#barra-lateral-carrinho #estrutura-lista-carrinho {
    display: none;
}

#barra-lateral-carrinho.active #estrutura-lista-carrinho {
    display: block;
}

#barra-lateral-carrinho .minimiza-side-bar {
    display: none;
    color: #0c4da2;
    margin-right: 9px;
}

#barra-lateral-carrinho.active .minimiza-side-bar {
    display: block;
}


/*SEÇÃO VITRINE*/

#carrousel-de-vitrine .carousel-indicators {
    z-index: 1;
}

#carrousel-de-vitrine .carousel-indicators li.active {
    background-color: rgba(80, 150, 209, 0.75);
}


/*!-SEÇÃO VITRINE*/


/*---------------SIDE BAR -------------------*/

#carousel-depoimento button:focus {
    outline: 0px!important;
    outline: 0px!important;
    box-shadow: none;
}

#carousel-depoimento .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 5px 0px 5px;
    background-color: #FFFFFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#carousel-depoimento .owl-dots button.owl-dot.active span {
    background-color: #0c4da2;
}

#carousel-depoimento .owl-nav button {
    padding: 10px!important;
    background-color: rgba(255, 140, 0, 0.75);
}

#carousel-depoimento .owl-nav button:hover {
    background-color: rgba(255, 140, 0, 1);
}

#carousel-depoimento .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    bottom: 0%;
}

#carousel-depoimento .owl-nav .owl-next {
    position: absolute;
    right: 0;
    bottom: 0%;
}

#carousel-depoimento .item .depoimento p {
    color: #fff!important;
}


/*PUBLICAÇÕES*/

#publicacoes h2 {
    color: #6a6b6c;
    margin-left: 50px;
}

#publicacoes h2:before {
    position: absolute;
    min-height: 100%;
    width: 5px;
    content: "";
    background: #0c4da2;
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    margin-right: 20px;
    left: 20px;
    border-radius: 4px;
}


/*! - PUBLICAÇÕES*/


/*NEWSLETTER*/

#newsletter {
    background-color: #fff;
}

#newsletter h2,
#newsletter h6 {
    color: #6a6b6c;
    margin-left: 50px;
}

#newsletter h2:before {
    position: absolute;
    min-height: 100%;
    width: 5px;
    content: "";
    background: #0c4da2;
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    margin-right: 20px;
    left: 20px;
    border-radius: 4px;
}


/*! NEWSLETTER*/

#mapa-nav-footer {
    background: url(../img/bg-footer-2.png) no-repeat fixed;
    position: relative;
    width: 100%;
    background-size: cover;
}

#malha-bloco-mapa-nav-footer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 992px) {
    #assinatura .col-lg {
        text-align: center
    }
    #assinatura img {
        float: none!important;
        text-align: center;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    #descricao-sobre-epad .img-fluid,
    #descricao-sobre-epad-3 .img-fluid {
        width: 100%;
    }
    #depoimentos .item p {
        width: 100%!important;
    }
    #img-curso {
        width: 100%!important;
    }
    #img-curso img {
        width: 100%!important;
    }
}

@media(max-width: 500px) {
    #breadcrumb nav {
        float: left!important;
    }
}

#assinatura {
    background-color: #0c4da2;
}

#mapa-nav-footer .list .item {
    text-decoration: none;
    transition: padding-left, border-left, 0.75s;
    margin-bottom: 5px;
}

#mapa-nav-footer .list .item:hover {
    color: #4f96d1!important;
    padding-left: 20px;
    border-left: 5px solid #4f96d1;
    transition: padding-left, border-left, 0.75s;
    cursor: pointer;
}

#mapa-nav-footer .list .item span {
    visibility: hidden;
    transition: visibility, background-color, color 0.9s;
    color: #fff;
}

#mapa-nav-footer .list .item:hover span {
    transition: visibility, background-color, color 0.5s;
    background-color: #0c4da2;
    padding: 1px 1px 1px 1px;
    color: #fff;
    border-radius: 20px;
    visibility: visible;
}


/*PÁGINA DE CONTATO*/

.nav-interno {
    position: relative;
    min-height: 165px;
}

#form-contato {
    background-color: #FFF;
}


/*!- PÁGINA DE CONTATO*/


/*BREADCRUMB*/

#breadcrumb a {
    text-decoration: none!important;
    color: #6a6b6c;
}

#breadcrumb .active {
    color: #4f96d1;
}


/*-!BREADCRUMB*/


/*CURSOS*/

#lista-todas-categorias li {
    border-bottom: 4px solid transparent!important;
}

#lista-todas-categorias li:hover {
    border-bottom: 4px solid #0c4da2 !important;
    color: #0c4da2 !important;
    cursor: pointer;
}

#lista-todas-categorias li a {
    text-decoration: none;
    color: #6a6b6c;
}

#lista-todas-categorias li a:hover {
    color: #0c4da2 !important;
}

#lista-todas-categorias li.active {
    border-bottom: 4px solid #0c4da2 !important;
}

.qtd-cursos {
    width: auto;
    height: 25px;
    padding: 0px 7px 0px 7px!important;
}


/*CURSOS*/

#corpo-docente .card-body img {
    display: block;
    border: 2px solid #0c4da2;
}

.descricao-sobre-epad p {
    font-family: 'Montserrat-Regular'!important;
    font-size: 16px!important;
    text-indent: 35px!important;
    text-align: justify!important;
}

.pagination.bootpag {
    border-color: #0c4da2;
}

.pagination.bootpag .page-link {
    color: #0c4da2 !important;
    border: 1px solid #0c4da2;
}

.pagination.bootpag .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 101, 26, .25);
}

.pagination.bootpag .page-link:hover {
    color: #fff!important;
    background-color: #0c4da2;
    border-color: #0c4da2;
}

.pagination.bootpag .page-item.active .page-link {
    background-color: #0c4da2;
    border-color: #0c4da2;
    color: #fff!important;
}

.scrollTop {
    position: fixed;
    bottom: 0px!important;
    right: 0%;
    background: #0c4da2;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 5px;
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
}

.scrollTop i {
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    transition: opacity 0.5s;
    padding: 5px;
}


#row-cursos1 h5{
    font-weight: bolder;
    color: blue!important;
}
#lista-cursos h5{
    font-weight: bolder;
    color: blue!important;
}

#content-descricao-curso{
    margin-bottom: 0px;
    padding: 0px;
    border: none;
    font-family: Arial, Helvetica, sans-serif!important;
    font-size: 17px;
    letter-spacing: -0.3px;
}

#meus-dados ul{
    list-style: none;
}

#content-descricao-curso span{
    font-size: 16px!important;
}