* {
    line-height: 1.4;
    font-family: "Poppins";
    font-weight: normal;
}

html,
body {
    height: 100%;
    margin: 0;
    color: #333;
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #333;
    text-decoration: none;
    font-style: "Poppins";
}

a:hover,
a:active,
a:visited {
	text-decoration: none;
    color: #333;
}

h1,
h2 {
	font-family: "Poppins";
}

.site-section {
	padding: 2em 0;
}

.spacer {
	display: block;
	margin-top: 10px;
}

@media (min-width: 576px) { 
	.site-blocks-cover .spacer {
		margin-top: 230px;
	}
}

@media (min-width: 768px) {
	.site-section {
		padding: 3em 0;
	}
	.site-footer {
		padding: 2em 0;
	}
}

@media (min-width: 992px) {

}


@media (min-width: 1200px) {

}


@media (min-width: 1400px) {

}

@media (max-width: 767.98px) {
	.site-blocks-cover .spacer {
		margin-top: 450px;
	}
}

.site-footer {
	padding: 15px 0;
	background: #333333;
    color: #fff;
}

.site-footer p {
    color: #fff;
}
.site-blocks-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-position: center center;
}

.site-blocks-cover.overlay {
	position: relative;
}

.site-blocks-cover.overlay:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
}

.site-blocks-cover,
.site-blocks-cover .row {
	min-height: 100%;
}

.site-blocks-cover h1 {
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
}

@media (max-width: 992px) {
	.site-blocks-cover h1 {
		font-size: 2rem;
	}
}

#section-descricao h2 {
	font-size: 16px;
}

.redes-sociais ul li img {
    width: 32px;
    height: auto;
}

/* Bandsintown */
.bit-rsvp-container,
.bit-widget .bit-play-my-city-button {
	display: none !important;
}

.bit-widget .bit-top-track-button,
.bit-widget .bit-event-list-title {
	font-weight: normal !important;
}

.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:visited {
	padding: 10px 30px;
    border-radius: 6px;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    letter-spacing: 1px;
}

.video-frame {
	margin: 0 auto;
	max-width: 600px;
	height: auto;
}

#bg-video {
	width: 100%;
	height: auto;
}