/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/* Wrappers */

	#main-wrapper
	{
		background: #87cefa;
		padding: 2em 0 4em 0;
	}
	#main-wrapper #modulosindex img
	{
		width:100%;
	}
	#main-wrapper #modulosprojetos img
	{
		width: 270px;
		height: 212px;
	}
	#main-wrapper #modulosindex h2
	{
		background:black;
		color:white;
		padding-top:20px;
		padding-bottom:20px;
		//border-radius: 5px 5px 0px 0px;
		margin:0px;
		font-size: 1em;
		line-height:1em;
		text-align:center
	}
	#main-wrapper h1
	{
		padding-bottom:1em;
		color:orangered;
	}
	#main-wrapper p
	{
		padding-bottom:1em;
	}
	#main-wrapper #bottom_index h1
	{
		padding-bottom:1em;
	}
	#main-wrapper #bottom_index h2
	{
		padding-top:1em;
	}
	#desc_index h1
	{
		text-align:center;
		margin-bottom: 0em;
		line-height: 1.5em;
	}
	#desc_index h3
	{
		text-align:center;
	}
	#desc_index p
	{
		text-align:center;
	}
	#main-wrapper #modulosindex .saibamais
	{
		padding-top:20px;
		padding-bottom:20px;
		background:#F2F5A9;
		color:black;
		width:100%;
		//border-radius: 0px 0px 5px 5px;
	}
	#main-wrapper #modulosindex .saibamais a
	{
		color:black;
		
	}
	#main-wrapper #modulosindex p
	{
		font-size: 14px;
		color: Black;
		padding-right:20px;
		padding-left:20px;
		line-height: 210%;
		text-align: center;
	}
	#main-wrapper #modulosindex .strong
	{
		margin-top:15px;
		margin-bottom:15px;
		text-align:center;
		font-weight:bold;		
	}
	#main-wrapper #modulosindex section
	{
		background:white;
		color:black;
		//border-radius: 5px 5px 0px 0px;
		font-size: 1em;
		height:510px;
	}
/* Módulo Promoções */
	#main-wrapper #modulospromocoes img
	{
		width:100%;
		height:185px;
	}
	#main-wrapper #modulospromocoes h2
	{
		background:black;
		color:white;
		padding-top:20px;
		padding-bottom:20px;
		//border-radius: 5px 5px 0px 0px;
		margin:0px;
		font-size: 1em;
		text-align:center
	}
	#main-wrapper #modulospromocoes .saibamais
	{
		padding-top:20px;
		padding-bottom:20px;
		background:white;
		color:black;
		width:100%;
		//border-radius: 0px 0px 5px 5px;
	}
	#main-wrapper #modulospromocoes .saibamais a
	{
		color:black;
		
	}
	#main-wrapper #modulospromocoes p
	{
		font-size: 14px;
		color: Gray;
		padding-right:20px;
		padding-left:20px;
		line-height: 210%;
		text-align: center;
	}
	#main-wrapper #modulospromocoes .strong
	{
		margin-top:15px;
		margin-bottom:15px;
		text-align:center;
		font-weight:bold;		
	}
	#main-wrapper #modulospromocoes section
	{
		background:white;
		color:black;
		font-size: 1em;
		height:340px;
		//border-radius: 5px 5px 5px 5px;
		margin-bottom: 20px;
	}
/*Módulo Projetos */
	#main-wrapper #modulosprojetos{
		//margin-bottom: 5em;
	}	
	#main-wrapper #modulosprojetos section
	{
		background:white;
		color:black;
		//border-radius: 5px 5px 0px 0px;
		font-size: 1em;
		
	}	
	#main-wrapper #modulosprojetos p
	{
		color: black;
		text-align: center;
		font-size: 0.95em;
		padding-bottom:12px;
	}
	#main-wrapper article p,#main-wrapper #menu_lateral ul li
	{
		font-size: 0.9em;
	}
	#header-wrapper
	{
		box-shadow: inset 0px 10px 80px 0px rgba(0,0,0,0.2);
		height: 102px;
		position: relative;
		padding: 2.25em 0 2.25em 0;
		background: #F2F5A9;
	}

	#footer-wrapper
	{
		padding: 3.5em 0 5em 0;
		box-shadow: inset 0px 10px 60px 0px rgba(0,0,0,0.15);
		background: #F2F5A9;
		color: red;
		
	}
	#footer-wrapper h2
	{
		color:red;
		
	}

