﻿body,html{
	background-color: #A4F5D6;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Tahoma;
	color: #333;
}
.redim {
	height: 150px;
	width: 200px;
}
.texto1 {
	color: #EFEFEF;
	font-size: 1em;
}
.texto_celula1 {
	color: #CCC;
	font-size: large;
}
.texto2 {
	color: #FBF8D6;
	font-size: x-large;
}
.texto3 {
	color: #CCC;
	font-size: 1.2em;
}
.texto4 {
	color: #6F430C;
	font-size: 1em;
}
.wrapper{
	max-width: 1200;
	width: 100%;
	background-color: #F5EDA4;
	margin: 10px auto;
	text-align: center;
}
h1{
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
	font-size: 150%;
	color: #863C0A;
}
h2 {
	text-align:center;
	margin:0px;
	padding:10px 0px;
	font-size:180%;
	color:#FFF;
}
h3 {
	text-align:center;
	margin:0px;
	padding:10px 0px;
	font-size:125%;
	color:#333;
}


a{
	color:#FFF;
	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: 16px;
	display: inline-block;
	width: 400px;
	vertical-align: center;
	background-color: #f0f0f0;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.home_box2{
	font-size: 16px;
	display: inline-block;
	width: 220px;
	vertical-align: center;
	background-color: #f0f0f0;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.home_box img{
	width: 400px;
	transition: all 0.5s ease-in-out;
	height: auto;
	border: 2px solid #A3A2A1;
}
.home_box2 img{
	width: 200px;
	transition: all 0.5s ease-in-out;
	height: auto;
	border: 2px solid #A3A2A1;
}
.home_box h3{
	margin:3px 0px;
	text-align:center;
}
.home_box p{
	padding: 0px 6px;
	margin: 3px 0px;
}
footer {
	background-color: #C2FBDE;
	width: 100%;
	text-align: center;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #333333;
}
footer table{
	margin:auto;
	width:100%;
}
footer table td{
	padding-bottom: 10px;
	width: 32%;
	vertical-align: top;
	border-right: solid 1px #CCC;
	background-color: #88A3D5;
}
footer table td:last-child{
	border:0px;
}
footer span, footer a{
	letter-spacing:2px;
}

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

nav {
	height: 69px;
	width: 100%;
	background-color: #FBCBD5;
	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: 65px;
}

nav li {
    display: inline-block;
}
nav a {
	color: #4B4B4B;
	display: inline-block;
	padding: 0px 10px;
	text-align: center;
	text-decoration: none;
	line-height: 65px;
}
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;
	height: 70px;
}

@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:250%;
	}
	#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: 25px;
	position: relative;
	background-color: #DDD;
	text-align: left;
	}
	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:200%;
	}
}

/* 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;
}

.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;
}
