@import url('https://fonts.googleapis.com/css?family=Asap+Condensed');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
	font-family:  'Asap Condensed', sans-serif;
	font-size: 15px;
	line-height: 1.42857143;
	color: #333;
	background: white;
	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  
  line-height: 1.1;
  color: inherit;
  font-family:  'Asap Condensed', sans-serif;
}

h1{
    font-size: 2.8em;
    clear: both;
    text-align: left;
    text-transform: uppercase;
	color: black;
	margin: 10px -15px 20px -15px;
	padding: 10px 5px;
	margin-top: 0;
	color: #000000;
}
h2, .h2 {
  font-size: 28px;
}
h3, .h3 {
  font-size: 22px;
}
a{
	color: #000;
}
/*f59330*/
/*00549a*/
a:hover{
	text-decoration: none;
}

/*mobile-first*/
.navbar-default .navbar-nav > li > a, .nav > li > a{
	background: 
	color: white;
	font-size: 100%;
	padding: 5px;
}
.normal{
	transition: all .5s;
	height: 13vh;
}
.menor{
	transition: all .5s;
	height: 10vh;
}
.btn.btn-default-theme-light{
	padding: 5px;
	border-radius: 5px !important;
	background: transparent!important;
}

.margin-bars{
	margin: 0; margin-top: 80px;
}

.btn, .form-control{
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
}

.font-biggest{
	font-size: 200%;
}
.font-bigger{
	font-size: 150%;
}
.font-big{
	font-size: 120%;
}
.font-small{
	font-size: 80%;
}
.font-smaller{
	font-size: 50%;
}

.fixed-top{
	position: fixed;
	top: 0;
}
.absolute-top{
	position: absolute;
	top: 0;
	z-index: 999999999999 !important;
}	

table{
	border-collapse: collapse;
	border: 1px solid #000000;
	width: 95%;
	margin: 0 auto;
}
table td{
	padding: 5px;
	border: 1px solid #000000;
}
table thead td{
	padding: 5px;
}
table thead, table .title{
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-weight: bolder;
}
table thead{ background: #000000; color: black; } 

#ancoratopo{
	width: 70px;
	height: 70px;
	position: fixed;
	margin: 10px;
	bottom: 5px;
	right: 5px;
	z-index: 99999999999999;
}

.input-default-theme-light{
	background: white;
	color: #ffffff;
	padding: 20px 10px;
	font-weight: normal;
}
.input-default-theme-dark{
	background: #264b88;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 0 10px;
	border-radius: 0!important;
	-moz-border-radius: 0!important;
}
.btn-default-theme-dark{
	background: #ffffff;
	color: white;
	border: 1px solid #ff0000;
	padding: 10px;
	border-radius: 0!important;
	-moz-border-radius: 0!important;
}
.btn-default-theme-dark:hover{
	background: #ff0000;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.btn-default-theme-light{
	background: #0098da!important;
    color: black !important;
    padding: 10px;
    font-size: 115%;
}
a.btn.btn-default-theme-light:hover{
	color: #fbbd20!important;
	/*color: #f8bb36!important;*/
}
.btn-default-theme-light:hover{
	background: #ff0000;
	/*border: 1px solid #FFF!important;*/
	color: black !important;
}

.form-busca .btn-default-theme-light{
	padding: 0 !important;
}

.form-busca input, .form-busca button{
	margin-left: 0 !important;
    border: 0;
	color: black;
}
.form-busca button:hover{	
	margin: 3px;
	margin-left: 0 !important;
	border: 0;
}
.form-busca .input-group-btn:last-child > .btn, .form-busca .input-group-btn:last-child > .btn-group{
	padding: 10px !important
}
.form-busca .input-group-btn{
	margin-left: 6px;
}

.form-busca .btn-busca{
	padding:10px 15px!important;
	background: white;
	color: black;
	/*margin-right: 10px;*/
	padding: 0;
}
.form-busca .btn-busca:hover{
	background: white;
	color: #00549a;
	/*margin-right: 10px;*/
	margin-bottom: 0px!important;
}

.genero{
	background: #000;
	float: left;
	width: 100%;
}
.genero ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.genero ul li a{
	padding: 10px;
	display: block;
	padding: 5px 20px;
}


#fb-root {
    display: none;
}



