


/* MENU CONFIGURATION
**********************************************************/
.jetmenu {
	 width: 100%; 
	padding: 0 !important;
	margin: 35px 0 0 0 !important;
	position: relative;
	float: left;
	list-style: none;
	font-family: 'Lato', 'Lato','Fira Sans', 'Open Sans Condensed', 'Lato','Fira Sans', 'Oswald', 'Lato','Fira Sans', 'Lato','Lato','Fira Sans', 'Lato','Ubuntu Condensed',  Lucida Sans Unicode, Geneva, sans-serif;
}
.jetmenu li{
	display: inline-block;
	float: left;
}
.jetmenu a{
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 10;
}
.jetmenu > li > a{
	padding: 20px 20px;
	font-family: 'Lato', 'Fira Sans', 'Open Sans Condensed', 'Lato','Fira Sans', 'Oswald', 'Lato','Fira Sans', 'Lato','Lato','Fira Sans', 'Lato','Ubuntu Condensed',  Lucida Sans Unicode, Geneva, sans-serif;
	font-size: 13px;
	font-weight:400;
	color: #FFF;
	text-transform:uppercase;
	text-decoration: none;
	display: inline-block;
}
.jetmenu > li:hover > a,
.jetmenu > li.active > a{
	background: #FFF;
	color: #000;
}

/* DROPDOWN CONFIGURATION
**********************************************************/
.jetmenu ul.dropdown, 
.jetmenu ul.dropdown li ul.dropdown {
	list-style: none;
    margin: 0;
    padding: 0;   
	display: none;
    position: absolute;
    z-index: 99;
	width: 230px;
	background: #FFF;
}
.jetmenu ul.dropdown{
    top: 58px;
}
.jetmenu ul.dropdown li ul.dropdown{
    left: 146px;
	top: inherit;
}
.jetmenu ul.dropdown li{
	clear:both;
	width:100%;
	font-size: 12px;
	text-transform: uppercase;
}
.jetmenu ul.dropdown li a{
	width:100%;
	padding: 12px 28px 12px;
	display:inline-block;
	float:left;
	clear:both;
	font-family: 'Lato', Lucida Sans Unicode, Geneva, sans-serif;
	text-decoration: none;
	color: #000;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.jetmenu ul.dropdown li:hover > a{
	background: #3b89ee;
	color: #FFF;
}

/* SUBMENU INDICATORS
**********************************************************/
.jetmenu .indicator{
	position: relative;
	left: 5px;
	top: 2px;
	font-size: 13px;
	float: right;
}
.jetmenu ul li .indicator{
	font-size: 13px;
	top: 1px;
	left: 10px;
}

/* MEGAMENU
**********************************************************/

