@import url("https://fonts.googleapis.com/css?family=Montserrat");

@font-face {
    font-family: 'mathletebulky';
    src: url('../fonts/Mathlete-Bulky-webfont.eot');
    src: url('../fonts/Mathlete-Bulky-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Mathlete-Bulky-webfont.woff') format('woff'),
         url('../fonts/Mathlete-Bulky-webfont.ttf') format('truetype'),
         url('../fonts/Mathlete-Bulky-webfont.svg#mathletebulky') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body{
	height: 90%;
	font-family: 'Montserrat', sans-serif;
	color: #fff8d9;
	text-align: center;
}
a{
	color: #FFF;
}
/* Box Model */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* PARALAX */
#parallax {
	background-color: #505577;
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;	
}

#parallax img {
	position: absolute;
	top: 0;
	left: 0;
}

/* CONTENT */
#content{
	position: relative;
	z-index: 2;
}
.paddingHeader{
	height: 40px;
}
#header{
	background: #fff8d9;
	padding: 40px 0;
	color:#505577;
	position: relative;
}
#logo a{
	text-decoration: none;
}
#logo img{
	height: 400px;
}
#header h2{
	font-size: 24px;
	padding-top: 30px;
}
.largura{
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}
p{
	font-size: 23px;
	line-height: 40px;
	margin-bottom: 26px;
}
.hello{
	padding-top: 35px;
	position: relative;
	padding-bottom: 60px;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.seta {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -36px;
	width: 74px;
	height: 45px;
	background: url("../images/seta.png") no-repeat center center;
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
#video{
	padding: 5px;
	max-width: 1190px;
	border-radius: 10px;
	background: #fff8d9;
	margin: 40px auto;
}
#video iframe{
	width: 100%;
	height: 670px;
	display: block;
}
.botoesSociais{
	display: inline-block;
	padding: 20px 48px;
	border-radius: 25px;
	background: #3c4059;
	background: rgba(0, 0, 0, .25);
	margin-bottom: 26px;
}
.botoesSociais img{
	height: 50px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.botoesSociais a{
	display: inline-block;

}
.botoesSociais a:hover img{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
#formContato{
	padding: 40px 0;
}
/* estrutura */
.row{
	padding-bottom: 20px;
	clear: both;
	display: block;
}
.um{
	width: 100%;
}
.umTerco{
	width: 32%;
	margin-left: 2%;
	float: left;
}
.umMeio{
	width: 49%;
	margin-left: 2%;
	float: left;
}
.doisTercos{
	width:66%;
	margin-left: 2%;
	float: left;
}

.umMeio:first-child, .doisTercos:first-child, .umTerco:first-child{
	margin-left: 0;
}

/* Button */

	.button {
		position: relative;
		display: inline-block;
		background: #fff8d9;
		color: #505577;
		text-align: center;
		border-radius: 10px;
		text-decoration: none;
		padding: 15px 40px;
		border: 0;
		cursor: pointer;
		outline: 0;
		font-size: 22px;
		-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	}

		.button:hover {
			color: #505577;
			background: #fdc798;
		}


/* Form */
	#formContato{
		margin: 0 auto;
	}
	#formContato label.error{
		display: none!important;
	}
	form label {
		display: block;
		font-weight: 400;
		color: #483949;
		margin: 0 0 1em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-webkit-appearance: none;
		outline:none;
		display: block;
		border: 0;
		background: #ffffff;
		width: 100%;
		border-radius: 10px;
		border: solid 3px #fff8d9;
		padding: 15px;
		font-size: 22px;
		color: #61477e;
		-moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #fff;
			border-color: #ffbb80;
		}

		form input[type="text"].error,
		form input[type="email"].error,
		form input[type="password"].error,
		form select.error,
		form textarea.error {
			background: #ffe9e9;
			border-color: #d44444;
		}
	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select {
		line-height: 1em;
	}

	form textarea {
		min-height: 9em;
	}

	form .formerize-placeholder {
		color: #555 !important;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

#footer{
	background: #fff8d9;
	padding: 40px 0;
	color:#505577;
	position: relative;
}
/** MEDIA QUERIES **/			
@media only screen and (max-width: 979px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 640px) {
	#header{
		margin-top: 0;
	}
	.paddingHeader{
		display: none;
	}
	#logo img {
	    height: 200px;
	}
	#header h2{
		font-size: 20px;
	}
	.hello{
		padding-bottom: 0;
	}
	.seta{
		display: none;
	}	
	.botoesSociais {
		padding: 20px 30px
	}
	.botoesSociais img{
		height: 42px;
	}	
	p{
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 18px;
	}
	#video iframe{
		height: 300px;
	}
	.um, .umTerco, .umMeio, .doisTercos{
		width: 100%;
		margin-left: 0;
		float: none;
		padding-bottom: 20px;
	}
	.row{
		padding-bottom: 0;
	}
	.button {
		padding: 10px 40px;
		font-size: 16px;
	}
	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		padding: 10px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 480px) {
	#video{
		padding: 0;
		background: #000;
		margin-left: -40px;
		margin-right: -40px;
		position: relative;
		border-radius: 0;
	}
}