.evento-item .event-date,
.featured-info .event-date {
	border-radius: 0px;
	overflow: hidden;
	background: #ffffff;
	color: #666666;
	width: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	padding: 0;
  border-right: 1px solid #ccc;
}
.evento-item .event-date{
  border: 0;
}

.evento-item .event-date .number,
.featured-info .event-date .number {
	font-size: 100%;
	border-width: 0 1px 1px;
	border-color: #ff0000;
	border-style: solid;
    line-height: 20px;
	background: white;
	color: black;
}

.evento-item .event-date span,
.featured-info .event-date span {
    display: block;
    background: white;
    font-size: 10px;
    line-height: 8px;
    font-weight: bold;
    padding: 5px 0;
    margin: 0px 0 0 0;
    text-transform: uppercase;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	color: black;
	border: 1px solid #ff0000;
}

.evento-item .event-date .hora,
.featured-info .event-date .hora {
    display: block;
    background: #ff0000;
    font-size: 10px;
    line-height: 8px;
    font-weight: bold;
    padding: 5px 0;
    margin: 0px 0 0 0;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.evento-item .event-date .number
.featured-info .event-date .number {
    border-right: 1px solid #ccc;
}



/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}


#busca .input-default-theme-light{	
	color: black !important; 
}
#busca .input-default-theme-light,
#busca .input-default-theme-dark{
	padding: 20px 10px !important;
	border: 1px solid #ffffff;
}::-webkit-input-placeholder {
   color: black; 
}:-moz-placeholder { /* Firefox 18- */
   color: black; 
}::-moz-placeholder {  /* Firefox 19+ */
   color: black; 
}:-ms-input-placeholder {  
   color: black; 
}
#busca .input-default-theme-dark{
	background: #ffffff;
	color: white;
}::-webkit-input-placeholder {
   color: white;
}:-moz-placeholder { /* Firefox 18- */
   color: white;
}::-moz-placeholder {  /* Firefox 19+ */
   color: white;
}:-ms-input-placeholder {  
   color: white; 
}

#busca select.input-default-theme-light,
#busca select.input-default-theme-dark {
	padding: 0 10px !important;
	/*border-radius: 5px !important;
	-moz-border-radius: 5px !important;*/
	border: 1px solid #ffffff;
	text-transform: uppercase;
	margin-top: 10px;
}

#busca select.input-default-theme-light{
	padding: 0 10px !important;
    border: 1x solid #264b88;
}
#busca select.input-default-theme-dark {
    background: #ffffff;
    color: white;
    height: 40px;
    margin: 6px 0;
	text-transform: initial;
}
#busca .btn-default-theme-dark,
#busca .btn-default-theme-dark:hover,
#busca .btn-default-theme-light
{
	padding: 10px 10px !important;
	border: 1px solid #ffffff;
	margin: 3px 0;
}

.btn-red-theme-dark{
	background: #681e5c;
	color: black;
	
}
.btn-red-theme-dark.hvr-ripple-out:before {
	position: absolute;
	border: #610CAA solid 6px;
	border-radius: 20px !important;
	-moz-border-radius: 20px !important;
}
.btn-red-theme-dark.comprar{
	width: 300px;
	margin: 0 auto;
	float: none;
	padding: 10px;
	font-size: 150%;
}
.btn-red-theme-dark.comprar::before{
	/*content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-repeat: repeat;
	height: 10px;
	background-size: 20px 20px;
	background-image: radial-gradient(circle at 10px -5px, transparent 12px, #fff 13px);*/
}
.btn-red-theme-dark:hover{
	color: white;
}

input, select, button{
	margin: 5px 0;
}

.central{
	color: white;
	height: 25px;
	font-size: 120%;
	font-weight: bolder;
}
.central .glyphicon{
	color: #0C00FA;
	font-size: 80%;
	background: white;
	padding: 3px;
	border-radius: 50%;
}
.central.dark{
	color: #ff0000;
	font-size: 170%;
}
.central.dark .glyphicon{
	color: #ff0000;
	font-size: 80%;
	background: #0C00FA;
	padding: 10px;
	border-radius: 50%;
}


.navbar-default.genero{
	z-index: 11; 
	padding: 0; 
	background: #000;
}
.navbar-default.genero .fa{
    font-size: 150%;
    padding: 10px;
	color: #00549a;
}


.header{
	float: left;
	width: 100%;
}
.header a.btn-default-theme-light{
    color: #ffffff !important;
}

