html {
  font-family: Arial;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
	background:  #edd285;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14pt;
	line-height: 25px;
	color: #000;
	
}

a{
	color: #3d3637;
	font-weight: bolder;
}
a:hover{
	color: #3d3637;
	font-weight: bolder;
}

.opacity:hover{
	opacity: 0.7;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

.tituloh1 {
	border-bottom: 5px solid #eee;
	width: 1170px;
	margin: 0 auto;
}

.h1{
	display: block;
	
	font-size: 200%;
	padding: 15px 0 0 0;
	color: #004682;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	
	font-family: Arial, Verdana, sans-serif;
}

h1{
	background: #009DE0;
	font-size: 150%;
	padding: 5px 0;
	color: white;
	border-bottom: 5px solid #0c65b0;
	margin-top: 40px;
	text-transform: uppercase;
	clear: both;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	display: block;

}
h2, .h2 {
  font-size: 28px;
}
h3, .h3 {
  font-size: 22px;
}

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;} 

.hvr-bubble-top:before{
	border-color: transparent transparent #698467 transparent;
}

#ancoratopo{
	width: 70px;
	height: 70px;
	position: fixed;
	margin: 10px;
	bottom: 5px;
	right: 5px;
	z-index: 99999999999999;
}

.input-default-theme-light{
	background: white;
	color: #000;
	border: 1px solid #698467;
}
.input-default-theme-dark{
	background: #698467;
	color: white;
	border: 1px solid white;
}
.btn-default-theme-dark{
	background: #9f7d0e;
	color: white;
	border: 1px solid #9f7d0e !important;
	border-radius: initial;
	-moz-border-radius: initial;
}
.btn-default-theme-light{
	background: white;
	color: #000;
	border: 1px solid #698467 !important;
	-moz-border-radius: initial;
}


.box.azul .input-default-theme-light{
	background: #white;
	color: #698467;
	border: 1px solid #698467;
}
.box.azul .input-default-theme-dark{
	background: #698467;
	color: white;
	border: 1px solid white;
}
.box.azul .btn-default-theme-dark{
	background: #008EFA;
	color: white;
	border: 1px solid #008EFA !important;
	border-radius: initial;
	-moz-border-radius: initial;
}
.box.azul .btn-default-theme-light{
	background: white;
	color: #698467;
	border: 1px solid #698467 !important;
	-moz-border-radius: initial;
}


.background-default{
	background: #698467;
}
.background-default-complement{
	background: #004d6a;
}

.btn{
	white-space: initial;
}


/*======================NAVBAR*/
.navbar-default{
  background: #009DE0;
  text-transform: uppercase;
  border: 0;
  border-radius: initial;
  -moz-border-radius: initial;
}
.nav-tabs{margin-bottom: 15px;}
.navbar {
	min-height: initial;
	margin: 0 !important;
	width: 100%;
}
.nav > li > a{
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.navbar-default .navbar-nav > li > a:hover, .nav-justified > li > a:hover,  .navbar-default .navbar-nav > li > a:focus, .ativo {
	color: white !important;
	background: #0c65b0;	
}
.navbar-default .destaque{
	color: white;
	background: #004d6a;
	padding: 10px 0;
	margin-bottom: -30px;
}




/*======================HEADER*/
#header-global{
	padding: 25px 0;
}
.local-evento-header{
	margin-top: 100px;
}

/*======================CONTENT*/
#bg-container{
	background: url('../images/bg-content.png');
}

#countdown-evento{
	width: 70%;
	font-size: 220%;
	font-weight: bolder;
	background: #698467;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
	margin-top: 50px;
	margin-left: 50px;
	color: #222222;
}
#countdown-evento img{
	margin-top: -50px;
}
#countdown-evento p#timer{
	color: white;
	text-align: center;
}
#countdown-evento p#timer span{
	display: inline;
	color: #222222;
	font-size: 100%;
}


#conteudo-bg-total{
	/*background: url('../images/bg-site.png');*/
	display: block;
    float: left;
}

.nav-tabs{
	background: #6ba413;
}
.nav-tabs li:hover a{
	background: #004d6a;
}

.box{
	background: white;
	min-height: 233px;
}

#produtos.box img.produto{
	max-height: 110px;
    height: auto;
    max-width: 100% !important;
    width: auto;
}

.box h1{
	margin: 0 0 10px 0;
}
.box h1 .dot{
	color: white;
}
.box .form-control, .box .btn{
	margin: 5px 0;
}

.box .form-control{
	margin: 5px 0;
	border-radius: initial;
	-moz-border-radius: initial;
}


