@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

* {
	font-family: 'Barlow Semi Condensed', sans-serif;
}

body {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	background: #FFF;
	background-attachment: fixed;
}

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

.h1-index {
	font-size: 28px;
    text-align: center;
    position: relative;
    font-weight: 600;
	margin-bottom: 44px;
}

.h1-index:after {
	border: 1px solid #BDBDBD;
    content: '';
    width: 170px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.h1-index:before {
	border: 2px solid #ff0000;
	content: '';
    width: 30px;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 1;
}

.carousel-indicators {
	z-index: 10;
	bottom: -8px;
}

.carousel-indicators li {

	width: 20px;
}


.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.whats {
	position: fixed;
	bottom: 16px;
	right: 12px;
	z-index: 100;
}

.puff-in-tl {
	-webkit-animation: puff-in-tl 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: puff-in-tl 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

 @-webkit-keyframes puff-in-tl {
	0% {
	  -webkit-transform: scale(2);
			  transform: scale(2);
	  -webkit-transform-origin: 0% 0%;
			  transform-origin: 0% 0%;
	  -webkit-filter: blur(4px);
			  filter: blur(4px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  -webkit-transform-origin: 0% 0%;
			  transform-origin: 0% 0%;
	  -webkit-filter: blur(0px);
			  filter: blur(0px);
	  opacity: 1;
	}
  }
  @keyframes puff-in-tl {
	0% {
	  -webkit-transform: scale(2);
			  transform: scale(2);
	  -webkit-transform-origin: 0% 0%;
			  transform-origin: 0% 0%;
	  -webkit-filter: blur(4px);
			  filter: blur(4px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  -webkit-transform-origin: 0% 0%;
			  transform-origin: 0% 0%;
	  -webkit-filter: blur(0px);
			  filter: blur(0px);
	  opacity: 1;
	}
  }

  .fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

 @-webkit-keyframes fade-in-bottom {
	0% {
	  -webkit-transform: translateY(50px);
			  transform: translateY(50px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	  opacity: 1;
	}
  }
  @keyframes fade-in-bottom {
	0% {
	  -webkit-transform: translateY(50px);
			  transform: translateY(50px);
	  opacity: 0;
	}
	100% {
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	  opacity: 1;
	}
  }
  
  
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	font-size: 15px;
	color: #707070;
	margin-top: 5px;
	text-align: left;
	background-color: rgb(255 255 255 / 0%) !important;
}

.form-busca ::-webkit-input-placeholder {
	color: #707070;
	font-style: italic;
}

.form-busca :-ms-input-placeholder {
	color: #707070;
	font-style: italic;
}

.filter {

}

.filtros {
	vertical-align: middle;
}

.col-md-4 {
	width: 33% !important;
}

#top {
	width: 100%;
	height: 1px;
}

#mail {
	color: #000;
	font-weight: bold;
}

.btn {
	border: 1px solid #000;
    font-weight: bold;
}

.formulario {
	margin-top: 30px;
}

.h1-index img {
	margin-top: -44px;
	width: 100%;
	z-index: 2px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {

	font-size: 24px;
}

a {
	color: #fff;
}

a:hover,
a:focus {
	color: #231f20;
	text-decoration: none !important;
}

.divulgue h4 {
	color: #000;
	text-align: right;
	padding: 40px;
	line-height: 2.5;
	text-transform: none;
	font-size: 26px;
	max-width: 55%;
	float: right;
}

.title {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	text-shadow: 0px 0px 5px #fff;
}

/*mobile-first*/

.normal {
	transition: all .5s;
	height: 48px;
}

.menor {
	transition: all .5s;
	height: 10vh;
}


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

.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;
}

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

.input-default-theme-light {
	background: #FFFFFF;
	color: #333333;
	font-weight: normal;
	border-radius: 0px;
}

.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;
	padding: 10px;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.btn-default-theme-dark:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
}

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

.form-busca input,
.form-busca button {
	margin-left: 0 !important;
	border: none;
	color: none;
	border-radius: 12px;
}

.form-busca button:hover {
	margin: 3px;
	margin-left: 0 !important;
}

.form-busca .input-group-btn:last-child>.btn,
.form-busca .input-group-btn:last-child>.btn-group {
	margin-left: 9px !important;
	float: right !important;
}

.form-busca .input-group-btn {
	margin-left: 6px;
}

.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;
}