.countdown{
	padding: 30px 0;
	overflow: hidden;
	color: white;
	font-size: 300%;
	text-align: center;
	text-transform: uppercase;
	margin: 100px 0;
}
.countdown #timer{
	color: #264b88;
	background: rgba(255,255,255, 0.7);
}
.img-blur{
	position: absolute;
	z-index: -1;
	width: 110%;
	top: -100%;
	left: -5%;
	-webkit-filter: blur(5px) grayscale(50%);
	-moz-filter: blur(5px) grayscale(50%);
	-o-filter: blur(5px) grayscale(50%);
	-ms-filter: blur(5px) grayscale(50%);
	filter: blur(5px) grayscale(50%);
}


/*======================BANNER*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	/*height: 300px;*/
	z-index: 0;
}


.eventos-em-destaque{
	padding: 0px;
    min-height: 246px;
	margin: 30px 0;
}
.eventos-em-destaque > h1,
.eventos-em-destaque > h2{
    color: black;
	margin: 0;
}
.carousel-indicators {
	z-index: 10;
}

.eventos-em-destaque .carousel-indicators {
    top: 5px;
	bottom: initial;
	
}
.eventos-em-destaque .carousel-indicators .active {
    background-color: black;
}
.eventos-em-destaque .carousel-indicators li {
    border: 1px solid black;
}

#carousel-banner{
	/*margin-top: 0;
	max-width: 950px;
    margin: 0 auto;
	margin-bottom: 35px;*/
}
#carousel-banner .item .veu{
    background: rgba(255,255,255,0.5);
	font-size: 200%;
	padding: 120px 0;
	text-decoration: uppercase !important;
	color: #000;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	-webkit-transition:	 all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;	
}

#carousel-banner .item:hover .veu{
	display: block;
	-webkit-transition:	 all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.carousel-control{
    width: 5%;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=100);
    opacity: 10;
}
.carousel-control.left, .carousel-control.right {
background-image: none;
    filter: none;
    background-repeat: repeat-x;
    bottom: 0;
    height: initial;
    max-height: initial;
    min-height: initial;
}

.carousel-control img{
	margin-top: 300%;
}


#eventos-carousel .carousel-control{
    width: 50px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=100);
    opacity: 10;
}
#eventos-carousel .carousel-control.left, #eventos-carousel .carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
	color: #ff0000;
	top: 40%;
}
#eventos-carousel .carousel-control.left{
    left: -36px;
    z-index: 9;
}
#eventos-carousel .carousel-control.right{
    right: -36px;
    z-index: 9;
}

#eventos-carousel h2{
    font-size: 150%;
}

.central-atendimento{
	color: #ffffff;
	margin-top: 20px;
}
.banner-comporta{
	clear: both;
	overflow: hidden;
	margin-top: -60px;
}
.rotulo{
	width: 30%;
    position: absolute;
    border: 1px solid black;
    background: rgba(255,255,255,0.7);
    color: black;
    font-weight: bolder;
    font-size: 150%;
    padding: 10px 20px;
    text-shadow: 1px 1px white;
    margin: 0 auto;
    bottom: -1px;
    left: 50%;
    margin-left: -13%;
	text-align: center;
}


.destaques-bar{
	margin-bottom: 20px;
	/*margin-top: 152px;*/
	background: url('../images/bg-stage.jpg');
	background-attachment: fixed;
	background-size: cover;
	color: black;
	padding:0px;
	font-size: 150%;
}
.destaques-bar a{
	color: black;
}
.destaques-bar .fa{
	background: #bfc0c1;
	color: black;
	padding: 30px;
	width: 97px;
	text-align: center;
	font-size: 120%;
	border-radius: 100%;
	margin-bottom: 15px;
	box-shadow: 0px 4px 0 #5a212f;
}


/*======================NAVBAR*/
.estilos-bar{
	background: #7c7c7c url('../images/bg-estilos.jpg');
}
.estilos-bar .nav-justified > li {
	float: left;
}
.estilos-bar .nav-justified > li a{
	font-size: 120%;
	background: black;
	border-radius: 010px 0 0;
	margin: 3px 3px 0 3px;
	text-transform: uppercase !important;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
	height: auto;
}
.navbar-brand{
    height: auto;
}
.logo{
    padding: 10px 10px;
    /* margin: 0 2%; */
    margin-bottom: -20px;
    z-index: 5;
    position: relative;
}
.navbar-default{
	text-transform: uppercase;
	border: 0;
	background: none;
}
.navbar-default .nav{
	margin: 0 auto;
}
.navbar {
	min-height: initial;
	width: 100%;	
    margin: 0;
}
.nav-justified > li {
	width: initial;
	float: right;
}

