@import 'navbar.css';
@import 'footer.css';
@import 'slideshow.css';
@import 'equipe.css';
@import 'aprovados.css';
@import 'login.css?v=1';
@import 'search.css';

body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px !important;
}

.font-family-oswald {
    font-family: 'Oswald', sans-serif;
}

.link-unstyled,
.link-unstyled:link,
.link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
}

header {
    padding: 20px;
    background: #c0170d;
    background: -moz-linear-gradient(top, #c0170d 0%, #a21010 100%);
    background: -webkit-linear-gradient(top, #c0170d 0%, #a21010 100%);
    background: linear-gradient(to bottom, #c0170d 0%, #a21010 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0170d', endColorstr='#a21010', GradientType=0);
}

@media (max-width: 575.98px) {
    .navbar-themas {
        padding: .5rem 1rem;
    }

    .info-atendiento {
        display: block;
        text-align: center;
    }

    .user-btn-login {
        display: block;
        text-align: center;
        margin: 30px 0;
    }

    .carousel-item img {
        width: 100%;
        height: auto;
    }

    iframe#cursosInserirScriptVideo {
        height: auto !important;
    }
}

.section {
    padding: 40px 0;
}

.section-title {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
}

.section-title-page h1 {
    font-weight: 600;
}

.section-text {
    font-size: 18px;
    line-height: 1.4em;
    color: #333;
}

.section-text p {
    margin-bottom: 25px;
}

.section-title-page span {
    font-size: 18px;
}

.p40 {
    padding: 40px;
}

.card-cursos {
    /* width: 21rem; */
    height: 100%;
    margin-bottom: 40px;
    border-bottom: 2px solid #a21010;
}

.card-cursos .card-body a {
    text-align: right;
}

.fa-fw {
    margin-right: 3px;
}

.breadcrumb {
    background-color: transparent;
}

.card-produtos .card-header,
.card-coordenador .card-header {
    background-color: #f9fbfd;
}

.card-produtos,
.card-coordenador {
    background-color: #f9fbfd;
    margin-bottom: 40px;
    transition: box-shadow .25s, transform .25s;
    border-bottom: 3px solid #a21010;
    box-shadow: 0 1.5rem 3rem rgba(22, 28, 45, .05);
}

.card-produtos:focus,
.card-produtos:hover,
.card-coordenador:focus,
.card-coordenador:hover {
    box-shadow: 0 2rem 5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .05) !important;
    transform: translate3d(0, -5px, 0)
}

.strong {
    font-weight: bold;
}

.em {
    font-style: italic;
}

.table-center tr th,
.table-center tr td {
    vertical-align: middle;
}

.aluno-cursos-lista .media:hover {
    background-color: #f9f9f9;
}

.aluno-cursos-lista .media:last-child {
    border-bottom: none !important;
}

.pull-right {
    float: right;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-1 {
    font-size: 16px;
}

.font-size-2 {
    font-size: 18px;
}

.font-size-3 {
    font-size: 20px;
}

.font-size-4 {
    font-size: 24px;
}

.font-size-5 {
    font-size: 28px;
}

.font-size-6 {
    font-size: 32px;
}

.font-size-7 {
    font-size: 36px;
}

.font-size-8 {
    font-size: 42px;
}

.font-size-9 {
    font-size: 46px;
}

.info-atendiento {
    font-size: 12px;
    color: #fff;
    line-height: 1.5em;
}

.line-height-1 {
    line-height: 1.2em;
}

.line-height-2 {
    line-height: 1.6em;
}

.line-height-3 {
    line-height: 1.8em;
}

.text-line-height-1 {
    line-height: 1.5em;
}

.bg-depoimentos {
    padding: 40px 0;
    /* background-color: rgb(218, 216, 216); */
    background: #607d8b;
}

.carousel-indicators {
    /* position: relative; */
}

.card-quiz {
    transition: box-shadow .25s, transform .25s;
}

.card-quiz:focus,
.card-quiz:hover,
.card-quiz:focus,
.card-quiz:hover {
    box-shadow: 0 2rem 5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .05) !important;
    transform: translate3d(0, -5px, 0)
}

.bg-themas-1 {
    background-color: #c0170d !important;
}

.bg-themas-2 {
    background-color: #a21010 !important;
}

.home-faq h3 {
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    padding: 20px;
}

.home-faq .card-body {
    font-size: 16px;
    line-height: 1.5em;
}

/*.accordion .card-header:after {*/
/*    font-family: 'FontAwesome';*/
/*    content: "\f068";*/
/*    float: right;*/
/*}*/

/*.accordion .card-header.collapsed:after {*/
/*    !* symbol for "collapsed" panels *!*/
/*    content: "\f067";*/
/*}*/

.btn-radius-1 {
    border-radius: 40px;
}

.btn-outline-white {
    color: transparent;
    border-color: #fff;
}

.btn-danger-2 {
    background-color: #b9150d;
    color: #fff;
}

.btn-danger-2:hover {
    color: #e1a8a5;
}

.btn-black {
    background-color: #000;
    color: #fff;
}

.btn-black:hover {
    background-color: #111;
    color: #fff;
}



.rounded-1 {
    border-radius: .6rem !important
}

.rounded-default {
    border-radius: 20px !important;
}

.rounded-product {
    border-radius: 20px;
}

.btn-houver-black:hover {
    background-color: #000;
    border-color: #333;
}

.btn-success-3 {
    border-radius: 10px;
    background-color: #00be62;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
}

.btn-success-3:hover {
    background-color: #02ad5a;
    color: #fff;
}

.bg-black-1 {
    background-color: #1b1b1b;
}

.bg-black-2 {
    background-color: #222;
}

.bg-silver-1 {
    background-color: #ececec;
}

.line-height-1 {
    line-height: 2em;
}

.line-height-2 {
    line-height: 1.8em;
}

.line-height-3 {
    line-height: 1.5em;
}

#accordionCourseInfo .card-header {
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
}

#accordionCourseInfo button {
    background-color: #ececec;
    color: #1b1b1b;
    font-weight: bold;
    font-size: 20px;
    border: 0;
    border-radius: 0;
}

#accordionCourseInfo .accordion-body {
    background-color: #fbfbfb;
    color: #1b1b1b;
}

#accordionCourseInfo button.collapsed:after {
    content: "\f067";
}

#accordionCourseInfo button:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