.box.azul h1{
	background: #008EFA;
	border: 3px solid #008EFA;
}
.box.azul .saiba-mais{
	background: #698467;
	border: 1px solid #698467 !important;
}
.box.azul .saiba-mais.hvr-bubble-top:before{
	border-color: transparent transparent #698467 transparent;
}

.box.verde h1{
	background: #6ba413;
	border: 3px solid #6ba413;
}
.box.verde .saiba-mais{
	background: #6ba413;
	border: 1px solid #6ba413 !important;
}
.box.verde .saiba-mais.hvr-bubble-top:before{
	border-color: transparent transparent #6ba413 transparent;
}


.box.amarelo h1{
	background: #e2ad04;
	border: 3px solid #e2ad04;
}
.box.amarelo .saiba-mais{
	background: #e2ad04;
	border: 1px solid #e2ad04 !important;
}
.box.amarelo .saiba-mais.hvr-bubble-top:before{
	border-color: transparent transparent #e2ad04 transparent;
}



#destaques{
	background: #f0edea url(../images/bg-destaques-novo.png) no-repeat center;
	border-top: 1px solid #8194a3;
	border-bottom: 1px solid #8194a3;
}
#destaques a{
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 110%;
	color: black;
}
#destaques .glyphicon{
	font-size: 150%;
	padding: 15px 10px;
	text-align: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 25px;
	background: #008EFA;
	color: #bee7fa;
}


.img-palestrante{
	max-width: 200px;
	max-height: 200px;	
	min-width: 100px;
	min-height: 100px;
	
	width: 100px;
	height: 100px;
}


/*======================CAROUSEL*/
.veu
 {
	position: absolute;
	/*background: #e9e7e3;*/
	background: url('../images/veu.png');
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
.carousel-inner .img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.veu
 {
	width: 100% !important;
	height: 380px !important;
}



/*======================DATAS IMPORTANTES*/
ul#datas-importantes{
	margin: 0;
	padding: 0;
	list-style: none;
	
	background: #698467;
	color: #333;
	font-family: Arial, Verdana, sans-serif;	
}
ul#datas-importantes li{	
	background: #ffcc29;
	margin-bottom: 20px;
}
ul#datas-importantes li .data{
	font-size: 200%;
	font-weight: bolder;
}
ul#datas-importantes li .ano{
	font-size: 150%;
	font-weight: bolder;
}
ul#datas-importantes .ativo_data{
	background: #698467;
	color: white;
}
ul#datas-importantes .antiga_data{
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
ul#datas-importantes .descricao{
	font-size: 150%;
	font-weight: bolder;
}


/*======================FOOTER*/
#footer-global{
	color: #333;
	margin-top: 50px;
}
#footer-global a{
	color: #333 !important;
}
#footer-global h2{
	color: white;
	font-size: 150%;
	font-weight: bolder; 
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
}

#footer-global ul{
    list-style: none;
	margin: 0;
	padding: 0;
}
#footer-global a{
    font-size: 14pt ;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    margin: 5px 0 0 0;
}

#empresas .comporta-empresas{
	margin-bottom: 20px;
}

#empresas h2{
	background: white;
	padding: 5px;
	color: #3e3738;
	font-weight: bold;
	font-size: 100%;
	text-transform: initial;
	font-family: Arial;

}
.comporta-empresas .comporta-logos{
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	background: white;
	min-height: 150px;
}
.comporta-empresas img{
	width: 100%;
	width: auto;
	height: auto;
	margin: 25px 10px;
}

.bar-layout{
	background: url('../images/bar_layout.png');
	display: block;
	height: 7px;
}

.comissao {
	margin: 10px 0;
}

.comissao h4 {
	margin-top: 30px;
	margin-left: -140px
}


footer{
	margin-top: 20px;
	padding: 10px 0;
}
footer a{
	display: inline;
}

@media (max-width:1024px){
}

@media (max-width:767px){
	body{
		overflow: hidden;
	}	
	table{
		font-size: 65%;
	}
	.navbar-default .destaque{
		padding: 10px 0;
		margin-bottom: 0;
	}	
	#countdown-evento{
		font-size: 120%;
		margin-top: 0;
		margin-top: 15px;
	}
	
	.box{
		margin: 15px 0;
	}
	
	.carousel-inner .img-responsive,
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img,
	.veu
	{
		height: 480px !important;
	}
	
	.img-palestrante{
		max-width: 200px;
		max-height: 200px;	
		min-width: 100px;
		min-height: 100px;
		
		width: initial;
		height: initial;
	}
@media (max-width:600px){	
	.carousel-inner .img-responsive,
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img,
	.veu
	{
		height: 320px !important;
	}
}
@media (max-width:400px){
	.carousel-inner .img-responsive,
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img,
	.veu
	{
		height: 220px !important;
	}
	
	.box h1{
		font-size: 90%;
	}
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index:1032;
}