.navbar-default .navbar-nav > li > a:hover, .nav-justified > li > a:hover,  .navbar-default .navbar-nav > li > a:focus, .ativo {
	color: #fbbd20 !important;
	border:1px solid transparent!important;
	
}
.nav .col-xs-4{
	margin: 0;
    padding: 0;
}

#timer{
	background: #6acbd4;
    text-align: center;
    padding: 5px;
}

.header-line{
	margin-top: 152px;
	background: #4C4C4C;
	padding: 10px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	display: none!important;
}
.header-line h1{
	color: #FFFFFF;
}

.header-line .btn-red-theme-dark{
	padding: 10px;
	font-size: 130%;
	background: white;
	border-color: white;
}
		.header-line .btn-red-theme-dark:hover{
			color: black !important;
		}

/*======================HEADER*/
#datalhes-evento.below-header {
	/*margin-top: 130px;*/
}
.below-header{
	margin-top: 0px;
	background-size: 100% auto;
	position: relative;
	clear: both;
}

#header-global{
	padding: 25px 0;
	background-size: 100% auto;
}

.rede-social{
	width: 25px;
	height: 25px;
	display: block;
	float: left;
	margin: 10px 10px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.rede-social.youtube{background: url('../images/redesocial_y.png') top left;}
.rede-social.youtube:hover{ background: url('../images/redesocial_y.png') bottom left;}

.rede-social.facebook{background: url('../images/redesocial_f.png') top left;}
.rede-social.facebook:hover{ background: url('../images/redesocial_f.png') bottom left;}

.rede-social.twitter{background: url('../images/redesocial_t.png') top left;}
.rede-social.twitter:hover{ background: url('../images/redesocial_t.png') bottom left;}

.rede-social.dark{
	width: 40px;
	height: 40px;
}
.rede-social.dark.youtube{background: url('../images/redesocial_y_dark.png') top left;}
.rede-social.dark.youtube:hover{ background: url('../images/redesocial_y_dark.png') bottom left;}

.rede-social.dark.facebook{background: url('../images/redesocial_f_dark.png') top left;}
.rede-social.dark.facebook:hover{ background: url('../images/redesocial_f_dark.png') bottom left;}

.rede-social.dark.twitter{background: url('../images/redesocial_t_dark.png') top left;}
.rede-social.dark.twitter:hover{ background: url('../images/redesocial_t_dark.png') bottom left;}

.rede-social.dark.youtube{background: url('../images/redesocial_y_dark.png') top left;}
.rede-social.dark.youtube:hover{ background: url('../images/redesocial_y_dark.png') bottom left;}

/*======================CONTENT*/
.white-box-detalhes{
	background: white;
	padding-top: 25px;
	margin-top: 15px;
	display: block;
	clear: both;
}
.carousel-inner img{
	width: 100%;
}

.destaques .comporta-arrows, .eventos .comporta-arrows{
	display: block;
	position: absolute;
	width: 103%;
	padding: 130px 0;
	/*z-index: 99999999;*/
}
.comporta-arrows a.left{
	margin-left: -20px;
	z-index: 9;
}
.comporta-arrows a.right{
	margin-right: -20px;
	z-index: 9;
}
.destaques .box, .eventos .box{
	margin: 10px 0;
	text-align: center;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	overflow: hidden;
	border: 1px solid #DCDCDC;
    border-radius: 10px;
	background: #FFFFFF;
	min-height: 400px;
	position: relative;
	z-index: 10;
}
.destaques .box:hover, .eventos .box:hover{
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.destaques .box a, .eventos .box a{
	color: black;
}
.comprar-box{
	position: absolute;
	z-index: 99999999999;
	font-size: 80%;
	text-transform: uppercase;
	padding: 22px 0;
	font-size: 180%;
	color: white;
	margin-bottom: -100px;
	
}
.comprar-box .glyphicon{
	color: white;
	padding: 5px;
	font-size: 100%;
}

.box  img {
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	     -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	      -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	         transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	min-height: 200px;
	max-height: 200px;
	width: 100%;
}

.box .comprar-box{
	width: 100%;
	opacity: 0;      
	-webkit-transition:	 all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	color: white;
	margin-bottom: 0;
	text-shadow: -1px -1px black;
	border: 3px solid transparent;
}
.box:hover .comprar-box {
	opacity: 1;
    padding: 30% 0 0 0;
	background: #00549a;
	bottom: 0;	
	-webkit-transition:	 all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	border: 3px solid transparent;
	font-size: 100%;
}

.box:hover .comprar-box .box-preto{
    padding: 12px 0;
	color: white;
	text-shadow: 1px 1px black;
	display: block;	
	font-size: 150%;
	line-height: 25px;
}

.box .box-preto{
    background: #000;
    color: white;
    width: 100%;
    display: block;
    padding: 5px;
    margin-top: 10px;
}
.box:hover .box-preto{
    background: #5a212f;
}


.box:hover .comprar-box .box-preto .glyphicon {
	color: white;
	text-shadow: 1px 1px black;
}

.box .data-ballon{
    padding: 5px;
    background: #00549a;
    font-size: 14px;
    margin-bottom: 3px;
    position: relative;
    margin-top: -15px;
}

.box .data-box .data{
	padding: 5px 18px;
    display: block;
    color: white;
}
.box .data-box .hora{
	padding: 8px 0 0 0;
	font-weight: bolder;
}


.destaques .comprar-box, .eventos .comprar-box{
	min-height: auto;
}

#destaques-carousel .carousel-control img,
#eventos-carousel .carousel-control img{
    margin-top: 0 !important;
}

.destaques .box h1, .eventos .box h1{
    margin: 0 -15px 7px -15px;
	background: #5a212f;
}
.destaques .box h2, .eventos .box h2{
	margin: 3px 0 5px 0;
	padding: 0;
	white-space: nowrap;
	width: 100%;                   
	overflow: hidden;              /* "overflow" value must be different from "visible" */ 
	text-overflow: ellipsis;
	font-size: 26px;
	font-weight: bolder;
}
.box .data{
	font-size: 15px;
	color: #000;
	padding: 5px;
	width: 100%;
	text-align: center;
}
.destaques .box h2 a:hover, .eventos .box h2 a:hover{
	text-decoration: none;
}
.destaques .box .content-box, .eventos .box .content-box{
    padding: 15px 5px;
	background: white;
	font-size: 80%;
	text-align: center;
}

.destaques .box .content-box > .fa{
	background: #5dc7d1;
    color: white;
    padding: 4px;
    border-radius: 100%;
	margin: 1px;
}
.below-footer .box .content-box{
	background: #ffffff;
	color: white;
	border-top: 5px solid #f7eb03;
}


.destaques .detalhes, .eventos .detalhes{
	width: 100%;
	z-index: 9999999999999999999999999999;
	position: relative;
	margin-bottom: 10px;
	font-size: 160%;
}
.destaques .detalhes:hover, .eventos .detalhes:hover{
	color: white;
	background: #f52b10;
}

#countdown-evento{
	font-size: 170%;
	background: #0C00FA;
	margin-top: -15px;
}
#countdown-evento p#time{
	color: white;
	text-align: right;
}
#countdown-evento p#time span{
	display: inline;
	color: #00549a222;
	font-size: 100%;
}
.container-fluid{
	background: white;
	clear: both;
}
#conteudo-global{
	border-radius: 0;
	-moz-border-radius: 0;
	z-index: 1;
	position: relative;
	padding-bottom: 10px;
	min-height: 300px;
	clear: both;
	border:0px!important;
}
.below-footer, .below-footer #conteudo-global{
	background: #ffffff;
}
.below-footer h1{
	background: black;
	color: #5a212f;
}
.below-footer{
	margin-bottom: -30px;
}