.coluna {
	width: 25%;
}

#fb-root {
	display: none;
}

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

.evento-item .event-date {
	border: 0;
}

.fa,
.fas,
.far {
	color: #ff0000;
}

.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: 12px;
	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;
}

.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: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

#busca select.input-default-theme-light,
#busca select.input-default-theme-dark {
	padding: 0 10px !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 {
    color: #000 !important;
    text-transform: uppercase;
    border-radius: 100px !important;
    margin-bottom: 20px;
}

.btn-red-theme-dark.hvr-ripple-out:before {
	position: absolute;
	border: #000 solid 6px;
	border-radius: 20px !important;
	-moz-border-radius: 20px !important;
}

.btn-red-theme-dark.comprar {
	margin: 0 auto;
	float: none;
	padding: 10px;
	font-size: 16px;
	margin-top: 17px;
}

.btn-red-theme-dark.comprar:hover {
	background: #000;
	color: #ffffff !important;
	border-color: #000;
}

.comprar {
	border-radius: 0px;
}

.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%;
}

.nav>li>a i {
	color: #fff;
}

.nav>li>a i:hover {
	color: #ff0000!important;
}

.navbar-default .navbar-nav>li>a,
.nav>li>a {
    color: #fff;;
    font-size: 1em;
    background-color: #ff0000;
    border-radius: 25px;
    margin: 15px;
	padding-top: 8px;
    padding-bottom: 8px;
}

/*O hover do link de menu está aqui*/
.navbar-default .navbar-nav>li>a:hover {
	background-color: #000;
	color: #FFF;
}



.nav>li>a:hover,
.nav>li>a:focus {
	background: #fff;
}

.navbar-default {
	border: 0;
    box-shadow: none;
    z-index: 11;
    width: 100%;
    background: url(../images/backtopo.svg) repeat;
    background-size: auto;
    position: relative;
    background-color: #FFF;
    background-position-y: bottom;
}

.navbar-default:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #000;
}

ul.menu-mais.nav.navbar-nav.navbar-right {
	margin-top: 30px;
}

nav.nav-bottom {
	padding-bottom: 4px;
	margin-top: 4px;
}

nav.nav-bottom ul.filtros {
	list-style: none;
	padding: 0;
	margin-bottom: 0;

}

nav.nav-bottom ul.filtros li {
	display: inline-block;
}

nav.nav-bottom ul.filtros li a {
	color: #FF0000;
	font-weight: 500;
	padding-right: 22px;
	padding-bottom: 5px;
	font-style: italic;
	text-align: left;
	font-size: 15px;
}

nav.nav-bottom ul.filtros li i {
	color: #ff0000;
	font-size: 16px !important;
	margin-right: 6px;
}

nav.nav-bottom ul.filtros li a:hover {
	color: #000;
}

i:hover {
	color: #ff0000;
}

nav.nav-bottom form {
	margin: 0;
}

nav.nav-bottom input#txt_busca {
	border-radius: 5px 0 0 5px;
}

nav.nav-bottom button.btn.btn-default.btn-busca.btn-lg {
	background: transparent;
	border: none;
	outline: none;
	padding-right: 0px;
}

.countdown {
	padding: 30px 0;
	overflow: hidden;
	color: white;
	font-size: 300%;
	text-align: center;
	text-transform: uppercase;
	margin: 100px 0;
	border-radius: 22px;
}

.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: auto;
	z-index: 0;
	border-radius: 23px;
	margin-top: 14px;
}


.eventos-em-destaque {
	padding: 0px;
	min-height: 246px;
}

.eventos-em-destaque>h1,
.eventos-em-destaque>h2 {
	color: black;
}

.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 {
	z-index: 5;
}

#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;
	color: #FFF;
	;
	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;
	height: auto;
	padding-top: 49px;
	padding-bottom: 40px;
}

.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 {
	color: black;
	padding: 0px;
	font-size: 150%;
	z-index: 0;
}

