body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
	text-align: center;
	color: #fff;
	background-image: url(../img/fundo-enade-cmmg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 50px auto;
}


@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.2em;
    }
}

.navbar {
	font-weight: 500;
	/*background-color: #1a9d98;*/
}

.navbar a:focus {
    outline: 0;
}
.navbar .navbar-nav li {
    margin: 0 -2px !important;
}
.navbar .navbar-nav li a:focus {
    outline: 0;
}
.navbar .navbar-nav li a:hover {
    color: #0FC !important;
}
.navbar .navbar-nav {
	margin: 0 auto;
	text-align: center;
}
.navbar-default,
.navbar-inverse {
    border: 0;
}

.navbar-collapse ul.navbar-center{
	margin: 0 auto !important;
	text-align: center !important;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 2em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}



@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
	background-color: #009E9A;
}

footer .footer-below {
	padding: 25px 0;
	background-color: #006663;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}


#inicio{
	background-image: url(../img/fundo-linhas.png);
	background-repeat: repeat-x;
	background-position: center top;
}


#inicio li{
	font-size: 1.2em;
}



#apresentacao{
	background-color: #009E9A;
}

#apresentacao a{
	color: #00FFCC;
}

#apresentacao h2, #apresentacao p{
	color: #ffffff;
}

#apresentacao p{
	font-size: 1.2em;
	margin-top: 30px;
	text-align: justify;
}

#apresentacao img{
	margin: 40px auto 0 auto;
}


#legislacao p{
	font-size: 2em;
	margin-top: 100px;
}

#legislacao li{
	font-size: 1.2em;
	margin-bottom: 20px;
	text-align: justify;
}

#legislacao img{
	margin: 50px auto 0 auto;
}

#inscricao{
	background-color: #eeeeee;
}

#inscricao h2{
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
}

#inscricao h3{
	font-size: 1.5em;
	color: #009E9A;
	margin: 40px 0 25px 0;
}


#inscricao p{
	font-size: 1.2em;
	margin-top: 10px;
	text-align: justify;
}

#inscricao li{
	font-size: 1.2em;
}




#videos {
	background-image: url(../img/fundo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#videos h2{
	background-color: #ffffff;
	margin: 0 auto;
	padding: 25px 0;
}

#videos iframe{
	background-color: #ffffff;
	margin: 50px auto 0 auto;
}

#inep{
	margin-top: -30px;
}
#provas{
	margin-top: -100px;
}

#inep img, #provas img{
	background-color: #ffffff;
	padding: 10px;
	margin: 15px auto;
	max-width: 360px;
	width: 100%;
	height: auto;
}

#inep h2, #provas h2{
	margin: 15px 0;
}




/* cursos */

#cursos{
	background-color: #f5f5f5;
}

.service-wrapper{
	padding-left: 20px;
}
.service-inner{
	margin-bottom: 40px;
}
.service-inner i{
	font-size: 36px;
	color: #099;
	float: left;
	margin: 20px 20px 10px 0;
}
.service-box {
	padding: 15px;
	margin: -15px 0 0 0;
}
.service-box h3{
	margin-bottom: 16px;
	font-size: 2em;
	color: #000;
	letter-spacing: -1px;
	text-transform: capitalize;
}
.service-box p{
	line-height: 150%;
	color: #333;
}




#cronograma{
	background-image: url(../img/fundo-linhas.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f9f9f9;
}
#cronograma h2{
	margin: 0 0 50px 0;
}
#cronograma li{
	margin: 0 0 50px 0;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #009E9B;
	padding: 0 0 0 20px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #eee;
}

#cronograma #evento .data-cronograma{
	font-size: 1.2em;
	font-weight: 100;
	color: #fff;
	padding: 5px 10px;
	background-color: #009E9A;
	width: 240px;
}

#cronograma #evento .evento-cronograma{
	font-size: 1.2em;
	font-weight: 100;
	padding: 10px 0 5px 0;
}

#cronograma #evento .competencia p{
	font-size: 1em;
	font-style: italic !important;
	font-weight: 100;
	color: #666;
}




#perguntas{}

#accordion h3{
	background-color: #f5f5f5;
	padding: 15px;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 300;
	text-transform: none;
}


#accordion div{
	margin: 10px;
	padding: 10px 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #009E9A;
}

#accordion li{
	font-size: 1.25em;
	line-height: 150%;
	margin: 25px 0;
}

#accordion ol li{
	list-style-type: upper-roman;
}


#dicas {
	background-color: #009E9A;
}

#dicas h2{
	color: #FFF;
	margin-bottom: 50px;
}

#dicas .thumbnail{
	margin-right: 20px;
	cursor: pointer;
}


.owl-prev:hover, .owl-next:hover{
	background-color:#eeeeee !important;
	opacity: .8 !important;
	color: #333 !important;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	-webkit-transition: all .8s ease;
}
.owl-prev, .owl-next{
	background-color: #FCAC45 !important;
	opacity: 1 !important;
	text-transform: uppercase;
	height: 25px;
	width: 200px;
	margin-top: 15px !important;
}

#noticias{
	background-image: url(../img/bolhas.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#noticias h2{
	margin: 10px 0 30px 0;
}
#noticias h3{
	text-transform: none;
	margin: 30px 0;
}

#noticia{
	text-align: center;
}

.noticia{
	height: 480px;
	overflow: auto;
	float: none;
    margin: 0 auto; 
}

#fale-conosco{
	background-image: url(../img/fundo-linhas.png);
	background-repeat: repeat-x;
	background-position: center top;
}

input[type=text],input[type=email],input[type=tel],textarea{
	background-color: #eeeeee;
	display: block;
	width: 100%;
	border: none;
	padding: 10px;
	font-weight: 100;
}

input[type=submit]{
	background-color: #FF9933;
	border: none;
	padding: 10px 20px;
	font-weight: 100;
	font-size: .9em;
	text-transform: uppercase;
	color: #FFF;
}


.wpcf7-not-valid-tip{
	font-size: .8em !important;
	font-style: italic !important;
	font-weight: 100 !important;
}

.wpcf7-validation-errors{
	color: #FFF !important;
	background-color: #C00 !important;
	padding: 10px !important;
	border: none !important;
}

.wpcf7-mail-sent-ok{
	color: #FFF !important;
	background-color: #096 !important;
	padding: 10px !important;
	border: none !important;
}