:root {
    --pr-primary-color: #4976EE;
    --pr-title-color: #3D587A;
    --pr-fonte: Roboto;
    --pr-table-line-color: #343434;
    --pr-cor-azul: #3D5879;
    --pr-cor-azul2: #193069;
    --pr-cor-verde: #15CE9A;
    --pr-cor-vermelha: #ED325D;
}

body {
    background-color: #F5F6FA;
    font-family: var(--pr-fonte);
}

.poppins {
    font-family: Poppins !important;
}


/* .main-content{
    padding-right: 2rem;
} */

.preto {
    color: #000
}

.vermelho {
    color: var(--pr-cor-vermelha)
}

.azul {
    color: var(--pr-cor-azul)
}

.azul2 {
    color: var(--pr-cor-azul2)
}

.verde {
    color: var(--pr-cor-verde) !important
}

.mt-n2 {
    margin-top: -2rem;
}

a {
    text-decoration: none;
    font-family: Poppins;
}

.breadcrumb-item a {
    color: #343434;
}

.form-control {
    border: 2px solid #ced4da;
    border-radius: 10px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--pr-primary-color);
    box-shadow: none !important;
}

.btn-portal {
    background-color: var(--pr-primary-color);
    border-radius: 10px;
    font-family: Poppins;
    color: #FFF;
    font-weight: bold;
    font-size: 1rem;
}

.btn-portal:hover {
    color: #FFF;
}

.btn-portal-outline {
    background-color: #FFF;
    border: 2px solid var(--pr-primary-color);
    border-radius: 10px;
    font-family: Poppins;
    color: var(--pr-primary-color);
    font-weight: bold;
    font-size: 0.9rem;
}

.btn-portal-outline:hover {
    background-color: var(--pr-primary-color);
    color: #FFF;
}

.title {
    color: var(--pr-title-color);
    font-family: Poppins;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.title2 {
    color: var(--pr-cor-azul2);
    font-family: Poppins;
    font-style: normal;
    font-size: 4rem;
    font-weight: bolder;
    padding: 10px 0;
}

.card {
    border-radius: 10px;
}

.borda-portal {
    border: 1px solid #CFD1DC;
}

.fundo-cinza {
    background-color: #F5F6FA;
}

.border-responsive {
    border-right: 1px solid #dee2e6!important;
    border-width: 2px!important;
}

@media screen and (max-width: 768px) {
    .border-responsive {
        border-bottom: 1px solid #dee2e6!important;
        border-right: none !important;
    }
}


/* HOME */

#bannerHome .carousel-item img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}

#bannerHome .carousel-caption {
    position: absolute;
    right: 0%;
    left: 0%;
    height: 100%;
}

#bannerHome .carousel-caption div {
    height: 100%;
}

#bannerHome .carousel-inner {
    border-radius: 10px;
}

#bannerHome .carousel-item {
    height: 450px;
}

.titulo-banner {
    font-size: 4rem;
    font-family: Poppins;
    font-weight: bolder;
}

.texto-banner {
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto;
}

.circulo {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.home .card {
    height: 80%;
    padding-bottom: 10px;
}

.progress-bar {
    background-color: var(--pr-cor-verde);
}

.data-inicio {
    color: var(--pr-cor-azul2);
    font-size: .8rem;
    font-weight: bolder;
}

.data-vencimento {
    color: var(--pr-cor-azul);
    font-size: .8rem;
    font-weight: bolder;
}

table thead tr th {
    color: var(--pr-cor-azul2);
    vertical-align: middle;
}

table tbody tr th,
table tbody tr td {
    color: var(--pr-table-line-color);
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .carousel-item {
        height: 200px;
    }
    /* .carousel-item img{
        object-fit: contain;
    } */
    .titulo-banner {
        font-size: 1.4rem;
    }
    .texto-banner {
        font-size: 1rem;
    }
    .carousel-caption .btn-portal {
        padding: 0.5rem 1rem !important;
    }
    .card {
        height: auto;
        margin-bottom: 20px;
    }
    .card .row div {
        text-align: center;
    }
}


/* HOME2 */

.bannerCurso {
    height: 450px;
    width: 100%;
    border-radius: 10px;
    background-size: cover !important;
    background-position: left !important;
    background: url(../_img/banner/banner2.png);
    color: #FFF;
}

.icons .card {
    height: 100%;
}

.icons img {
    width: 90px !important;
    height: 90px !important;
}

video {
    width: 100%;
}


/* .noticias .col-md-3:first-child {
    padding-left: 0px;
}

.noticias .col-md-3:last-child {
    padding-right: 0px;
} */

#depoimentos .carousel-control-next,
#depoimentos .carousel-control-prev {
    color: var(--pr-primary-color);
    font-weight: bolder;
}

#depoimentos .carousel-item {
    height: 300px;
}

#depoimentos .carousel-caption {
    color: #343434;
    bottom: 3.25rem;
    font-family: Poppins;
}

#depoimentos .carousel-indicators [data-bs-target] {
    background-color: #D6D6D6;
}

@media screen and (max-width: 768px) {
    .title2 {
        font-size: 2rem;
    }
    .icons,
    .sobre,
    .noticias {
        padding: 20px 0px !important;
    }
    .icons .col {
        margin-bottom: 10px;
    }
}


/* CURSOS */