.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-brand {
	height: auto;
	padding: 0px;
	padding-top: 15px;
}

.logo {
	padding: 10px 10px;
	margin-bottom: -20px;
	z-index: 5;
	position: relative;
}

.logo img {
	max-width: 200px;
}

.navbar-default .nav {
	margin: 0 auto;
}

.navbar {
	min-height: initial;
	width: 100%;
	margin: 0;
}

.nav-justified>li {
	width: initial;
	float: right;
}


.nav .col-xs-4 {
	margin: 0;
	padding: 0;
}

.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*/
#datalhes-evento.below-header {
	padding-bottom: 50px;
}

.below-header {
	margin-top: 10px;
	background-size: 100% auto;
	position: relative;
	clear: both;
}

.below-header h1 {
	color: #000 !important;
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
	box-shadow: 0px 0px 28px -14px #878484 !important;
}

#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;
}

.sociais {
	position: absolute;
	left: 15%;
	top: 25%;
}

.sociais a {
	color: #fff;
}

/*======================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;
	background: #ffffff66;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	overflow: hidden;
	min-height: 355px;
	position: relative;
	border: solid 1px #f5f5f5;
	z-index: 10;
	border-radius: 20px;
}

.destaques .box:hover,
.eventos .box:hover {
	box-shadow: 0px 0px 5px #313131;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

hr {
	margin-top: 10px;
	margin-bottom: 7px;
	border: 0;
	border-top: 1px solid #eee;
}

.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);
	width: 100%;
	border-radius: 10px;
}

.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: #b1b1b1;
	color: white;
	font-weight: 700;
	border-radius: 5px;
	display: block;
	padding: 5px;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 25px;
	margin-bottom: 12px;
}

.box:hover .box-preto {
	background: red !important;
}

.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;
	text-overflow: initial;
	font-size: 12px;
	font-weight: bolder;
}

.box .data {
	font-size: 15px;
	padding: 8px 0px;
	text-align: left;
	width: 100%;
	font-weight: 600;
	background-color: #5B5B5B!important;
	border-radius: 0px 20px;
    text-align: center;
	text-transform: uppercase;
    color: #ffff;
}

.box .data i {
	padding-right: 5px;
}

.font-date i {
	padding-right: 5px;
}

.destaques .box h2 a:hover,
.eventos .box h2 a:hover {
	text-decoration: none;
}

.content-box {
	padding: 0px!important;
}

.destaques .box .content-box,
.eventos .box .content-box {
	font-size: 80%;
	text-align: center;
}

.destaques .box .content-box>.fa {
	background: #5dc7d1;
	color: white;
	border-radius: 100%;
	margin: 1px;
}

.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: #005492;
	font-size: 100%;
}

.container-fluid {
	background: transparent;
	clear: both;
	padding-top: 0px;
	padding-left: 0;
	padding-right: 0;
}

#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 {
	padding: 15px 0 5px 0;
	margin: 0;
	font-size: 200%;
}

#datalhes-evento h2 {
	margin-top: 0;
	border-bottom: 1px dotted #ccc;
}

#datalhes-evento .evento-img {
	width: 100%;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, .8);
}

.box-eventos {
	min-height: 400px;
}

.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>li>a {
	border: none;
	color: #000;
	background: #f3f3f3;
	font-size: 80%;
	padding-top: 10px;
}

.nav-tabs>li>a:hover {
	background: #000;
	color: #FFF;
	font-weight: bold;
}

.nav-tabs>li>a::after {
	content: "";
	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: #CC3300 none repeat scroll 0% 0%;
}

.tab-pane {
	padding: 15px 0;
}

.tab-content {
	padding: 20px;
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
}
.nav-tabs>li {
	width: 20%;
	text-align: center;
}

.card {
	background: #fafafa;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
	border-radius: 5px;
}

.areaBusca {
	padding: 0px 5px;
}

@media all and (max-width:724px) {

	.coluna {
		width: 100%;
	}

	.navbar-form .input-group {
		display: inline-table;
		width: 320px;
		margin-top: -19px;
	}

	.social {
		margin-top: -12px !important;
		float: right;
	}

	nav.nav-bottom ul.filtros li a {
		font-size: 10px;
		width: 90px;
		padding-top: 30px;
		padding-bottom: 10px;
	}

	#bottom-logo {
		width: 50%;
		float: left;
		padding-bottom: 23px;
	}

	.h1-index {
		font-size: 14px;
		font-weight: 700;
		padding: 14px;
	}

	.h1-index img {
		padding-right: 14px;
		padding-left: 14px;
		width: 50px;
		height: 4px;
	}

	.nav-tabs>li>a>span {
		display: none;
	}

	.nav-tabs>li>a {
		padding: 5px 5px;
	}

	.col-md-4 {
		clear: both;
	}

	.normal {
		height: 56px;
		margin: auto;
		margin-top: 7px;
	}

	.areaBusca {
		padding: 0px;
	}

	.sociais {
		display: none;
	}
}

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

/*======================FOOTER*/
#footer-global {
    background: #efefef;
    border-top: double 11px;
    background-size: cover;
    background-position: unset;
    color: #fff;
    margin-top: 20px;
    padding-top: 50px;
    padding-bottom: 30px;
    z-index: 0;
    position: relative;
}

