body{
	margin:0;
	padding: 0;
	font-weight: 400;
	font-size: 1.0em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1{
	color: #8c3f6d;
	font-size: 4.2em;
	font-weight: 700;
}

h2{
	color: #6f6f6f;
	font-size: 2.0em;
}

.bg1{
	background: url(../images/bg.jpg);
}

.bg2{
	background: url(../images/bg-video.jpg);
}

.img-center{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.topo{
	background: #8c3f6d;
	height: 102px;
	padding: 20px;
	color:#FFF;
}
.box{
	margin-top: 100px;
}

.telefone{
	font-size: 2.2em;
	padding-top: 0px;
    display: inline-block;
}

.texto-form{
	background:#52223f;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 35px;
	color: #fff;
	font-size: 2.4em;
	line-height: 1.0em;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: -72px;
}

.box-video{
	background: #52223f;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 35px 35px 260px 35px;
    color: #fff;
    font-size: 2.5em;
    line-height: 1.0em;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: -112px;
    position: absolute;
    width: 700px;
    margin-left: -100px;
    z-index: -1;
}

form{
	background: #8c3f6d;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	padding: 120px 0 250px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: block;
}

input{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #681346;
	width: 100%;
	background: #FFF;
	-webkit-box-shadow: inset 18px 16px 32px -6px rgba(213,213,213,0.77);
	-moz-box-shadow: inset 18px 16px 32px -6px rgba(213,213,213,0.77);
	box-shadow: inset 18px 16px 32px -6px rgba(213,213,213,0.77);
	font-size: 1.5em;
	text-transform: uppercase;
}

.content{
	padding: 30px 0 30px 0;
}

.footer{
	background: #52223f;
	padding: 30px 0 120px 0;
	color: #FFF;
	border-bottom: 20px solid #8c3f6d;

}

.btn-default, .btn-voltar{
	background: #52223f;
	padding: 10px 30px;
	border:none;
	color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: 700;
	bottom: -125px;
    position: relative;
}


.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@media screen and (max-width: 414px) and (min-width: 376px){

	.topo{
		height: auto;
	}

	.topo img{
		margin-left: auto;
		margin-right: auto;
	}

	h1{
		font-size: 1.8em;
	}

	h2{
		font-size: 1.4em
	}

	.text-right{
		text-align: center !important;
	}

	.texto-form{
		font-size: 1.2em;
    	margin-top: -120px;
	}

	form{
		padding: 10px;
		margin-top: 25px;
		margin-bottom: 0;
	}

	.btn-default, .btn-voltar {
    	bottom: -0px;
	}

	.margetop{
		margin-top: 100px;
	}


}



@media screen and (max-width: 375px) and (min-width: 321px){

	.topo{
		height: auto;
	}

	.topo img{
		margin-left: auto;
		margin-right: auto;
	}

	.text-right{
		text-align: center !important;
	}

	h1{
		font-size: 1.8em;
	}

	h2{
		font-size: 1.4em
	}

	.texto-form{
		font-size: 1.2em;
    	margin-top: -120px;
	}

	form{
		padding: 10px;
		margin-top: 25px;
		margin-bottom: 0;
	}

	.btn-default, .btn-voltar {
    	bottom: -0px;
	}

	.margetop{
		margin-top: 100px;
	}


}


@media screen and (max-width: 320px){

	.topo{
		height: auto;
	}

	.text-right{
		text-align: center !important;
	}

	.box{
		margin-top: 0;
	}

	h1{
		font-size: 1.8em;
	}

	h2{
		font-size: 1.4em
	}
	.texto-form{
		font-size: 1.2em;
    	margin-top: -120px;
	}

	form{
		padding: 10px;
		margin-top: 25px;
		margin-bottom: 0;
	}

	.btn-default, .btn-voltar {
    	bottom: -0px;
	}

	.box-video{
		display: none;
	}

	.margetop{
		margin-top: 100px;
	}


}