@charset "UTF-8";

/*e2cbdd - fundo
370230 - fundo escuro
be8ab3 - cor fonte logo*/

.error {
	color:#FF0000;
}

.lgx-banner5 {
  /*background: url('../img/banner_topo.jpg') top center no-repeat #e8e2d6;*/
  background: url('../img/footer-bg.jpg') bottom center no-repeat; 
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

#convidados {
  background: url('../img/speakers-bg-black.jpg') bottom center no-repeat fixed;/*fixed*/
  -webkit-background-size: auto auto, cover;
  -o-background-size: auto auto, cover;
  -moz-background-size: auto auto, cover;
  background-size: auto auto, cover;
}

#valores {
  background: url('../img/registration-style.png') bottom center no-repeat;
-webkit-background-size: 100% auto,cover;
-o-background-size: 100% auto,cover;
-moz-background-size: 100% auto,cover;
background-size: 100% auto,cover;
}

.lgx-sponsors {
  background: url(../img/sponsor-bg.jpg) bottom center no-repeat;
    background-size: auto;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
/*#convidados {
  background: url('../img/banner_topo.jpg') top center no-repeat #e8e2d6;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}*/

.lgx-banner .lgx-inner {
  padding: 27rem 0 12rem;
}

.lgx-header .lgx-navbar .lgx-logo .apagado {
  display:none;
}

.lgx-header .menu-onscroll .lgx-navbar .lgx-logo a .apagado{
 display:block; 
}

.lgx-header .menu-onscroll .lgx-navbar .lgx-logo a .acesso{
 display:none; 
}


/*TEXTO ESCREVENDO TOPO, ICONE CALENDARIO E LOCALIZAÇÃO*/
.lgx-banner-info .subtitle, .lgx-banner-info .location i, .lgx-banner-info .date i {
  color: #00719e; /*color: #00719e; azul*/ /*color: #FF9300; laranja*/
}

/*TEXTO TOPO DATA E LOCALIZAÇÃO*/
.lgx-banner-info .date, .lgx-banner-info .location {
  color: #00457F; /*azul*/
}

.lgx-header .menu-onscroll {
  background: #e2cbdd;
}

/*MENU*/

/*MENU PRINCIPAL SEM SUBMENU*/
.lgx-header-position-white .lgx-navbar .lgx-nav li a {
  color: #370230;
}

/*HOVER MENU PRINCIPAL e submenu*/
.lgx-header .lgx-navbar .lgx-nav li a:hover {
  color: #be8ab3; 
}
.lgx-header .lgx-navbar .lgx-nav li a.active {
  color: #370230;
}

/*cor submenu*/
.lgx-header .lgx-navbar .lgx-nav li.dropdown-submenu a {
  color: #fff;
}
/*cor submenu hover*/
.lgx-header .lgx-navbar .lgx-nav li.dropdown-submenu a:hover {
  color: #be8ab3;
}

/*BACKGROUND SUBMENUS*/
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu {
  background: rgba(55, 2, 48, 0.98);
  border: 0;
  border-radius: 0;
  padding: 1rem .5rem;
}

/*MENU COM FUNDO SCROLL*/
.lgx-header .menu-onscroll .lgx-navbar .lgx-nav li a {
  color: #370230;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-nav li a:hover {
  color: #be8ab3; 
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-nav li a.active {
  color: #370230;
}

.lgx-header .menu-onscroll .lgx-navbar .lgx-nav .dropdown-menu li a {
  color: #fff;
}

.lgx-header .menu-onscroll .lgx-navbar .lgx-nav .dropdown-menu li a:hover {
  color: #be8ab3;
}

/*RODAPE*/
/*.lgx-footer {
  background: url('../img/fundo-rodape.jpg') bottom center no-repeat;
    background-size: auto;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}*/

.lgx-footer .lgx-inner-footer {
  /*background: rgba(240, 137, 17, 0.95);*/
  /*background: rgba(0, 113, 158, 0.95);*/
  background: rgba(226, 203, 221, 0.95);
}

.menu-admin {
  background: #efa506 !important;
}

.menu-admin-ativo {
  background: #00719e !important;
}

.lgx-footer-single {
  color: rgba(0, 0, 0, 0.5);
}

.lgx-footer-single .map-link {
  color: #00457F;
  font-weight: 400;
}


.lgx-footer-bottom {
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px){
	
	.lgx-banner5 {
	  background: #e8e2d6;
	}
	
	.lgx-banner .lgx-inner {
	  padding: 6rem 0 12rem;
	}

	/*MENU FUNDO MOBILE*/
	.lgx-header-position {
	  background: #e2cbdd;
	}
	
	/*FUNDO TOOGLE*/
	navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle {
  		background-color: #370230;
	}
	
	/*FUNDO TOGGLE HOVER*/
	navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  		background-color: #be8ab3; 
	}
	
	/*FONTE MENU*/
	.lgx-header-position-white .lgx-navbar .lgx-nav li a {
	  color: #370230;
	}
	
	/*FONTE MENU HOVER*/
	.lgx-header .lgx-navbar .lgx-nav li a:hover {
	  color: #be8ab3; 
	}
	
	/*FONTE MENU ACTIVE*/
	.lgx-header .lgx-navbar .lgx-nav li a.active {
	  color: #fff; 
	}

}

.lgx-schedule {
  background: #370230;
}

.lgx-tab .nav-pills {
  background: #370230;
}

.lgx-tab-content {
  border: 2px solid #370230;
}