#footer-global h2 {
	color: #fff;
	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 ul li {
	color: #000;
	font-size: 14px;
}

#footer-global a {
	color: #000;
	margin: 5px 0 0 0;
	font-size: 1.1em;
	padding-left: 6px;
	font-weight: 600;
}

#footer-global a:hover {
	color: #FF0000 !important;
}

#footer-global a.btn-default-theme-light {
	color: #FF0000 !important;
}

#footer-global .btn-default-theme-light,
#footer-global .input-default-theme-light {
	color: #000;
}

.white-box {
	float: left;
	color: #FFF;
	min-height: 90px;
	padding: 10px 0;
	margin-top: 10px;
}

.white-box a i {
	font-size: 20px;
	background-color: #FF0000;
	color: #FFF;
	padding: 8px;
	width: 2em;
	margin-top: -9px;
	margin-bottom: 13px;
	text-align: center;
	margin-right: 6px;
	border-radius: 12px;
}

.white-box a i:hover {
	background-color: #000;
}


.white-box a:hover {
	color: #FF0000 !important;
}

#bandeiras-pagamento,
.white-box a {
	color: #000000;
}

#bandeiras-pagamento img.total {
	width: 100%;
}

#bandeiras-pagamento img.small {
	width: 50px;
	margin: 2px;
}

.text-central {
	font-size: 150%;
	color: #000;
}

.titulo_dos_eventos_detalhes {
	color: #000 !important;
	border-bottom: #FF0000 !important;
}

h4,
.h4 {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    position: relative;
    text-transform: uppercase;
}

h4:before {
	content: '';
    border: 2px solid #FF0000;
    width: 30px;
    position: absolute;
    bottom: -16px;
    left: 0;
}

h4:after {
	content: '';
    border: 1px solid rgba(255, 255, 255, 0.28);
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.close {
	float: right;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	opacity: 1;
	color: #FFF;
}

.close:hover {
	color: #FF0000;
}

footer {
	margin-top: 20px;
	padding: 10px 0;
}

.footer-copy {
	color: #FFF;
	font-weight: 500;
	margin-top: -8px;
	font-size: 14px;
	clear: both;
	background: #000;
	padding-top: 20px;
	text-align: left;
}

.footer-copy a {
	color: rgba(255, 255, 255, 1) !important;
}

.top-nav {
	background-color: #000;
	box-shadow: 0px 7px 11px #00000094;
	padding-top: 104px;
}

.top-nav ul {
	list-style: none;
	margin-bottom: 0;
}

.top-nav ul li {
	display: inline-block;
	margin: auto 10px;
	padding: 7px 0;
	color: #000;
	float: right;
	font-size: 16px;
	font-weight: 600;
}

.top-nav ul li a:hover {
	color: #FF0000;
}

.top-nav ul li i {
	color: #fff;
}

@media (max-width:995px) {
	#header-global {
		background-size: auto;
	}

	#carousel-banner {
		margin-top: 0 !important;
	}

	.data-destaque {
		color: #000;
		margin: 0 auto;
		margin-top: -15px;
	}

	.eventos-em-destaque .carousel-indicators {
		top: 0;
	}

}