.nav-tabs {
    border-bottom: 2px solid #D7D7D7;
}

.nav-tabs .nav-link.active {
    color: #4976EE !important;
    background-color: transparent !important;
    border-color: none !important;
    border: none;
    border-bottom: 3px solid #4976EE!important;
    font-weight: bold;
    padding-bottom: 5px;
}

.nav-tabs .nav-link {
    color: #343434;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-bottom-color .3s ease-in-out;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:focus-within {
    border-color: #F5F6FA;
    border-bottom: 1px solid #D7D7D7!important;
    isolation: isolate;
}

.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:focus-within {
    border-bottom: 3px solid #4976EE!important;
    padding-bottom: 5px;
}

.card-curso img {
    object-fit: cover;
    object-position: center;
    width: 160px;
    height: 160px;
    max-width: 100%;
}

.card-curso .circulo {
    right: 1rem;
    top: 1rem;
}

.card-curso .circulo i {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    margin-left: 0.55em;
    margin-top: 0.4em;
}

@media screen and (max-width: 768px) {
    .cursos .tab-pane .mt-n2 {
        margin-top: 0px;
    }
}


/* CURSOS DETALHES */

.btn-thumbs {
    margin: 0;
    color: #676a6c;
}

.btn-thumbs>input {
    position: absolute;
    width: 0;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

.btn-thumbs.btn-thumbs-up:hover,
.btn-thumbs.btn-thumbs-up.active {
    color: #15CE9A;
}

.btn-thumbs.btn-thumbs-down:hover,
.btn-thumbs.btn-thumbs-down.active {
    color: #e93246;
}

.detalhesCurso {
    background: #FFF;
    background-clip: content-box;
}

@media screen and (max-width: 768px) {
    .nomeCurso {
        clear: both;
    }
}


/* MENSAGENS */

.modal label {
    color: #343434 !important;
}

.modal select {
    color: #657FA0 !important;
}

#chat .form-control {
    border-color: transparent;
}

#chat .form-control:focus {
    border-color: transparent;
    box-shadow: inset 0px 0px 0px 1px transparent;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.historicoConversa {
    position: relative;
    height: 400px;
    overflow: auto;
    overflow-anchor: none;
    touch-action: auto;
}

.historicoConversa::-webkit-scrollbar {
    width: 10px;
}

.historicoConversa::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(226, 229, 233, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
}

.historicoConversa::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.mensagem {
    color: #343434;
    position: relative;
}

.mensagem small {
    font-size: .6rem;
    bottom: .3rem;
    right: .5rem;
}

.mensagemEnviada {
    background-color: #F5F7FA;
}

.mensagemRecebida {
    background-color: #FFF;
    border: 1px solid #CFD1DC;
    text-align: right;
}


/* NOTIFICAÇÃO */

.modal .card-text {
    color: #3D5879;
}


/* projetos */

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #FFF;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button.collapsed:focus {
    box-shadow: unset;
}


/* perfil */

.dadosAluno h6 {
    color: #3D5879;
    font-size: .8rem;
    font-weight: bold;
}

.dadosAluno p {
    color: #343434;
}

.dadosAgendamento p {
    margin-bottom: .5rem !important;
}

.list-group {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: .5rem;
}

.list-group li {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .list-group {
        grid-template-columns: repeat(1, 1fr);
    }
    .perfil .carousel-item .col-md-2 .card {
        border: none !important;
    }
    .perfil .carousel-item {
        height: 100px;
    }
}

.perfil .carousel-control-next,
.perfil .carousel-control-prev {
    color: var(--pr-primary-color);
    font-weight: bolder;
    width: unset;
}

.perfil .carousel-item .card {
    border-radius: unset;
}

.perfil .carousel-item .col-md-2:not(:last-child) .card {
    border: none;
    border-right: 1px solid #ccc;
}

.perfil .carousel-item .col-md-2:last-child .card {
    border: none;
}


/* financeiro */

.emdia {
    background-color: var(--pr-cor-verde);
}

.emAberto {
    background-color: var(--pr-cor-vermelha) !important;
}

.financeiro .card .col-md-2 p {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .financeiro .emdia,
    .financeiro .emAberto {
        flex-direction: column;
        text-align: center;
    }
}

.dropdown-menu::-webkit-scrollbar {
    width: 12px;
}


/* Track */

.dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(201, 201, 201);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.btn-de-olho {
    padding: 15px 20px;
    background-image: linear-gradient(to right, #4801FF, #0396FE);
    font-size: 2em;
    margin: auto;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: RubikMedium;
    border-radius: 15px;
}

.btn-de-olho:hover {
    background-image: linear-gradient(to right, #0396FE, #4801FF);
    color: #FFF;
}

.label-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}

.label-warning {
    background-color: #f8ac59;
    color: #FFFFFF;
}

.label-danger {
    background-color: #ed5565;
    color: #FFFFFF;
}

.label {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 3px 8px;
    text-shadow: none;
    border-radius: 0.25em;
    line-height: 1;
    white-space: nowrap;
}

h5 {
    font-size: 1.1rem!important;
}

.bg-warning {
    background-color: #f8ac59 !important;
    color: #ffffff;
}

.btn-default {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
    color: inherit;
    border: 1px solid #d2d2d2;
}
.float-right {
    float: right !important;
}