.jetmenu > li > .megamenu{
	position: absolute;
	display: none;
	background: #FFF;
	min-width: 25%;
	top: 58px;
	font-family: Segoe UI;
	font-size: 13px;
	text-transform:uppercase;
	color: #000;
	z-index: 99;
	padding: 20px 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* megamenu list */
.jetmenu li > .megamenu ul{
	margin: 0 0 20px 0;
/*	float: left; */
	padding: 0;
	display: block;
	position: relative;
}
.jetmenu li > .megamenu ul li{
	width: 100%;
	padding: 4px 0;
}
.jetmenu li > .megamenu ul li.title{
	margin: 0 0 8px;
	padding: 5px;
/*    border-bottom: 2px solid #000; */
	background-color: #30c0cd;
	background-image:url(../images/fundo_botao.png);
	background-repeat:repeat;
	background-size:cover;
	color: #FFF;
}

/* megamenu h5 */
.jetmenu li > .megamenu h5{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #FFF !important;
}

/* megamenu links */
.jetmenu li > .megamenu a{
	color: #000;
	text-decoration: none;
	font-size: 13px;
	-webkit-transition: color 0.3s linear; 
	-moz-transition: color 0.3s linear; 
	-o-transition: color 0.3s linear; 
	transition: color 0.3s linear; 
}
.jetmenu li > .megamenu a:hover{
	color: #dedede;
}

/* megamenu images */
.jetmenu  .megamenu img{
	width: 100%;
	-webkit-transition: border 0.3s linear; 
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}

/* MEGAMENU WIDTHS
**********************************************************/
.jetmenu > li > .megamenu.half-width{
	width: 50%;
}
.jetmenu > li > .megamenu.full-width{
	width: 100%;
	left: 0;
}

/* MEGAMENU FORM CONFIGURATION
**********************************************************/
.jetmenu li > .megamenu form{
	width: 90%;
}

/* megamenu inputs */
.jetmenu li > .megamenu form input[type="text"],
.jetmenu li > .megamenu form textarea{
	font-size: 13px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border 0.3s linear; 
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
	margin-bottom: 5px;
    padding: 10px !important;
    background-color: #FFF !important;
    border-radius: 2px;
	color: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: border .8s;
    border: 1px solid #494949 !important;
    -webkit-transition: border .8s;
}
.jetmenu li > .megamenu form input[type="text"]:focus,un
.jetmenu li > .megamenu form textarea:focus{
	border-color: #e0e0e0;
}
.jetmenu li > .megamenu form input[type="text"]{
	width: 100%;
	margin-top: 10px;
	}
	
.jetmenu li > .megamenu form textarea{
	width: 100%;
	margin-top: 10px;
}
.jetmenu li > .megamenu form input[type="submit"]{
	width: 50%;
	float: right;
	height: 50px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	background: #215dab;
	background-image:url(../images/fundo_botao.png);
	background-size:cover;
	border: #215dab !important;
	color: #FFF;
	-webkit-transition: background 0.3s linear; 
	-moz-transition: background 0.3s linear; 
	-o-transition: background 0.3s linear; 
	transition: background 0.3s linear; 
	text-transform:uppercase;
}
.jetmenu li > .megamenu form input[type="submit"]:hover{
	background: #0e54d0;
	color: #FFF;
}

/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .row{
	width: 100%;
	margin-top: 14px;
}
.megamenu .row:first-child {
	margin-top: 0;
}
.megamenu .row:before,
.megamenu .row:after {
	display: table;
	content: "";
	line-height: 0;
}
.megamenu .row:after {
	clear: both;
}
.megamenu .row .col1,
.megamenu .row .col2,
.megamenu .row .col3,
.megamenu .row .col4,
.megamenu .row .col5,
.megamenu .row .col6{
	display: block;
	width: 100%;
	min-height: 20px;
	float: left;
	margin-left: 2.127659574468085%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.megamenu .row [class*="col"]:first-child {
	margin-left: 0;
}
.megamenu .row .col1{
	width: 30%;
}
.megamenu .row .col2{
	width: 31.914893617021278%;
}
.megamenu .row .col3{
	width: 48.93617021276595%;
}
.megamenu .row .col4{
	width: 65.95744680851064%;
}
.megamenu .row .col5{
	width: 82.97872340425532%;
}
.megamenu .row .col6{
	width: 100%;
}

/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.jetmenu > li.right{
	float: right;
}
.jetmenu > li.right > .megamenu{
	right: 0;
}

/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu > li.showhide{
	display: none;
	width: 100%;
	height: 60px;
	cursor: pointer;
	color: #0e54d0;
/*	background: #a8d7f6; */
		background: #FFF;
}
.jetmenu > li.showhide span.title{
	margin: 16px 0 0 50px;
	float: left;
}
.jetmenu > li.showhide span.icon{
	margin: 17px 20px;
	float: right;
}
.jetmenu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #1157d1;
}

/* STYLES
**********************************************************/


/* blue */
.blue > li:hover > a, .blue > li.active > a{ background-color:#1157d1; background-position:center; background-size:cover; color: #fff; }
.blue ul.dropdown li:hover > a{ background-position:center; background-size:cover;  color: #fff; background-image:url(../img/fundo_menu.jpg); }
.blue li > .megamenu form input[type="text"]:focus, .blue li > .megamenu form textarea:focus{ border-color: #1157d1; }
.blue li > .megamenu form input[type="submit"]:hover{  background-position:center; background-size:cover;  color: #fff; }
.blue li > .megamenu a:hover{ color: #1157d1; }


/* RESPONSIVE LAYOUT
**********************************************************/
@media (max-width: 800px) {
.jetmenu {
	margin: 0px 0 0 0 !important;
}

#slider {
    margin-top: 0px !important;
}

.megamenu .row .col1 {
    width: 100%;
}

.jetmenu > li > a {
    padding: 15px 15px;
	font-size: 15px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.jetmenu > li > ul.dropdown > li > a {
    padding-left: 0px !important;
	text-align: center;
}

}
@media (max-width: 900px) {
  #menu_center {
	display: inherit;
	position:relative;
	width: 100%;
	left: 0;
	margin-left: 0;
	}

.jetmenu {
    padding: 0 !important;
    margin: 0 0 0 0 !important;
}

	.jetmenu > li{
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box;
	}
	.jetmenu > li > a{
		padding: 15px 25px;
	}
	.jetmenu a{
		width: 100%;
		background: #FFF;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.jetmenu ul.dropdown, 
	.jetmenu ul.dropdown li ul.dropdown{
		width: 100% !important;
		left: 0;
		position: static !important;
		border: none;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.jetmenu ul.dropdown li {
		background: #fff !important;
		border: none;
	}
	.jetmenu ul.dropdown > li > a{
		padding-left: 40px !important;
	}
	.jetmenu > li > .megamenu{
		width: 100% !important;
		position: static;
		border-top: none;
	}
	.megamenu .row [class*="col"]{
		float: none	;
		display: block;
		width: 100% !important;
		margin-left: 0;
		margin-top: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.megamenu .row:first-child  [class*="col"]:first-child {
		margin-top: 0;
	}
	.megamenu .row{
		margin-top: 0;
	}
	.jetmenu > li > ul.dropdown > li > a{ padding-left: 35px !important; background-color: #1157d1; text-align:center; }
	.jetmenu > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 60px !important; }
	.jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 80px !important; }
}