﻿body,html{
	margin:0px;
	padding:0px;
	font-family: Calibri, Arial, Tahoma ;
	color: #FFF;
}
.texto1 {
	color: #FFF;
	font-size: 1em;
}
.texto5 {
	color: #FFF;
	font-size: 2em;
	text-align:center;
}
.texto8 {
	color: #FFF;
	font-size: 1em;
	text-align: left;
}
.texto3 {
	color: #CCC;
	font-size: 1.2em;
}


body{
	background-color:#000;
}
.wrapper{
	max-width:1200;
	width:100%;
	background-color:#FFF;
	margin:20px auto;
	text-align:center;
	color: #FFF;
}
h1{
	text-align:center;
	margin:0px;
	padding:10px 0px;
	font-size:200%;
	color:#EEE;
}
h2 {
	text-align:center;
	margin:0px;
	padding:10px 0px;
	font-size:200%;
	color: #000;
}
h3 {
	text-align:center;
	margin:0px;
	padding:10px 0px;
	font-size:125%;
	color:#000;
}


a{
	color:#000;
	text-decoration:none;
}
#content{
	font-size:0px; /* Para fazer com que as imagens não tenham espaços no meio (?) */
	text-align:center; /*Para centrar as imagens (quando ficar menor). */
}
.home_box{
	font-size:18px;
	display:inline-block;
	width:400px;
	vertical-align:center;
	background-color: #FFF;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #000;
}
.home_box2{
	font-size:16px;
	display:inline-block;
	width:300px;
	vertical-align:center;
	background-color: #FFF;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.home_box3{
	font-size:16px;
	display:inline-block;
	width:400px;
	vertical-align:center;
	background-color: #1F1E1E;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.home_box img{
	width:250px;
	transition:all 0.5s ease-in-out;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.home_box h3{
	margin:3px 0px;
	text-align:center;
}
.home_box p{
	padding: 0px 6px;
	margin: 3px 0px;
}
footer {
	background-color: #999;
	width: 100%;
	text-align: center;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;
}
footer table{
	margin:auto;
	width:100%;
}
footer table td{
	padding-bottom:10px;
	width:32%;
	vertical-align:top;
	border-right:solid 1px #000;
	background-color: #FFF;
}
footer table td:last-child{
	border:0px;
}
footer span, footer a{
	letter-spacing:2px;
}

footer .wrapper{
	margin-bottom:0px;
}

nav {
	height: 50px;
	width: 100%;
	background-color: #000;
	font-weight: bold;
	position: relative;
	font-size: 16px;
}

nav .wrapper{
	background-color: inherit;
	margin:0px auto;
	padding:0px;
}
nav ul {
    padding: 0;
    margin: 0 auto;
    width: auto;
    height: 50px;
}

nav li {
    display: inline-block;
}
nav a {
	color: #FFF;
	display: inline-block;
	padding:0px 20px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
}
nav li a {
    border-right: 1px solid #BBB;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
nav li:last-child a {
    border-right: 0;
}
nav a#pull {
    display: none;
}

@media only screen and (max-width: 1200px) {
	.wrapper{
		margin:0px auto;
		padding:0px 7px;
		box-sizing:border-box;
	}
	.home_box{
		width:290px;
	}
	.home_box img{
		width:290px;
	}
	footer table{
		width:870px;
	}
}

@media only screen and (max-width: 900px) {
	h1{
		font-size:200%;
	}
	#content{
		padding-top:20px;
	}
	.home_box{
		width:100%;
		display:block;
	}
	.home_box img{
		width:100%;
		max-width:300px;
	}
	footer table td{
		display:block;
		width:100%;
		border-right:0px;
		border-bottom:solid 1px #CCC;
	}
	footer table td:last-child{
		border:0px;
	}
	footer table{
		width:100%;
	}
}

@media only screen and (max-width: 600px) {
    nav { 
        height: auto;
    }
    nav ul {
        width: 100%;
        height: auto;
		display:none;
    }
    nav li {
        width: 100%;
        float: none;
        position: relative;
		border-bottom:1px solid #DDD;
    }
    nav li a, nav a {
        text-align: center;
        width: 100%;
		padding:0px;
		border:0px;
    }
	nav a#pull{
	    display: block;
		width: 100%;
		text-indent: 0px;
		position: relative;
		background-color:#000;
		text-align:center;
	}
	nav a#pull:after{
		content: "";
		background: url('../_icons/ic_menu_black_36dp_1x.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 7px;
	}
}

@media only screen and (max-width: 400px) {
	h1{
		font-size:120%;
	}
	h2{
		font-size:120%;
	}
}

/* O código abaixo serve exclusivamente para o slider */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.texto2 {
	color: #000;
	background-color: #FFF;
}
.campos_form {
	width: 95%;
	background-color: #666;
	height: 30px;
	font-family: Calibri, Arial, Tahoma;
	font-size: 1em;
	color: #FFF;
}
.campomsg_form {
	width: 95%;
	background-color: #666;
	height: 85px;
	font-family: Calibri, Arial, Tahoma;
	font-size: 1em;
	color: #FFF;
}