@media (max-width:767px) {

	.top-nav ul li {
		display: inline-block;
		padding: 7px;
		color: #000;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
	}

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

	.central-atendimento {
		color: white;
		margin-top: 0;
	}

	body {
		overflow-x: hidden;
	}

	table {
		font-size: 65%;
	}

	#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;
	}

	.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: #000 !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 all and (max-width:400px) {

	#carousel-banner {
		margin-top: 0 !important;
		width: 92%;
		margin: 3%;
	}

	.filter {
		background: url(../images/barram.png) no-repeat center center;
		background-size: cover;
		margin: 10px;
	}

	nav.nav-bottom ul.filtros li {
		display: inline;
	}

	nav.nav-bottom ul.filtros li a {
		font-size: 12px !important;
		vertical-align: baseline;
		padding: 10px;
		display: inline-flex;
		margin-top: -13px;
		text-align: center !important;
	}

	nav.nav-bottom ul.filtros li i {
		color: #FF0000;
		font-size: 15px !important;
		text-align: center !important;
		padding: 0px;
		margin: 5px;
	}

	.normal {
		height: 70px;
    	margin-left: 20px;
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
		background-color: #fffc;
		width: 100%;
		margin-top: 0px;
	}

	.imagem img {
		width: 100%;
	}

	.navbar-default .navbar-nav>li>a,
	.nav>li>a {
		font-size: 77%;
		font-weight: 600;
		display: inline-block;
		margin: 0;
		padding: 10px;
		text-align: center;
		margin-bottom: 4px;
		border-radius: 3px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000;
	}

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

	.carousel-inner>.item>img,
	.carousel-inner>.item>a>img {
		height: 150px;
	}

	.rotulo {
		width: 30%;
		font-size: 60%;
	}

}

button.btn.btn-default.btn-busca {
	background: none;
    color: #ff0000;
}

button.btn.btn-default.btn-busca:hover {
	color: #ff0000;
	margin: 0px;
	border: none;
}

i button.btn.btn-default.btn-busca:hover {
	color: #ff0000;
	margin: 0px;
	border: none;
}

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

#bt_cadastrar_news.btn.btn-default-theme-light {
	background: #FFFFFF !important;
	margin: 0px !important;
	color: #231f20 !important;
	border-radius: 0px;
}

.box:hover {
	transform: scale(1) !important;
}

.navbar-form {
	padding: 10px 0px;
	margin-top: 26px;
}

.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle;
	background-color: #FFFC;
	border-radius: 20px;
}

.social i {
	color: #ff0000 !important;
    font-size: 20px;
    padding: 6px;
    border: 1px solid #ff0000;
    float: right;
	border-radius: 6px;
    margin-top: -6px;
}

.social i:hover {
	color: #ff0000 !important;
}

h3.eve_titulo {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	margin: 12px;
	height: 19px;
	letter-spacing: -0.02em;
	transition: all 0.5s ease;
	text-align: center;
}

div.hover-layer {
	position: absolute;
	top: 0%;
	overflow: hidden;
	width: 100%;
	height: 0%;
	opacity: 1;
	transition: 0.5s ease;
	background: rgba(35, 31, 32, .6);
}

.box:hover div.hover-layer {
	height: 100%;
}

.horizontal-hover-layer {
	position: absolute;
	left: 0%;
	right: 100%;
	overflow: hidden;
	width: 0%;
	height: 100%;
	opacity: 1;
	transition: 0.5s ease;
	background: rgba(35, 31, 32, .6);
}

.horizontal-texto-layer>span {
	font-size: 1em;
	transition: 0.4s ease;
}

.fa-ticket {
	padding: 7px;
	border-radius: 50px;
	border: 5px solid #FFFFFF;
	font-size: 2em !important;
}

div.texto-layer {
	border: 2px solid #ff0000;
	padding: 5px 10px;
	border-radius: 5px;
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	opacity: 1;
	background: rgb(35, 31, 32);
}

.horizontal-texto-layer {
	border: 2px solid #2ec1e4;
	padding: 5px 10px;
	border-radius: 5px;
	color: #2ec1e4;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	opacity: 1;
	background: rgb(35, 31, 32);
}

