﻿/*
by Hugo Choy
*/
h2{
 font-size: 80px;
 color: #545111;
 text-shadow: 2px 2px #222;
 font-family: "Open Sans";
 border-bottom: 2px solid #FFF;
 text-align: center;
 margin: 0 0 5px 0;
}

* {
	margin:0;
	padding:0;
}
 
body {
	background:#D9D9D9;
	padding:20px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	list-style:none;
	color: #545111; /*VERDE*/	
	text-align:justify;
}
 
header {
	width:100%;
	height: auto;
}
 
header nav {
	width:100%;
	max-width:1366px;
	margin:20px auto;
	background:#495902;
}
 
.menu_bar {
	display:none;
	list-style:none;
}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	/*float:left;*/
	display:inline-block;
	position: relative;
	list-style:none;
}
 
header nav ul li a {
	color:#fff;
	padding:10px;
	display:block;
	list-style:none;
	text-decoration:none;
	
}
 
header nav ul li span {
	margin-right:20px;
}
 
header nav ul li a:hover {
	background:#5e7202;
	color:#fff;
	text-decoration:none;
}

header nav ul li:hover .children {
	display:block;
}
 
header nav ul li .children {
	display: none;
	background:#495902;
	position: absolute;
	width: 150%;
	z-index:1000;
}
 
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
 
header nav ul li .children li a {
	display: block;
}
 
header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}
 
header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
 
section {
	padding:20px;
}
 
@media all and (max-width:1366px ) {
/*@media all and (max-width: 100%){*/
/*@media only screen and (max-width: 500px)	{*/
    div{
        width:95%;
        height:auto;
        margin-left:0;
    }


	header nav {
		width:80%;
		height:100%;
		left:-100%;
		margin:0;
		position: fixed;
	}
 
	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}

 
	.menu_bar {
		display:block;
		width:95%;
		background:#ccc;
	}
 
	.menu_bar .bt-menu {
		display:block;
		list-style:none;
		padding:20px;
		background:#495902;
		height: 40px;
		color:#fff;
		text-decoration:none;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-weight: bold;
		font-size:16px;
		float:none;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.menu_bar span {
		float:right;
		font-size: 20px;
	}

		header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 
	header nav ul li {
		display: block;
		list-style:none;
		border-bottom:1px solid rgba(255,255,255,.3);
	}
 
	header nav ul li a {
		display: block;
	}
 
	header nav ul li:hover .children {
		display: none;
	}
 
	header nav ul li .children {
		width: 100%;
		position: relative;
	}
 
	header nav ul li .children li a {
		margin-left:20px;
	}
 
	header nav ul li .caret {
		float: right;
	}

	.btn-index {
  		width: 300px;
  		height: 30px;
  		line-height: 30px;
  		max-width:800px;
  		font-family: Arial, Verdana, Tahoma, sans-serif;
  		font-size: 14px;
  		font-weight: bold;
  		color: #fff;
  		display: block;
  		background: #495902;
  		text-align: center;
  		text-decoration: none; 
  		border-bottom:1px solid rgba(255,255,255, .3);
  		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

  	.btn-index:hover {
  		background:#5e7202;
    	text-decoration: none; }
 
	
	}

	
.container {
  padding: 0px;
  background: #ddd;
  font-family:sans-serif;
 /*color:#666;*/
}

.img {
	width:100%;
    max-width:200%;
}
.img2 {
  width: 100%;
}
.img3 {
  max-width: 100%;
  height: auto;
}


/* Footer */

#footer {
	background: url(../img/footdegradema.png);
	clear: both;
	height: 5px;
	padding-top: 10px;
	text-align: center;
	
}

#map-canvas{
width: 100%;
height: 500px;
}

.Estilo1 {color: #495902;} /*verde*/
.Estilo2 {color: #053f63;} /*azul*/
.Estilo3 {text-align:center;}
.Estilo5 {text-align:justify;}
.Estilo4 {font-family:Arial, Verdana, sans-serif; font-size:14px; font-weight: bold; text-indent:10px; text-decoration:none;}
}

.wrapper {
	max-width:480px;
	width:95%;
	margin:0 auto;
	position:relative;
	background:#bddf8d;
}

#submit {
    cursor:pointer;
    width:300px;
    height:38px;
    background:#bddf8d;
    text-indent:-9999px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

	#submit:hover {
	    opacity:.9;
	}

/*#submit {
	cursor:pointer;
	width:100%;
	border:none;
	background:#991D57;
	background-image:linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	background-image:-moz-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	background-image:-webkit-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#submit:hover {
	background-image:linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}*/

}


