.bold{
    font-weight: 600;
}
.azul-marinho{
    background-color: #004077;
}
.text-azul-marinho{
    color: #004077;
}

.text-yellow{
    color: #ffab00;
}

body{
   display: block;
}

/*Seções*/
.section{
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width: 990px) {
    .video-descricao h2{
        font-size: 30px;
        font-weight: 800;
    }

    .video-descricao p{
        font-size: 15px;
        font-weight: 800;
        color: #616161;
    }

    .youtube-videos{
        padding-left: 1px;
        padding-right: 1px;
    }
}

/*Menu Lateral de Navegação das Páginas*/
/*Menu Lateral*/
.div-menu-lateral .menu-lateral{
    margin-top: 20px;
}
.div-menu-lateral .menu-lateral li{
    font-family: Poppins , 'sans-serif';
    height: 45px;
    margin-top: 10px;
    padding-left: 15px;
    padding-top: 12px;
    cursor: pointer;
    font-weight: 600;
}

.div-menu-lateral .menu-lateral li:hover,
.div-menu-lateral .menu-lateral .active{
    background-color: #004077;
    border-left: solid 3px #ffab00;
    border-radius: 0 8px 8px 0;
    color: #fff;
    transition: all .30s;
}

.div-menu-lateral .menu-lateral .active2{
    background-color: #DCDCDC;
    border-left: solid 3px #ffab00;
    border-radius: 0 8px 8px 0;
    color: #000;
    transition: all .30s;
}


#active3,
#active3:hover{
    background-color: #DCDCDC;
    border-left: solid 3px #ffab00;
    border-radius: 0 8px 8px 0;
    color: #000;
}


/*Tabs*/
.tabs > li > a{
    color: #000;
}
.tabs .tab a.active{
    background-color: transparent;
    color: #ffab00;
}
.tabs .tab a:hover{
    background-color: transparent;
    color: #004077;
}

.tabs .tab a{
    color: #000;
    text-transform: none;
    font-family: Raleway, Arial, sans-serif;
}
.tabs .tab a.active{
    color: #ffab00;
}

.tabs .indicator{
    height: 3px;
    border-radius: 2px 2px 0 0;
}

/*Formatação para fixar os Navbars*/
.nav-breadcrumb{
     background-color: #f5f5f5;
     margin-bottom: -5px;
     box-shadow: none;
     font-family: Poppins, sans-serif;
     padding-left: 42px;
}
.nav-breadcrumb a{
    font-size: 15px;
}
.fixar{
    position:fixed;
    top: 0;
    z-index: 999;
}
.fixar-navbar{
    position: fixed;
    top: 60px;
    z-index: 999;
}

/*Modal*/
.modal p{
    font-family: Raleway, Arial, sans-serif;
    margin-left: 10px;
}
.modal .text-area{
    margin-top: 45px;
}
.modal .list-title{
    font-family: Raleway, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
    padding-tOP: 15px;
    margin-top: 40px;
}
.modal-area-aluno .modal-footer{
    background-color: #004077;
}
.modal-area-aluno .modal-footer .modal-close{
    text-align: center;
}

/*Páginas*/
.page-content .header{
    height: 250px;
    margin-top: 0px;
}


/*Contrato*/
.contrato textarea{
    border: solid 1px #DCDCDC;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-radius: 6px;
    height: 400px;
    text-align: justify;
    padding: 10px;
}

.card-extensao{
    font-family: Poppins, 'sans-serif';
    height: 300px;
    background-color:  rgba(0,0,0,0.1);
    border-radius: 8px;

}
.card-extensao .card-container{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

/*Titulo Curso*/
.card-extensao .title-extensao{
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-extensao .title-extensao h2 {
    font-size: 1.4rem;
}

/*Valor Curso Extensao*/
.card-extensao .valor-curso-extensao {
    width: 100%;
    text-align: center;
    background-color: #b8860b;
    height: 55px;
    padding-top: 15px;
    font-size: 1.4rem;
    color: #fff;
    position: absolute;
    bottom: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

}

.card-extensao .info-curso{
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}



