#datalhes-evento .titulo{
	background: #5a212f;
    color: white;
    float: left;
    width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#datalhes-evento > h1{
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 0;
    font-size: 200%;
    background: #681e5c;
	/*background: #4C4C4C;*/
	color: #FFFFFF;
	/*color: #4c4c4c;*/
	text-shadow: none;
    /*color: #e8ba45;*/
}
#datalhes-evento h2{
    margin-top: 0;
	border-bottom: 1px dotted #ccc;
}

#datalhes-evento .evento-img{
	width: 100%;
}

.data-destaque{
	margin-bottom: 5px;
    color: white;
    background: url(../images/data-destaque.png) no-repeat;
    width: 134px;
    height: 100px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 30px 15px 0 0;
    margin: -20px;
}
.eventos .box .data-box{	
	font-size: 80%;
}




.nav-tabs {
	border-bottom: 2px solid #DDD; 
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	 border-width: 0; 
}
.nav-tabs > li > a {
	border: none;
	color: #ffffff;
	background: #691e5e;
	font-size: 80%;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
	border: none;
	color: #691e5e!important;
	background: #FFF!important;
}
.nav-tabs > li > a::after {
	content: "";
	background: #691e5e;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}
.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
	transform: scale(1);
}
.tab-nav > li > a::after {
	background: #691e5e none repeat scroll 0% 0%;
	color: #fff;
}
.tab-pane {
	padding: 15px 0;
}
.tab-content{
	padding:20px;
}
.nav-tabs > li {
	width:33.33%;
	text-align:center;
}
.card {
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}
.areaBusca{
	padding: 0px 5px;
}
@media all and (max-width:724px){
	.nav-tabs > li > a > span {
		display:none;
	}
	.nav-tabs > li > a {
		padding: 5px 5px;
	}
	.col-md-4{
			clear: both;
		}
		.normal{
			height: 10vh;
		}
	.areaBusca{
		padding: 0px;
	}
}



