

/*Titulos Seção*/
.maps-title,
.title-bolsa-estudo h2,
.eventos-title h2,
.graduacao-title-area h1,
.title-notice h2,
.modal-title,
.tv-faex-title h2{
    font-size: 26px;
    font-weight: 300;
    padding: 20px;
    font-family: Poppins, sans-serif;

}

/*Titulo Seção Notícias*/
.card-title-area{
    background-color: rgba(0,0,0,.4);
}
.card .notice-title{
    font-weight: 400;
    font-size: 18px;
    background-color: rgba(0,0,0,.4);
    border-radius: 0px 50px 0px 0px;
    border-right: solid 7px #ffab00;
    max-height: 100px;
    max-width: 40ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card .notice-date{
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

/*Demais Titulos*/
.title{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 30px;
    padding-top: 25px;
    padding-bottom: 10px;
    color: #5a5a5a;
    margin-top: 0;
    margin-left: 5px;
}

.warning{
    font-size: 25px;
}

