.bg-home-custom {
    background: url(/images/logotipo.jpeg) #4ea2b4 no-repeat center center;
    padding-bottom: 80px;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
}

.bg-escritorio-criativo-custom {
    background: url(/images/flexpeak/escritorio_criativo/escritorio-criativo-2.jpg) #4ea2b4 no-repeat center center;
    padding-bottom: 100px;
    padding-top: 150px;
    background-size: cover;
    background-blend-mode: multiply;
    height: 30vh;
}
.arrendondado {
    border-radius: 20px 20px 20px 20px
}

#carousel-escritorio-criativo img{
    max-width: 100%;
}

.tab-content-editais {
    min-height: 300px;
}

.bg-overlay-flexpeak {
    background-color: rgb(10 19 49 / 60%)
}

@media screen and (min-width: 800px) {
    #topnav .navigation-menu li a {
        color: rgba(255, 255, 255, 0.9) !important;
    }

    #topnav .navigation-menu.nav-light > li.active > a {
        color: #d5e0ff !important;
    }

    #topnav.nav-sticky .navigation-menu.nav-light > li > a {
        color: #3c4858 !important;
    }
}

.very-small {
    font-size: 80%;
}

.blog .author, .blog .teacher, .blog .course-fee {
    opacity: 1 !important;
}

.blog .course-fee {
    width: 120px !important;
}

.curso-title {
    font-size: 25px !important;
    color: #fff !important;
}

.curso-subtitle {
    font-size: 20px !important;
    color: #fff !important;
}

#cursos-single {
    background: url(/images/logotipo.jpeg) #4ea2b4 no-repeat center center;
    padding-bottom: 80px;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
}

.bg-overlay-curso {
    background-color: rgba(32, 41, 66, 0.91);
}

.sobre-o-curso, .ementa-do-curso {
    color: #586475 !important;
    text-align: justify;
    text-justify: inter-word;
}

.ementa-do-curso ul, .sobre-o-curso ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ementa-do-curso li:before, .sobre-o-curso li:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url('/images/list-style.svg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 1.5em;
}

#cursos-single-content #collapseExample.collapse:not(.show) {
    display: block;
    height: 10rem;
    overflow: hidden;
  }

#cursos-single-content #collapseExample.collapsing {
    height: 10rem;
}

#cursos-single-content #collapsing.collapsed::after {
    content: '+ Ver Mais';
}

#cursos-single-content #collapsing:not(.collapsed)::after {
    content: '- Ver Menos';
}

#cursos-single-content #collapsing {
    color: #2f55d4;
}

.features-absolute {
    margin: 0px 0 0px !important;
}

.form-icon .icons {
    top: 13px;
    left: 18px;
}

.overflow-matriculas-encerradas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(6, 16, 49, 0.8);
    color: #fff;
    text-align: center;
    padding: 70px 30px 0px 30px;
    font-size: 25px;
}

.overflow-matriculas-encerradas small {
    font-size: 18px;
}

.overflow-curso-concorrido {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    right: 0;
    padding: 5px 0px;
    color: #fff;
    background-color: rgba(4, 190, 44, 0.5);
}

#conteudo pre {
    padding: 15px 20px;
    border-radius: 5px;
}

#conteudo h5 {
    padding-top: 20px;
}

#conteudo p {
    font-size: 16px !important;
}

#conteudo pre {
    font-size: 87.5% !important;
}