.evento-video{
	width: 100%;
	height: 335px;
}



/*======================FOOTER*/
#footer-global{
	background:#5f0e41;
	/*background: #4C4C4C;*/
	color: white;	
	margin-top: 20px;	
	padding-top: 10px;
	padding-bottom: 20px;
	z-index: 0;
	position: relative;
	
}
#footer-global h2{
    color: #FFFFFF;
    padding: 10px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-shadow: none;
    margin-bottom: 0;
    display: inline;
}

#footer-global ul{
    list-style: none;
	margin: 0;
	padding: 0;
}
#footer-global ul li{
	margin-bottom: 5px;
}
#footer-global a{
    text-transform: initial;
    color: white;
    margin: 5px 0 0 0;
	font-size: 100%;
}
#footer-global a.btn-default-theme-light{
    color: #ffffff !important;
}
#footer-global .btn-default-theme-light, #footer-global .input-default-theme-light{
    color: #08003b;
}

.white-box{
	float: left;
	width: 100%;
	color: #FFFFFF;
	min-height: 90px;
    padding:10px;
    
}
#bandeiras-pagamento, .white-box a{
	color: #FFFFFF !important;
}
.white-box a:hover{
	color: #fbbd20 !important;
}
#bandeiras-pagamento img.total{
	width: 100%;
}
#bandeiras-pagamento img.small{
	width: 50px;
	margin: 2px;
}
.text-central{
	font-size: 150%;
	color: #031d44;
}
#footer-global .text-central{
	font-size: 160%;
	color: white;
}
footer{
	margin-top: 20px;
	padding: 10px 0;
}
.footer-copy{
	background:#450A30;
	color: #FFFFFF;
	margin-top: -5px;
	clear: both;
}
.footer-copy a{
	color: #E3E6E8 !important;
}


