/* bandeiras */


@media (max-width: 991px) {
    /* #header .header-container {
        padding-right: 60px;
    }
    .change-language {
        right: 15px;
    } */
}

#header.header-transparent #mainNav li {
	text-shadow: 0px 0px 5px rgba(0,113,188,0.75);
}
#header.header-transparent #mainNav li:hover {
	text-shadow: 0px 0px 5px rgba(99,175,94,0.75);
}

#home > .container > .row > .col-9 {
	display: inline-block;
	margin: auto;
	width: 500px;
}
.custom-hero-heading {
    margin: auto;
    display: flex;
    max-width: 100%;
}

#home > .container > .row > .col-9 > .text-color-light  {
	color: #fff;
	background: #0071bc;
	text-align: center;
    padding: 4px;
}
#home > .container > .row > .col-9 > .text-color-primary  {
	color: #fff !important;
	background: #63af5e;
	text-align: center;
    padding: 4px;
}
#mainNav {
    flex-wrap: inherit;
}
#home > .container > .row > .col-9 > .home-event-date {
	color: #0071bc !important;
	background-color: rgba(99,175,94,0.25);
	border-radius: 4px;
	font-size: 18px !important;
}
#home > .container > .row > .col-9 > .home-event-location {
	color: #63af5e !important;
	background-color: rgba(255,255,255,0.75);
	border-radius: 4px;	
}

#btn-register-link-login {
    background-color: rgba(255,255,255,0.75);
    padding: 2px 4px;
    border-radius: 4px;
}
.header-nav-features {
	text-align: center;
}
.img-venue {
	background-position: right !important;
}

.table-prices .current-price {
	font-weight: bold;
  	font-size: 110%;
}
.table-prices .future-price {
  	font-size: 90%;
}
.table-prices .past-price {
  	font-size: 80%;
  	color: #999;
	text-decoration: line-through;
  	font-style: italic;
}
.table-prices .each-price {
	text-align: center;
}
.table-prices td.current-price {
	border-left: 1px solid #047bc1;
	border-right: 1px solid #047bc1;
}
.table-prices .price-category-group, 
.table-prices .price-option-group {
	text-align: center;
}
.table-prices .price-option-group {
	background-color: #047bc1;
    color: #fff !important;  
}
