.flat-course .course-content{
    border: 0px !important;
    padding: 20px 0 0 0 !important;
    box-shadow: none !important;
}
.flat-course .entry-image img{
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.flat-button{
    line-height: 35px !important;
    border: 1px solid #fff;
}
.header{
    height: 100px;
    display: flex;
    align-items: center;
}
.input-wrap{
    margin-bottom: 20px !important;
}
input {
    margin-bottom: 0px !important;
    font-size: 13px !important;
    color: #495057 !important;
}
.topo-site{
    margin: 20px 0 !important;
}
.logo{
    float: left;
    max-height: 50px !important;
    /*position: absolute;*/
}
.logo img{
    max-height: 50px !important;
}
.login-lms{
	float: right;
}

.alerta{
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
    color: #fff;
}

.alerta-sucesso{
    background-color: #3bceb6;
    border-color: #3bceb6;
}

.alerta-erro{
    background-color: #f87377;
    border-color: #f87377;
}

.course-parallax { 
    background-image: url(../images/img-course.jpg); 
    height: 500px;
}
.page-title .page-title-heading h2{
    padding: 230px 0 0 !important;
}

.main-content.course-single .blog-title-single h1 { line-height: 35px !important; }

.thumb-img{
    height: 100px !important;
    width: 100px !important;
}

.teacher-about{ margin: 10px 0 0 116px !important; }

.teacher-thumb{
	margin:5px 10px 0 0;
	width:500px;
	float:left;
}

.teacher-thumb img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.last{
	border-right: 0px !important;	
}
/*
.active p{
	color: #30a9de !important;	
}
*/
.opcaoArea{
	margin-bottom: 26px;	
}
.label-check {
    font-weight: 400;
    padding: 0 25px 0 0;
}

.idArea{
	background: #fff;
	border: 1px solid #e5e5e5;
    border-radius: 5px;
	margin-bottom:20px;
	padding:10px;	
}

.dadosPagamento{
    background: #f1f1f1; 
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin: 25px 0 10px 0; 
    padding: 15px; 
    font-size: 15px;
}

.matriculaArea ul{
    list-style: none;
}

.matriculaArea li{
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 11px 3px;
    padding-top: 0px;
    margin-bottom: 15px;
}

.matriculaArea li:last-child{
    border-bottom: none;
}

.text-help{
	display:block;
	font-size:11px;
	color:#999;/*#CCC;*/
	line-height: 20px;
	font-weight: normal;
}

.form-squared .form-group input[type="text"] {
   border-radius: 0px;
}

.form-squared .form-group select {
   border-radius: 0px;
   height: 50px;
}

/* wizard compra */
.wizard {
    /*background: #f1f1f1;*/
    padding: 0 30px 30px 30px;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line{
    height:8px;
    background: #e0e0e0;
    position: absolute;
    width: 99.5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:44%;
    z-index: 1;
    border-radius: 15px;
}
.active-line{
    height:8px;
    background: #e0e0e0;
    position: absolute;
    width: 98%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:44%;
    z-index: 1;
    border-radius: 15px !important;
}
.active .connecting-line{
    background-color: #34495e;
}
.border-right{
    border-radius: 15px 0 0 15px;
}
.border-left{
	border-radius: 15px 0 0 15px;
}
.wizard .nav-tabs{
	border: 0px !important;
}
/*
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    cursor: default;
    border: 0;
    color:#2ED4E0;
    border-bottom-color: transparent;
}
*/
.nav-tabs li p{
    padding-top:60px;
    font-size: 13px;
    text-align: center;
	margin-left: -10px;
}
.list-inline{
    text-align: center;
}
span.round-tab {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 100px;
    background:#DFE3E4;
    border: 2px solid #fff;
    z-index:1;
    position:absolute;
    text-align: center;
    font-size: 20px;
}
.wizard li.active span.round-tab{
    background:#34495e;
    color:white;
    border: 2px solid #fff;
}
/*
span.round-tab:hover{
    color: white;
    border: 2px solid #fff;
    background-color:#2ED4E0;
}
*/
.wizard .nav-tabs > li {
    width: 33%;
}
.wizard .nav-tabs > li a{
    width: 60px;
    height: 60px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    color: #777;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 15px;
    border-top: 1px solid #fff;
    margin-top: 50px;
}
.next-step:hover, .next-step, .prev-step:hover, .prev-step{
    position: relative;
    background-color: #2ED4E0;
    font-size: 16px;
    color: #FFFFFF;
}
@media( min-width : 320px ) and ( max-width : 360px ){
    .wizard {
        width: 90%;
        height: auto !important;
    }
    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
	.next-step{
		margin-top:10px; 
	}
    .nav-tabs li p{
        padding-top:60px;
        font-size: 16px;
        text-align: center;
    }
    .connecting-line , .active-line{
        top:43%;
    }
}

.bottom {
    background: #1f1f1f !important;
    color: #9c9c9c;
    text-align: center;
}