@media (max-width:995px){
	#header-global{
		background-size: auto;
	}
	#carousel-banner {
		margin-top: 0 !important;
	}
	
	.data-destaque{
		color: white; 
		margin: 0 auto;
		margin-top: -15px;
	}
	
	.eventos-em-destaque .carousel-indicators {
    top: 0;
}
	
}
@media (max-width:767px){
	.margin-bars{
		margin: 0; margin-top: 20px;
	}
	
	.central-atendimento{
		color: white;
		margin-top: 0;
	}
	
	body{
		overflow-x: hidden;
	}
	table{
		font-size: 65%;
	}
	
	#carousel-banner {
		margin-top: 0 !important;
	}
	
	#header-global{
		background-size: auto;
	}
	
	.banners{
		margin-left: -30px;
		margin-right: -30px;
		width: 100%;
	}
	
	.navbar-default .destaque{
		padding: 10px 0;
		margin-bottom: 0;
	}	
	
	.nav-justified{
		width: 100% !important;
	}
	

	.destaques .data br, .destaques .hora br{
		display: none;
	}
	
	.evento-video{
		width: 100%;
		height: 300px;
	}
	
	#countdown-evento{
		font-size: 120%;
		margin-top: 0;
		margin-top: 15px;
	}
	
	.nav-justified > li {
		width: 100%;
		float: right;
	}
	
	.nav > li > a{
		font-size: 100%;	
	}
	.nav > li:not(last-child){
		background: transparent !important;	
	}
	.navbar-default .navbar-nav > li > a:hover, .nav-justified > li > a:hover,  .navbar-default .navbar-nav > li > a:focus, .ativo {
		background: transparent !important;	
	}
	
	.destaques .detalhes.ativo{
		color: white !important;
		background: #f52b10 !important;
	}
	
	.navbar-default .destaque{
		color: #264b88 !important;
		background: #0C00FA !important;
		padding: 5px;
		margin: 0 1px;
		margin-top: 0;
		margin-bottom: 0;
		border-radius: 0;
		font-size: 100%;
		box-shadow: 1px 1px 1px black;
		z-index: 9;
		margin-bottom: 3px;
		text-shadow: none !important;
	}	
	.navbar-default  .glyphicon{
		font-size: 100%;
	}
	.navbar-default .destaque br{
		display: none;
	}
	
	#footer-global .logo-canto{
		background: none;
	}
	
	.logo{
		position: relative;
	}
	.central-atendimento{
		display: none;
	}
}
@media (max-width:400px){
	.evento-video{
		width: 100%;
		height: 200px;
	}
	
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		height: 150px;
	}
	
	#carousel-banner .carousel-control.left{
		left: -20px;
	}
	#carousel-banner .carousel-control.right{
		right: -20px;
	}
	
	.rotulo {
		width: 30%;
		font-size: 60%;
	}
	
}
button.btn.btn-default.btn-busca{
	padding:10px 15px!important;
	border-left: 0px;
	border-radius: 0px 5px 5px 0px!important;
	margin-top: 0px;
	background: #FFFFFF;
	color: rgba(103,29,92,1);
	/*color: rgba(75,75,77,1);*/
	/*color: #a73e97!important;*/
}
button.btn.btn-default.btn-busca:hover{
	margin-right: 0px;
	padding: 10px 15px;
	color: #fbbd20!important;
}

.form-control.input-default-theme-light.input-busca{
	margin-top: 0px;
	border-right: 0px;
	border-radius: 5px 0px 0px 5px!important;
}

/*
div.input-group.txt-busca{
	margin-top: 30px;
}*/

#bt_cadastrar_news.btn.btn-default-theme-light{
	border-radius: 5px !important;
	background: #FFFFFF!important;
	border:none !important;
	padding: 17px 10px!important;
	margin: 0px !important;
	color: #5a212f!important;
}
#bt_cadastrar_news.btn.btn-default-theme-light:hover{
	color: #fbbd20;
	border:none !important;
}


.box:hover{
	transform: scale(1)!important;
	/*box-shadow: 0px 2px 5px 5px rgba(62,62,62,0.2);*/
}
h3.eve_titulo{
	font-size: 24px;
	color:#000;
	border-radius: 5px;
	margin-top: 10px;
	/*font-weight: 600;*/
}
/*
div.hover-layer{
	position: absolute;
  	bottom: 100%;
  	left: 0;
  	right: 0;
  	overflow: hidden;
  	width: 100%;
  	height: 0;
  	opacity: 1;
  	transition: 0.6s ease;
  	background-color: rgba(90,33,47,0.5);
}
.col-md-3.col-sm-12.col-xs-12:hover div.hover-layer{
	bottom: 0;
	height: 100%;
}


div.box:hover .hover-layer{
	opacity: 1;
}

*/
	.fa-ticket{
	    padding: 7px;
	    border-radius: 50px;
	    border: 5px solid #FFFFFF;
	    font-size: 2em!important;
	}
	div.texto-layer{
		color: #FFFFFF;
  		font-size: 20px;
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		text-align: center;
  		opacity: 1;
	}
	span.font-date{
		margin-top: 10px!important;
		font-size: 17px;
		color: #666;
	}
	a.btn.btn-red-theme-dark.col-xs-12.comprar.hvr-grow{
		color: #FFF;
	}
	a.btn.btn-red-theme-dark.col-xs-12.comprar.hvr-grow:hover{
		color: #fbbd20;
	}
	.navbar-default.navbar-fixed-top{
		/*background: #4C4C4C;*/
		/*background: rgba(75,75,77,1);*/
		/*background: rgba(0,0,0,1);*/
		/*background: rgba(62,62,63,1);*/
		background: linear-gradient(#ab409b,#661d5b);
	}
	@media(max-width: 768px){

	}

	/*PÁGINA DE CONTATO*/