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

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}


.linkativo a{
	background-color: #1DA3F8;
}


/* FORMATO */

h1 {
	font-size: 40px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #1DA3F8;
	text-align: center;
}

p {
	margin: 15px;
	text-align: justify;
	padding-left: 10px;
	font-size: 16px;
	padding-right: 10px;
}


h3 {
	text-align: justify;
	font-size: 16px;
	padding-right: 10px;
	font-weight: normal;
}

h4 {
	margin: 15px;
	text-align: justify;
	padding-left: 10px;
	font-size: 20px;
	padding-right: 10px;
	color:#1DA3F8;
}

h6 {
	color: #FFF;
	font-size:10px;
	text-align: center;
}

/* FIM FORMATO */

/* FORMULÁRIO */

form {
  margin: 0 auto;
  max-width: 850px;
  padding: 20px 10px;
}

.input {
  float: left;
  width: 48%;
  padding: 0 1% 15px;
  position: relative;
}

.input.txt { width: 98%; }
.input label {
  display: block;
  padding-bottom: 5px;
  color: #666;
}

.input label.error {
  position: absolute;
  right: 18px;
  top: 35px;
  color: #f00;
}

.input input,
.input textarea {
  padding-top: 10px;
  padding-bottom: 9px;
  border: none;
  font-size: 16px;
  font-weight: 100;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 
.input input {
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
}
 
.input textarea {
  width: 97%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.buttons input[type="submit"] {
	float: right;
	border: none;
	height: 37px;
	line-height: 1;
	font-size: 18px;
	padding: 0 15px;
	cursor: pointer;
	color: #fff;
	background-color: #1DA3F8;
	transition: all 300ms ease-in-out;
}

.buttons input[type="submit"]:hover{
	background-color:#84D2EC;
}

/*ul#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul#menu li {
    float: left;
}

ul#menu li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul#menu li a:hover {
	background-color: #84D2EC;
}

input[type=text], textarea{
	border: 1px double #CCC;
	border-radius: 1px;
}*/




/* FIM FORMULÁRIO */

