#filter{
    background: #FFF;
    border-radius: 4px;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
}
#filter fieldset > div,
#filter fieldset > div > div{
    min-height: auto;
}
#div-fill_t_tags .tt-hint{
    background-color:transparent !important;
    float: left;
}
#div-fill_t_tags > div,
#div-eve_tipo,
#div-eve_tipo div{
    min-height: auto;
}
#div-eve_tipo div{
    margin-bottom: 0;
}
#div-fill_t_tags .bootstrap-tagsinput{
    box-shadow: none;
}
#cursos{
    padding-top: 100px;
    box-shadow: none !important;
}
.card{
    min-height: 200px;
    box-shadow: none !important;
    margin-bottom: 50px;
}
.card .content{
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: block;
    min-height: 400px;
    border-radius: 10px;
    background: #FFF;
}
.card .content h2,
.card .content h3{
    text-transform: uppercase;
    color: #5a5a5a;
    font-weight: bold;
}
.card .content > h2{
    margin-bottom: 60px;
}
.card  h3{
    font-size: 20px;
}
.card .content .datas{
    margin-bottom:10px;
    font-weight: bold;
}
.card .content .datas .fa,
.card .content .horario .fa{
    margin-right: 5px;
}
.card .content .horario{
    font-weight: bold;
    margin-bottom:10px;
}
.card .content .descricao {
	text-align: justify;
	color: #787878;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 30px;
	border-top: 1px solid #c1c1c1;
	padding-top: 10px;
}
.card .content .btn{
    text-transform: uppercase;
    font-size: 13px;
}
/* .instrutores img{
    width: 100%;
    max-width: 200px;
    max-height: 200px;
} */
.title-tags{
    text-transform: uppercase;
    color: #5a5a5a;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    margin-top: 20px;
}
.title-tags span{
    font-style: italic;
}
.tags {
	list-style: none;
	margin: 0;
	padding: 0;
    margin-bottom: 30px;
    float: left;
    display: block;
    width: 100%;
}
.tags li{
    font-style: italic;
    background: #286090;
    width: auto;
    display: block;
    float: left;
    color: #FFF;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.instrutores .quadro {
	float: none;
	max-height: 240px;
	min-height: 240px;
	border-radius: 50%;
	display: block;
	width: 240px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	border: 4px solid #286090;
}
#valores h2{
    font-size: 20px;
    margin: 0;
    margin-bottom: 40px;
}
#valores ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}
#valores li span{
    width: 90px;
    display: block;
    float: left;
    font-weight: normal;
}
#valores li{
    font-weight: bold;
    margin-bottom: 5px;
}
#comprar{
    margin-top:100px;
    font-size: 26px;
}
.nome-instrutor{
    font-size: 20px;
    margin: 20px 0;
}
.area_atuacao li{
    font-weight: normal !important;
    font-size: 14px;
    font-style: italic !important;
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
}
.area_atuacao li::before{
    content: '- ';
}
.form fieldset > div.text{
    color:#4B4A4A;
    font-size: 15px;
}
#impressao{
    padding-top:10px;
    box-shadow: none !important;
}