/* Site Header */

	#site-header
	{
		position: relative;
		background: url('images/header.png');
		background-size: 100% 190px;
		height: 190px;
		text-shadow: -1px -1px 1px rgba(0,0,0,1);
	}

/* Logo */

	#logo
	{
		position: absolute;
		left: 40px;
		top: 0;
		height: 85px;
		line-height: 85px;
	}

		#logo h1
		{
			font-size: 40px;
			letter-spacing: -1px;
			color: #87cefa;
			margin-top: 30px;
		}
		
		#logo1
		{
			width:280px;
		}
		#logo span
		{
			display: inline-block;
			border-left: solid 2px #d0d0d0;
			margin-left: 1em;
			padding-left: 1em;
		}

/* Site Nav */

	#nav
	{
		position: absolute;
		top: 6px;
		right: 50px;
		font-family: 'Lato', sans-serif;
		text-align: right;
	}

		#nav ul
		{
			list-style: none;
			overflow: hidden;
		}

			#nav ul li
			{
				display: block;
				float: left;
				text-decoration: none;
				font-size: 1.2em;
				height: 90px;
				line-height: 90px;
				margin: 0 0 0 1.75em;
			}

				#nav ul li a
				{
					color: #87cefa;
					text-decoration: none;
					outline: 0;
					font-size: 0.9em;
				}

				#nav ul li a:hover
				{
					color: #eee;
				}

			#nav ul li.current_page_item
			{
				//background: url('images/nav-arrow.png') center 77px no-repeat;
			}

				#nav ul li.current_page_item a
				{
					color: #87cefa;
				}

/* Banner */

	#banner
	{
		margin: 0 0 0em 0;
	}

		#banner a
		{
		}

			#banner a img
			{
				width: 100%;
				display: block;
			}

		#banner .caption
		{
			background: #1e1e1e url('images/bg3.png') top left repeat-x;
			font-size: 2em;
			color: #aaa;
			text-align: center;
			text-shadow: -1px -1px 1px rgba(0,0,0,1);
			padding: 0.6em 0 0.6em 0;
		}

			#banner .caption span
			{
			}
			
				#banner .caption span strong
				{
					color: #ffffff;
				}
		
			#banner .caption .button
			{
				border: solid 1px #001916;
				margin-left: 0.8em;
			}

/* Site Footer */
	
	#site-footer
	{
		//text-shadow: 1px 2px 0px #fff;
		font-size: 15px;
	}

		#site-footer a
		{
			text-decoration: none;
			color: red;
		}

		#site-footer a:hover
		{
			//text-decoration: underline;
		}


		#site-footer ul li
		{
			line-height: 2.5em;
		}

		#site-footer .divider
		{
			border-top: solid 1px #d0d0d0;
			border-bottom: solid 1px #d0d0d0;
			height: 4px;
			margin: 1em 0 1em 0;
		}
		
		#site-footer .last
		{
			text-align:right;
		}

/* Copyright */
	
	#copyright
	{
		text-align: center;
		color: #868686;
	}

		#copyright a
		{
			color: #868686;
		}
		
/* Subpage */

	.subpage
	{
		padding-top: 4em !important;
	}

		.subpage article
		{
			padding: 0 1em 0 1em;
		}

		.subpage article.first
		{
			padding: 0 1em 0 0;
		}

		.subpage article.last
		{
			padding: 0 0 0 1em;
		}

		.subpage h2
		{
			font-size: 2.2em;
		}

		.subpage p
		{
			margin: 0 0 1.5em 0;
		}

		.subpage section, .subpage article
		{
			margin: 0 0 2em 0;
		}
		#fotos img
		{
			width:270px;
			height:232px;
		}