/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

	*,*:before,*:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}

	body
	{
		background: #D3D3D3;
		font-family: 'Lato', sans-serif;
		font-size: 12pt;
		line-height: 1.75em;
		color: #4c4c4c;
	}

	h1,h2,h3,h4
	{
		font-family: 'Lato', sans-serif;
		color: #1d1d1d;
	}
	h1{
		font-size: 1.5em;
		line-height: 1em;
	}
	.empresa h1,.servicos h1,.promocoes h1{
			padding-bottom:1em;
	}
	h2, h3
	{
		font-size: 1.3em;
		letter-spacing: -1px;
		margin: 0 0 0.75em 0;
	}

	strong
	{
		color: #1d1d1d;
		font-weight: bold;
	}

	a
	{
		color: black;
		text-decoration: none;
	}

	a:hover
	{
		//color:Black;
		text-decoration: none;
	}

/* Reusable */

	.button
	{
		display: inline-block;
		//background: #0893cf;
		background: gray;
		//box-shadow: inset 0px 0px 0px 1px #48d3FF, 0px 2px 3px 0px rgba(0,0,0,0.25);
		border: solid 1px #0893cf;
		border-radius: 6px;
		padding: 0.45em 1.1em 0.5em 1.1em;
		color: #fff;
		font-size: 0.8em;
		text-decoration: none;
		text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
		//background-image: -moz-linear-gradient(top, #38C3FF, #0893cf);
		//background-image: -webkit-linear-gradient(top, #38C3FF, #0893cf);
		//background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#38C3FF), to(#0893cf));
		//background-image: -ms-linear-gradient(top, #38C3FF, #0893cf);
		//background-image: -o-linear-gradient(top, #38C3FF, #0893cf);
		//background-image: linear-gradient(top, #38C3FF, #0893cf);
		outline: 0;
		white-space: nowrap;
	}

	.button:hover
	{
		//background: #28a3df;
		background: LightGray;
		//background-image: -moz-linear-gradient(top, #58d3FF, #28a3df);
		//background-image: -webkit-linear-gradient(top, #58d3FF, #28a3df);
		//background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#58d3FF), to(#28a3df));
		//background-image: -ms-linear-gradient(top, #58d3FF, #28a3df);
		//background-image: -o-linear-gradient(top, #58d3FF, #28a3df);
		//background-image: linear-gradient(top, #58d3FF, #28a3df);
	}

	.button:active
	{
		background: #38C3FF;
		background-image: -moz-linear-gradient(top, #0893cf, #38C3FF);
		background-image: -webkit-linear-gradient(top, #0893cf, #38C3FF);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0893cf), to(#38C3FF));
		background-image: -ms-linear-gradient(top, #0893cf, #38C3FF);
		background-image: -o-linear-gradient(top, #0893cf, #38C3FF);
		background-image: linear-gradient(top, #0893cf, #38C3FF);
	}

	.divider
	{
		border-top: solid 1px #e5e5e5;
		border-bottom: solid 1px #e5e5e5;
		height: 4px;
		margin: 2em 0 2em 0;
	}

	.divider-top
	{
		margin-bottom: 0;
	}

	.divider-bottom
	{
		margin-top: 0;
	}

	.cta-box
	{
		background: url('images/bg2.png');
		text-align: center;
		padding: 1.25em 0 1.25em 0;
		text-shadow: 1px 2px 0px #fff;
		font-size: 2em;
	}

		.cta-box .button
		{
			margin-left: 0.8em;
		}

	.highlight-box
	{
		background: url('images/bg2.png');
		text-align: center;
		padding: 3.5em 0 3.5em 0;
		text-shadow: 1px 2px 0px #fff;
	}

		.highlight-box h2
		{
			font-size: 3.2em;
			letter-spacing: -3px;
			margin: 0 0 0.6em 0;
		}
		
		.highlight-box span
		{
			font-size: 2em;
			color: #a1a1a1;
		}	

	.thumbnails
	{
	}

		.thumbnails .divider
		{
			border-bottom: 0;
			border-top: solid 1px #e5e5e5;
			margin: 1em 0 1em 0;
		}

		.thumbnails .thumbnail
		{
			overflow: hidden;
		}

			.thumbnails .thumbnail img
			{
				border: solid 5px #fff;
				box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
				float: left;
				margin-right: 25px;
			}
			
			.thumbnails .thumbnail blockquote
			{
				margin: 0 0 0.75em 0;
				margin-left: 130px;
			}

			.thumbnails .thumbnail cite
			{
				color: #888;
				margin-left: 130px;
				display: block;
			}

			.thumbnails .thumbnail cite strong
			{
				padding-right: 0.25em;
			}
			
	.link-list
	{
	}
	
		.link-list li
		{
			//border-top: solid 1px #d0d0d0;
			line-height: 2.5em;
			padding: 0em 0em;
			//color: black;
		}
		
		.link-list li:first-child
		{
			border-top: none;
		}
		#btn-msg{
			border: 1px solid rgb(153, 153, 153);
			padding: 10px 20px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;	
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
		}
		input[type="text"], input[type="email"], input[type="password"],textarea{
			width:70%;
			padding: 6px 12px 6px 20px;
			font-family: 'Lato', sans-serif;
			font-size:13px;	
			border:1px solid #999;
		}
		input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover,textarea:hover{
			
		}
		textarea {
			width:80%;
			padding: 6px 12px 6px 20px;
			font-family: 'Lato', sans-serif;
			font-size:13px;
		}
		#google-maps {
			position: relative;
			padding-bottom: 0%; // This is the aspect ratio
			//width:150px;
			height:460px;
			//height: 0;
			overflow: hidden;
		}
		#google-maps iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100% !important;
			height: 100% !important;
		}
		#success{
			width:100%;
			background: black url(images/icn_alert_info.png) no-repeat;
			background-position: 14px 14px;
		}
		#success h4{
			color: white;
			padding: 10px 0 10px 0px;
			text-indent: 40px;
			letter-spacing: normal;
		}
		.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;
		  }
		  .rslides li p{
			position: absolute;
			bottom: 50px;
			right: 0;
			padding: 5px 35px;
			background: #fb6400;
			opacity: 1;
			font-family: 'Lato', sans-serif;
			font-weight: normal;
			color: #ffffff;
			font-size: 20px;
		}
		.rslides li p a{
			color:white;
			text-decoration:none;
		}
		#fotos img
		{
			width:270px;
			height:232px;
		}
		.button-style3{
			display: inline-block;
			height: 3em;
			margin-top: 1.25em;
			padding: 0em 1.25em;
			background: black;
			border-radius: 5px;
			line-height: 3em;
			text-shadow: 1px 0px 0px #185E18;
			text-decoration: none;
			font-size: 1em;
			color: #FFFFFF;
		}
		.button-style3 a{
			color: #FFFFFF;
		}
		