/*----CSS DOCUMENT----*/

html {
	height: 100% !important;
}
body {
	position: relative;
	height: 100%;
	font-size: 14px;
	color: #363940;
}
body .body {
	height: 100%;
}
.cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 46, 82, 0.15);
	padding: 20px;
}
.page {
  overflow: hidden;
  background-color: #fff;
  padding: 50px 0;
}
* {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
*:focus { 
	outline: none !important;
	box-shadow: none !important;
}

.sep{
	border-left: 5px solid #FFF;
}

/* --- Fonts --- */
body {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 700 !important;
	margin-bottom: 10px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
p {
	font: 14px/1.5em "Lato";
}
.navbar-nav > li > a {
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
/* --- End Fonts --- */

section {
	position: relative;
}

.parallax {
	position: relative !important;
	background-position-x: 50% !important;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
  	background-size: cover;
}

.devider {
    width: 5%;
    border-bottom: 2px solid #005A85;
    height: 2px;
    margin: 0 auto;
}

/*----- HEADER -----*/

#main-navbar {
	background: #FFFFFF;
	border-bottom: 2px solid #FBB01D; 
}

#box-logo{
	margin: 5px 0;
	float: left;
}

.navbar {
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navbar-toggle i{
	font-size: 24px;
	color: #FBB01D;
}

.navbar-right {
	padding: 11px 0; 

}

.navbar-nav li a {
	color: #005F87 !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
	
}

.list-menu li a:hover, a:hover, a:active, a:visited {
	color: #FBB01D !important;
}


/*------SECTION INTRO------*/

#carousel-intro { 
	background-size: cover;
}

#carousel-intro .container {
	height: 100%;
}
#carousel-intro .caption {
	position: relative;
	top: 50%;
	margin-top: -70px;
}
#carousel-intro .caption h1 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 60px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#carousel-intro .caption p {
	letter-spacing: 2px;
	font-size: 16px;
}




/* ===== Begin page header ===== */
.page-header {
	margin: 0 0 45px 0 ;
	padding: 0 ;
	border: none;
	color: #FCB113;
}
.page-header h2 {
	text-transform: uppercase;
}
p.subtitle {
	letter-spacing: 2px;
	margin-top: 10px;
}
/* ===== End page header ===== */

/*---- SOBRE SECTION ----*/

.extra-space-l {
    width: 100%;
    height: 40px;
}

#sobre .content-text{
	margin-bottom: 20px;
	text-align: center;
}

#sobre .content-sign{
	text-align: center;
}

#sobre .content-text p, #sobre .content-sign p{
	font-size: 16px;
	color: #1F1F1F;
}

#sobre .content-sign p:nth-child(2){
	font-size: 14px;
}

#sobre .content-sign{
	margin-top: 20px;
}

#sobre .content-sign .text-sign{
	font-size: 18px;
	font-weight: bold;
}

#sobre .content-sign .btn-sign{
	padding: 5px 38px 10px 38px;
    border: 2px solid #FBB01D;
    border-radius: 3px !important;
    color: #FBB01D;
    font-size: 20px;
    background-color: #FFFFFF;
    transition: 0.15s ease-in-out;
}

#sobre .content-sign .btn-sign:hover{
	background-color: #FBB01D;
	color: #FFFFFF;
}

/*---- END SOBRE SECTION ----*/

#programacao .box-event {
    padding: 0px;
    /*border: 1px solid #005A85;*/
    border: 1px solid rgb(190, 190, 190);
    overflow: hidden;
    cursor: pointer;
}

    #programacao .box-event:hover {
        border: 1px solid #005A85;
    }

#programacao .box-event figure img{
	-webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    margin: 0 auto;
}

#programacao .box-event figure figcaption{
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	text-align: center;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: table;
}

#programacao .box-event figcaption div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 0;
    opacity: 0;
    color: #FBB01D;
    text-transform: uppercase;
    font-size: 50px;
    padding: 45% 15%;
    transition: 0.2s ease-in-out;
}

#programacao .box-event  figcaption:hover div{
	  opacity: 1;
	  top: 0;
}

#programacao .box-event  figcaption:hover div:after{
	  width: 50%;
}

#programacao .box-event figure:hover figcaption{
	background: rgba(0,0,0,0.4);
}

/*---- EVENT DETAIL ----*/

.btn-back{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
    padding: 10px;
    background-color: #234B75;
    border-radius: 2px !important;
    margin-top: 16px;
    transition: 0.2s ease-in-out;
}

.btn-back:hover{
	background-color: #3770ac;
}

.home-back a:hover{
	text-decoration: none;
}

.event-title{
	margin-bottom: 30px;
}

/*.event-desc{
	min-height: 160px;
}*/

#event-detail{
	margin: 150px auto 0;
}

.event-image{
	width: 100%;
	border: 2px solid #CCC; 
}

.event-infos p{
	font-size: 16px;
}

.header-info{
	background-color: #FBB01D;
	text-align: center;
	color: #FFF;
	padding: 2px;
	margin-top: 40px;
	margin-bottom: 20px; 
}

.box-program{
	background-color: #EEEEEE;
	float: left;
	margin-bottom: 10px;
    border-left: 3px solid #234B75;
}

.box-program .event-date1 {
	padding-top: 40px;
}

.box-program .event-date2 {
    padding-top: 5px;
}

    .box-program .event-text {
        padding: 30px 20px 15px 20px;
    }