div.font-date {
	font-size: 16px;
	color: #000;
	line-height: 20px;
	padding: 0px;
	text-align: center;
	margin: 12px;
}

a.btn.btn-red-theme-dark.col-xs-12.comprar.hvr-grow {
	color: #FFF;
}

a.btn.btn-red-theme-dark:hover {
	color: #FFF;
}

.panel-default {
	border-color: #000;
	margin-bottom: 5px;
}

.panel-default>.panel-heading {
	border-color: #000;
}

.panel-heading {
	background: #591886 !important;

}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	background: #000;
	color: #FFF;
	border: 1px solid #000;
}

a {
	text-decoration: none !important;
}

h4.panel-title {
	color: #FFFFFF !important;
}

/*PÁGINA DE CONTATO*/

div#navigation {
	background: #FFF;
	box-shadow: 0px 0px 5px #CDCDCD;
}

.box {
	perspective: 1000;
}

.box-rotate {
	transform-style: preserve-3d;
	transition: all 0.4s linear;
}

.box:hover .box-rotate {
	transform: rotateY(180deg);
}

.face {
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

.back {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.face.back {
	display: block;
	transform: rotateY(180deg);
	box-sizing: border-box;
	text-align: center;
}

div.text-rotate {
	position: relative;

}

.font-day {
	color: #666;
}


.newslatter-box {
	background: #313131;
	padding: 10px 15px;
	min-height: 150px;
	color: #FFF;
}

.newslatter-box h2 {
	color: #e6140d;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comprar-area {
	padding: 0px;
	margin-top: 10px;
}

.informacoes-text {
	font-size: 18px;
}

.modal-title {
	color: #FFF;
}
.modal-header {
	min-height: 16.42857143px;
	padding: 15px;
	background-color: #353948;
}

.modal-dialog.modal-lg {
	width: 90%;
	margin: 10px auto;
}

.cabecalho {
	padding-bottom: 15px;
}

h3.eve_nome {
	margin-top: 10px;
	font-size: 20px;
}

.data-horizontal {
	font-size: 15px;
}

.box-horizontal {
	margin: 10px 0;
	text-align: center;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	overflow: hidden;
	box-shadow: 0px 0px 5px #CDCDCD;
	background: #FFFFFF;
	position: relative;
	z-index: 10;
	border-radius: 5px;
	min-height: 140px;
}

.box-horizontal:hover .horizontal-hover-layer {
	width: 100%;
}

@media(min-width:850px) {
	form.navbar-form.form.navbar-right.form-busca {
		width: 21%;
		margin: 0px auto;
		margin-top: 12px;
		float: none !important;

	}

	.input-group.form-group.txt-busca {
		width: 100%;
	}
}

@media (min-width:1024px) {
	form.navbar-form.form.navbar-right.form-busca {
		width: 40%;
	}

	.navbar-form .input-group {
		border: solid 1px #707070;
		width: 50%;
	}

	.input-group.form-group.txt-busca {
		width: 100%;
	}
}

#module div.collapse[aria-expanded="false"] {
	display: block;
	height: 110px !important;
	overflow: hidden;
}

#module div.collapsing[aria-expanded="false"] {
	height: 40px !important;
}

#module a.collapsed:after {
	font-family: "IcoFont";
	font-size: 25px;
	content: "\ea67";
}

#module a:not(.collapsed):after {
	font-family: "IcoFont";
	font-size: 25px;
	content: "\ea6a";
}

.box-shadow {
	box-shadow: 0px -25px 15px rgba(255, 255, 255, .7);
}

button.fc-button-primary {
	background: #e6140d;
	border-color: #e6140d;
}

.fc-toolbar h2 {
	text-transform: uppercase;
}

button.navbar-toggle.collapsed.collapse.in {
	visibility: hidden;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #FFF;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #fffffffa;
	background-image: none;
	border: 1px solid #FF0000;
	border-radius: 4px;
	margin: 34px 31px;
	color: #FFF !important;
}

.btn-success {
	color: #000 !important;
	background-color: #fff !important;
	border-color: #fff !important;
}