@charset "UTF-8";
/* CSS Document */

@import url("http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600,700|Lora:400,400i,700,700i|Lato:400,300,700|Raleway:300,400,500,700");

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Raleway, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
}

h1{
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 20px;
}

h2{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: -20px;
	text-transform: uppercase;
}

p{
	font-size: 16px;
}

#video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.logo {
  position: fixed;
  top: 0;
  padding: 20px;
}

.logo img {
	width: 240px;
}

.botao {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
}

.botao button {
  	background-color: #eb3c2d;
  	color: #ffffff;
	border: none;
	padding: 12px 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 4px;
	-webkit-box-shadow: 5px 5px 3px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    5px 5px 3px rgba(50, 50, 50, 0.6);
	box-shadow:         5px 5px 3px rgba(50, 50, 50, 0.6);
}

.botao button:hover {
  	background-color: #001880;
  	color: #ffffff;
	border: none;
	padding: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.4s;
}

.conteudo {
  position: fixed;
  bottom: 0;
  color: #ffffff;
  width: 100%;
  padding: 20px;
}
