/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 13px;
	line-height: 1.6;
}

body {
	background: #111;
	font-family: "Droid Sans", Arial, sans-serif;
}

::-moz-selection {
	background: #fcc66f;
	text-shadow: none;
}

::selection {
	background: #fcc66f;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.container {
	width: 80%;
	max-width: 960px;
	min-width: 580px;
	margin: 0px auto;
	position: relative;
	padding: 0 40px 0 40px;
}

#header {
	padding: 20px 0 20px 0;
	background: #191919 url("../img/headerBg.jpg") no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#logo {
	height: 120px;
}

	#logo a {
		text-decoration: none;
		border: none;
	}

nav.menu {
	background: #2d2d2d;
	padding: 12px 0 13px 0;
	height: 32px;
}

	nav.menu ul {
		display: table;
		width: 100%;
		border-collapse: collapse;
		margin: 0;
		padding: 0;
	}

	nav.menu li {
		display: table-cell;
		padding: 0 4px 0 5px;
		box-sizing: border-box;
	}

		nav.menu li span.sep {
			width: 1px;
			height: 10px;
			font-size: 0;
			background-color: #444;
			display: block;
			float: left;
			margin-left: -5px;
			margin-top: 11px;
		}

		nav.menu li a {
			width: 100%;
			display: block;
			text-align: center;
			text-decoration: none;
			color: #999;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: 700;
			line-height: 32px;
			-webkit-transition: all ease-in-out 0.15s;
			transition: all ease-in-out 0.15s;
			border: none;
			text-shadow: #000 0 1px 0;
		}

			nav.menu li:last-child {
				border: none;
			}

			nav.menu li.active a {
				text-shadow: rgba(0,0,0,0.4) 1px 1px 0px;
				background: #f58122;
				color: #FFF;
			}

				nav.menu li:hover a {
					color: #FFF;
					background-image: url("../img/hoverBg2.jpg");
					background-position: 0 0;
					-webkit-animation: animatedBackground 2s linear infinite;
					animation: animatedBackground 2s linear infinite;
				}

				nav.menu li.active:hover a {
					color: #FFF;
					background-image: url("../img/hoverBg.jpg");
					background-position: 0 0;
					-webkit-animation: animatedBackground 2s linear infinite;
					animation: animatedBackground 2s linear infinite;
				}


#main {
	background: #FFF;
	margin: 0;
	padding: 20px 0 20px 0;
	min-height: 200px;
}

#main.home {
	min-height: 0;
}

.bar {
	background-color: #e8e8e8;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 6px;
	display: block;
}

#slider {
	background-color: #e8e8e8;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 20px 0;
	overflow: hidden;
	box-shadow: inset rgba(0,0,0,0.4) 0 2px 4px;
}

	#slider img {
		width: 100%;
		height: auto;
	}

#footer {
	background: #222;
	width: 100%;
	min-height: 100px;
	margin: 0;
	font-size: 11px;
	text-shadow: rgba(0,0,0,0.3) 1px 1px 0;
}

	#footer h3 {
		color: #f58122;
		font-weight: bold;
		padding: 30px 0 4px 0;
		margin: 0;
		text-align: center;
		font-size: 14px;
		text-transform: uppercase;
	}

	#footer p {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	#footer a {
		color: #999;
		text-decoration: none;
		border: none;
	}

		#footer a:hover {
			color: #FFF;
		}

	section#siteby {
		background: #111;
		padding: 4px 6px;
		font-size: 10px;
		text-transform: uppercase;
		text-align: right;
		color: #777;
	}

		section#siteby p {
			margin: 0;
			padding: 0;
		}

		section#siteby a {
			color: #999;
			font-weight: bold;
			text-decoration: none;
			border: none;
		}

			section#siteby a:hover {
				color: #FFF;
			}

h3.pageTitle {
	background-color: #e8e8e8;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	color: #FFF;
	padding: 15px 10px;
	font-size: 24px;
	margin: 0;
	text-shadow: rgba(0,0,0,0.4) 1px 1px 0px;
	text-align: center;
	box-shadow: inset rgba(0,0,0,0.4) 0 2px 4px;
}

#contatoTopo {
	position: absolute;
	top: 18px;
	right: 40px;
}

a {
	color: #f58122;
	border-bottom: 1px dotted #f58122;
	text-decoration: none;
}

	a:hover {
		color: #e15518;
		border-color: #e15518
	}

form fieldset {
	clear: both;
	height: auto;
	width: 100%;
	padding: 4px 0;
}

	form fieldset label {
		display: inline-block;
		vertical-align: top;
		width: 30%;
		max-width: 120px;
		font-weight: bold;
		line-height: 27px;
	}

	form fieldset input[type="text"],
	form fieldset input[type="email"],
	form fieldset select,
	form fieldset textarea {
		font-size: 13px;
		padding: 4px;
		width: 60%;
		font-family: "Droid Sans", Arial, sans-serif;
	}

	form fieldset select {
		width: 30%;
		min-width: 120px;
	}

	form fieldset textarea {
		height: 120px;
		resize: none;
	}

	form input[type="submit"] {
		background: #f58122;
		color: #FFF;
		font-weight: bold;
		border: none;
		padding: 10px;
		margin: 10px 0 0 0;
		text-align: center;
		min-width: 100px;
		font-size: 13px;
		text-shadow: rgba(0,0,0,0.4) 1px 1px 0px;
		text-transform: uppercase;
		font-family: "Droid Sans", Arial, sans-serif;
	}

		form input[type="submit"]:hover {
			background-image: url("../img/hoverBg.jpg");
			background-position: 0 0;
			-webkit-animation: animatedBackground 2s linear infinite;
			animation: animatedBackground 2s linear infinite;
		}

.row {
	margin-right: -10px;
	margin-left: -10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col-1 {
    width: 8.333333333333332%;
}
.col-2 {
    width: 16.666666666666664%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33333333333333%;
}
.col-5 {
    width: 41.66666666666667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.333333333333336%;
}
.col-8 {
    width: 66.66666666666666%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333333333334%;
}
.col-11 {
    width: 91.66666666666666%;
}
.col-12 {
    width: 100%;
}

img.responsive {
	width: 100%;
}

.homeblocks .col-4 a {
	background: #000;
	display: block;
	border: none;
	width: 100%;
	height: 100%;
}

@keyframes animatedBackground {
	from { background-position: 0px 0px; }
	to { background-position: 307px 0; }
}

@-webkit-keyframes animatedBackground {
	from { background-position: 0px 0px; }
	to { background-position: 307px 0; }
}

	.homeblocks .col-4 a:hover {
		background-image: url("../img/hoverBg.jpg");
		background-position: 0 0;
		-webkit-animation: animatedBackground 2s linear infinite;
		animation: animatedBackground 2s linear infinite;
	}

.row.fotos .col-2 {
	margin-bottom: 20px;
}

.clientes {
	text-align: center;
}

.parceiros {
	text-align: center;
}
.text-center { text-align: center; }
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

 .clearfix {
 	clear: both;
 }

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	   (-o-min-device-pixel-ratio: 5/4),
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
