body {
	margin: 0;
	padding: 0;
}

.header-uforia, .artistas-uforia {
	margin: 0 auto;
	padding: 0;
	max-width: 1440px;
	position: relative;
}


.opening-desktop {
	display: none;
}

img.opening-desktop {
	width: 100%;
}

img.opening-mobile  {
	display: block;
	width: 100%;
}


.lead {
	background: #0B0603;
	background-size: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1440px;
	position: relative;
}

.lead img {
	margin: 0 auto;
	width: calc(100% - 30px);
}

.lead-cta {
	position: relative;
	max-width: 366px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.lead img {
		padding-top: 20px;
	}
}

.text-container {
	font-family: 'Roboto Slab', serif;
	padding: 20px 15px 20px;
	max-width: 850px;
	margin: 0 auto;
	position: relative;
	top: -20px;
}

.text-container p {
	font-size: 18px;
	color: #fff;
}

.text-container p span {
	color: #DEB468;
}

.hashtag h2 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;if;
	font-size: 24px;
	margin: 25px 0;

}

.artistas-uforia {
	background: #000;
	position: relative;

}

.artistas-uforia h2 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 20px 0;
	font-size: 28px;
}

.artistas-uforia h2:before {
	content: "";
	height: 3px;
	width: 25%;
	background: url(../images/dash.png) right;
	background-size: 200%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;

}

.artistas-uforia h2:after {
	content: "";
	height: 3px;
	width: 25%;
	background: url(../images/dash.png) left;
	background-size: 200%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;

}

.artistas-uforia ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 20px 0;
}
.artistas-uforia ul li {
	margin-bottom: 10px;
	text-align: center;
}

.artistas-uforia ul li:last-of-type {
	margin-bottom: 0;
}

.artistas-uforia ul li img{
	max-width: 407px;
	margin: 0 auto;
	width: 90%;
}

@media (min-width: 768px) {
	.opening-mobile {
		display: none;
	}

	img.opening-mobile  {
		display: none;
	}

	.opening-desktop {
		display: block;
	}

	.hashtag h2 {
		font-size: 38px;

	}

	.artistas-uforia h2:before {
		background-size: 100%;
		width: 36%;
		margin-right: 20px;
	}

	.artistas-uforia h2:after {
		background-size: 100%;
		width: 36%;
		margin-left: 20px;
	}

	.artistas-uforia ul {
		display: flex;
		flex-wrap: wrap;
		max-width: 1265px;
		margin: 30px auto 0;
		align-items: flex-end;

	}

	.artistas-uforia ul li{
		flex:  50%;
		margin-bottom: 30px;
	}

	.artistas-uforia ul li img{
		max-width: 408px;
		width: 100%;
	}

}

@media (min-width: 1280px) {
	.artistas-uforia ul li{
		flex:  33%;
	}

		.artistas-uforia ul li:nth-child(16){
			flex: 50%;
			text-align: right;
	
		}
		.artistas-uforia ul li:nth-child(16) img {
			margin-right: 8px;
		}
		.artistas-uforia ul li:nth-child(17){
			flex: 50%;
			text-align: left;

		}
		.artistas-uforia ul li:nth-child(17) img{
			margin-left: 8px;

		}


}





