html,
body {
	padding: 0;
	margin: 0;
	max-width: 500px;
}

body {
	background: url(../img/fundo-natal-1.png?v1) 0 0 no-repeat;
	background-size: cover;
	background-color: #c91a3b;
}

* {
	box-sizing: border-box;
}

h1 {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 16px;
}

button,
html,
input,
select,
textarea {
	font-family: Roboto, Helvetica Neue, sans-serif;
}

.container {
	max-width: 400px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	width: 100%;
	min-height: 450px;
	overflow: hidden;
}

.infos {
	color: #fff;
	max-width: 70%;
	margin-left: 8%;
	margin-top: 17%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.infos img {
	max-width: 90%;
}

.infos p {
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 14%;
	text-align: left;
}

.title {
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 0 16px;
}

.sub-title {
	font-size: 16px;
	color: white;
	text-align: center;
	padding: 0 16px;
	font-weight: 300;
}

.player {
	width: 100%;
	max-width: 800px;
	margin-top: 16px;
}

.player iframe {
	width: 100%;
}
