body {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	background-color: #ccc;
}
h1 {
	margin-bottom: 30px;
	font-weight: 900;
}

/*
.container { 
	width: 100%;
	max-width: 414px;
}
*/

.navbar {
	border-radius: 0;
}

.navbar-brand {
	padding: 0;
	width: 180px;
	height: auto;
	margin: 0 auto !important;
	float: none;
	display: block;
}
	.navbar-brand img {
		width: 180px;
	}

.navbar-header {
	width: 100%;
	float: none;
}

.bg-cover {
	background: url(img/bg_bull.jpg) no-repeat;
	background-size: cover;
}

.top-block { color: #fff }

	.top-block .lead {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	}

iframe { 
	width: 100%;
	height: auto
}

.lead {
	font-size: 18px;
}

.title {
	font-size: 22px;
}

.palestrante {
	padding-bottom: 40px;
	padding-top: 20px;
	width: 100%;
	margin: auto;
	display: none;
}
.h1 {
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
}
.palestrante-nome {
	color: #666;
	font-size: 20px;
}
.palestrante-foto {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	margin-right: 20px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	z-index: 10;
	background: url('img/carol.jpg') no-repeat center;
	background-size: contain;
}
.supertitle {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	background-color: gold;
	padding: 0 4px;
	border-radius: 6px;
	margin-bottom: 5px;
	display: inline-block;
}

.form-top {
	position: relative;
	background-color: #1e2c4e;
	padding: 1px 15px;
	color: #fff;
	text-align: center;
}
	
.form-top:before {
	content: "";
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 20px;
	border-right-width: 20px;
	border-top: 20px solid #1e2c4e;
	position: absolute;
	bottom: -19px;
	left: 45%;
}

.form {
	padding: 40px 20px 20px;
	background-color: #f9f9f9;
}

	.form label,
	.form input {
		width: 100%;
	}

	.form input {
		margin-bottom: 10px;
		padding: 8px;
		border: solid 1px #ccc;
		font-weight: 300;
	}

input[type="checkbox"] {
	width: auto;
	vertical-align: top;
}

.btn-primary {
	width: 50%;
	margin: 20px auto 0;
	display: block;
	text-transform: uppercase;
	background-color: orange;
	border: none;
	font-size: 18px;
}

.form-bottom {
	padding: 10px;
	color: #fff;
	line-height: 1.5;
}

.explain {
	background-color: #fff;
	padding: 40px 20px 10px;
	clear: both;
}
.steps {
	width: 100%;
	margin: 40px auto;
}
.step {
	position: relative;
	width: 220px;
	margin: auto;
	padding: 10px 20px 15px 35px;
	height: 200px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.step h4 {
	margin-top: 0;
	font-size: 50px;
	line-height: 1;
}
.step h5 {
	font-size: 18px;
	text-transform: uppercase;
}
#step1 p,
#step2 p,
#step3 p {
	margin-top: 20px;
}
.step:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 30px;
	border-right-width: 30px;
	position: absolute;
	left: 36%;
	bottom: -20px;
	z-index: 10;
}

#step1 {
	background-color: #bf9123;
	padding-left: 20px;
}
#step2 {
	background-color: #cca42f;
}
#step3 {
	background-color: #dbbf43;
}
#step4 {
	background-color: #d7cc62;
}

#step1:before {
	border-top: 30px solid #bf9123;
}
#step2:before {
	border-top: 30px solid #cca42f;
}
#step3:before {
	border-top: 30px solid #dbbf43;
}

.copy {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
}

footer .navbar {
	height: auto;
	margin: 0;
	padding: 10px;
}

footer .navbar-inverse {
	background-color: #6d6d6d;
	border: 0;
}

@media screen and (min-width:600px) {
	
	iframe { 
		display: block;
		width: 100%;
		height: 415px;
		margin: auto;    
	}

}

@media screen and (min-width:800px) {

	.explain {
		padding: 40px;
	}
	.palestrante {
		width: 450px;
	}
	.palestrante-foto {
		width: 120px;
		height: 120px;
	}
	.form-top:before {
/*
		content: "";
		width: 0;
		height: 0;
		border: 0 solid transparent;
		border-left-width: 20px;
		border-right-width: 20px;
		border-top: 20px solid #3770FF;
		position: absolute;
*/
	}
	.form-top p {
		margin-bottom: 15px;
	}
	
	.steps { 
		display: flex;
		flex-wrap: wrap;
		width: 880px;
	}
	
	.step { margin: 0 }
	
	.step:before {
		border-top-width: 30px;
		border-bottom-width: 30px;
		right: -60px;
    left: initial;
		top: 75px;
		z-index: 10;
	}
	#step1:before {
		border-left: 30px solid #bf9123;
		border-top: 30px solid transparent;
	}
	#step2:before {
		border-left: 30px solid #cca42f;
		border-top: 30px solid transparent;
	}
	#step3:before {
		border-left: 30px solid #dbbf43;
		border-top: 30px solid transparent;
	}
	
	.copy {	
		width: 30%;
		float: left;
	}
	footer #navbar {
		width: 30%;
		float: right;
	}
}

@media screen and (max-width:992px) {
	.form-top {	margin-top: 30px; }
}