.event-locale{
	margin-bottom: 50px;
}
/*---- END EVENT DETAIL ----*/

.bg-small{
	height: 300px;
	background: url(../images/bg-small.jpg) no-repeat;
	background-size: cover;
}

.banner-small{
	background: url(../images/sprite-small.png?1) no-repeat;
}

.img-certificate{
	width: 50px;
	height: 100px;
	margin: 50px auto 0;
	background-position: 0 0;
}
.img-handshake{
	width: 100px;
	height: 100px;
	margin: 50px auto 0;
	background-position: -58px 0;
}
.img-idea {
    width: 60px;
    height: 100px;
    margin: 50px auto 0;
    background-position: -170px 0;
}

.box-small span{
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
}


/*---- NOTICIAS SECTION ----*/

.box-noticias {
    margin-bottom: 30px;
}

    .box-noticias .box-date {
        border: 2px solid #005A85;
        border-radius: 6px !important;
        text-align: center;
        transition: 0.15s ease-in-out;
        color: #212121;
    }

    .box-noticias a:hover .box-date {
        background-color: #005A85;
        color: #FFFFFF;
    }

    .box-noticias .title-news {
        max-height: 45px;
    }

        .box-noticias .title-news h5 {
            margin-top: 0;
            line-height: 15px;
            font-size: 13px;
        }

/*---- END NOTICIAS SECTION ----*/

/*---- CONTACT SECTION ----*/
.footer {
	background-image: url(../images/map-bg.jpg); 
	}

.text-white { color: #FFF; 
	}

#contact-section .cover {
    background-color: rgba(5, 8, 11, 0.93);

}
.z-index{
	position:relative;
	z-index: 50;
}
#contact-section {
	position: relative;
}
#contact-section h4 {
	font-weight: 400;
}
#contact-section .cover {
	background-color: rgba(5, 8, 11, 0.93);
}
#contact-section .contact .contact-form {
	margin-bottom: 40px;
}
#contact-section .contact .contact-form h4, #contact-section .contact .contact-info h4 {
	margin-bottom: 25px;
	text-align: center;
}
.contact-sep{
    width: 1px;
    height: 140px;
    border-left: 1px solid #555555;
    position: relative;
    top: 140px;
    left: 8px;

}
#contact-section .contact .contact-form input{
	height: 40px;
	font-size: 14px;
	background: none;
    border: 2px solid #FFF;
    border-radius: 2px !important;
}
#contact-section .contact .contact-form textarea{
	font-size: 14px;
	background: none;
    border: 2px solid #FFF;
    border-radius: 2px !important;
}
#contact-section .contact .contact-form button {
    width: 100%;
    height: 45px;
    background-color: #FBB01D;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
#contact-section .contact .contact-form button:hover {
	color: #fff;
}
#contact-section .contact .form-control {
	background-color: rgba(255, 255, 255, 0.06);
	border-color: #2A2A2A;
}
#contact-section .contact .form-control:focus {
	background-color: #171717;
	box-shadow: none;
}
li, ol, ul {
    list-style: none;
}

ul.contact-address {
	float: left;
	width: 100%;
	padding: 0;
	margin: 15px 0 ;
}
ul.contact-address li {
	padding: 0 0 28px;
	margin: 0;
	font-size: 18px;
}

ul.contact-address li i {
	width: 40px;
	text-align: center;
	font-size: 28px;
	margin-right: 15px;
	color: #007EFF;
}

.box-social{
	width: 45px;
	height: 45px;
	background-color: #FFFFFF;
	border-radius: 25px !important;
}

.box-social i{
	color: rgba(0,0,0,0.7);
    font-size: 24px;
    text-align: center;
    width: 45px;
    height: 45px;
    padding: 10px 0;
    transition: 0.15s ease-in-out;
}

.box-social i:hover{
	color: #FBB01D;
}
/*---- END CONTACT SECTION ----*/

.copyright{
	background: #234B75;
	color: #FFFFFF;
	padding: 1% 0;
}

@media only screen and (max-width: 992px){

	.parallax {
	    background-attachment: scroll !important;
	    background-position: 50% 35px !important;
	    /* background-size: auto auto !important; */
	}

	.bg-small{
		height: auto;
	}

}

@media (max-width: 768px) and (min-width: 768px){

	.box-program .event-date1 {
    	padding: 52px;
	}

    .box-program .event-date2 {
        padding: 52px;
    }
}

@media (max-width: 767px) {

	#box-logo{
		width: 35%;
		margin: 7px 0;
		float: left;
	}


	.navbar-nav li{
		background: #005A85;
		border-bottom: 2px solid #4E7AC7; 
	}

	.navbar-nav li a{
		color: #FFFFFF !important;
	}

	.navbar-nav li:hover{
		background: #B7D3F2; 
	}

	#carousel-intro{
		height: 32%; 
	}

	.event-title {
	    margin-top: 25px;
	}

	.box-program .event-date1 {
	    padding: 10px;
	}

    .box-program .event-date2 {
        padding: 10px;
    }

	.box-program .event-text {
	    padding: 10px 20px;
	    text-align: center;
	}

	.sep{
		border: none;
	}

	.event-infos p {
	    font-size: 14px;
	}
}

.botao {
    background-color: #FBB01D !important;
    border: none !important;
    width: 100% !important;
    font-weight: bold !important;
    font-size: 16px !important;
    height: 45px !important;
}

    .botao:hover {
        background-color: #eea30e !important;
        color: #fff !important;
    }