/*
Template: GetReady
Author: Just Good Themes, http://justgoodthemes.com/
Version: 1.0
*/

/*
Colors:
#ffffff (255,255,255) - white
#898989 (137,137,137) - grey
#2e2e2e (46,46,46) - dark grey
#000000 (0,0,0) - black
#eb6d6d (235,109,109) - light red
*/

/* Reset and Basics
------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

html,
button,
input,
textarea {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
	color: #fff;
	line-height: 1.75;
	margin: 0;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:active,
a:focus,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4 {
	font-weight: 300;
	line-height: 1.16667;
	margin: 0 0 28px;
	text-align: center;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h1 span,
h2 span,
h3 span,
h4 span,
b,
strong {
	font-weight: 700;
}

.grid h2,
.grid h3,
.grid h4 {
	font-weight: 400;
	text-align: left;
}

.grid h2 {
	font-size: 24px;
}

.grid h3 {
	font-size: 18px;
}

.grid h2 .icon {
	font-size: 24px;
	line-height: 1.27273;
	margin-right: 8px;
	color:#00ADEF;
}

i,
em {
	font-style: italic;
}

p {
	margin: 0 0 28px;
}

ul,
ol {
	margin: 0 0 28px;
	padding: 0 0 0 24px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

.section-wrap img {
	height: auto;
	max-width: 100%;
}

form {
	margin: 0;
}

input,
textarea {
	background: 0;
	background: rgba(255,255,255,0.15);
	border: 1px solid #fff;
	border-color: rgba(255,255,255,0.8);
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	margin: 0;
	max-width: 100%;
	padding: 12px;
	vertical-align: baseline;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	transition:			all 0.3s;
}

input {
	line-height: normal;
}

input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	letter-spacing: 1px;
	text-transform: uppercase;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input:focus,
input[type="submit"]:hover,
textarea:focus {
	background: 0;
	outline: 0;
}

::-webkit-input-placeholder {
	color: rgba(255,255,255,0.7);
}

::-moz-placeholder {
	color: rgba(255,255,255,0.7);
	opacity: 1;
}

.placeholder {
	color: #fff;
	color: rgba(255,255,255,0.7);
}

.form-field {
	position: relative;
}

.form-field label {
	font-size: 14px;
}

.form-submit {
	margin-top: 28px;
}

.form-field span.error {
	background: #eb6d6d;
	background: rgba(235,109,109,0.8);
	border: 1px solid #eb6d6d;
	border-radius: 4px;	
	font-size: 10px;
	letter-spacing: 1px;
	padding: 6px;
	position: absolute;
	right: -8px;	
	text-transform: uppercase;
	top: -12px;	
}

.error-container {
	background: rgba(235,109,109,0.2);
	border: 1px solid #eb6d6d;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 28px;
	padding: 14px 24px;
}

.error-container p,
.error-container ul {
	margin-bottom: 0;
}

.form-wrap .loading {
	background: url(images/ajax-loader2.gif) center center no-repeat;
	height: 42px;
	margin: 0 auto 28px;
	text-align: center;
	width: 42px;
}

.form-wrap .success {}

/* Clearing floats */
.grid:after,
.site-header,
#timer:after { 
	clear: both; 
}

.grid:before,.grid:after,
.site-header:before,.site-header:after,
#timer:before,#timer:after { 
	content: ""; 
	display: table; 
}

/* Assistive text */
.screen-reader-text {
	border: 0 none;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

/* Grid */
.grid {
	margin-left: -24px;
}

.one-half,
.one-third,
.one-fourth {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	float: left;
	padding-left: 24px;
}

.one-half {
	width: 50%;
}

.one-third {
	width: 33.333%;
}

.one-fourth {
	width: 25%;
}

/* Preload */
#preload {
	background: #fff url(images/ajax-loader.gif) center center no-repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;	
	width: 100%;	
	z-index: 999;
}

/* Header
------------------------*/
.site-header {
	background: #fff;
	background: rgba(255,255,255,0.90);
	color: #2e2e2e;
	padding: 4px 0;
	position: fixed;
	width: 100%;
	z-index: 997;
	border-bottom: 3px solid #A7A9AC;
}

/* logo */
.site-title {
	float: left;
	font-size: 24px;
	margin: 0 0 0 15%;
	padding: 3px 0;
}
.logo-home{
    display: block;
    width: 230px;
    height: 80px;
	margin-top: 3px;
	padding-bottom: 3px;
    background: url(../images/logo.png) 0 0 no-repeat;
    text-decoration: none;
}
.logo-home:hover {
    background-position: -230px 0;
}

/* Navigation */
.site-nav {
	margin: 25px 0 0 0px;
}

#menu-toggle {
	display: none;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.menu li {
	display: inline-block;
}

.menu a {
	color: #2e2e2e;
	display: inline-block;
	font-size: 14px;
	line-height: 1.7142857;
	margin: 6px 8px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.menu a:hover,
.menu .active a {
	color: #898989;
}

.menu a:before,
.menu a:after {
	display: inline-block;
	opacity: 0;
	-webkit-transition:	-webkit-transform 0.3s, opacity 0.2s;
	-moz-transition:	-moz-transform 0.3s, opacity 0.2s;
	transition:			transform 0.3s, opacity 0.2s;
}

.menu a:before {
	margin-right: 10px;
	content: '[';
	-webkit-transform:	translateX(20px);
	-moz-transform:		translateX(20px);
	transform:			translateX(20px);
}

.menu a:after {
	margin-left: 10px;
	content: ']';
	-webkit-transform:	translateX(-20px);
	-moz-transform:		translateX(-20px);
	transform:			translateX(-20px);
}

.menu a:hover:before,
.menu a:hover:after,
.menu .active a:before,
.menu .active a:after {
	opacity: 1;
	-webkit-transform:	translateX(0px);
	-moz-transform:		translateX(0px);
	transform:			translateX(0px);
}

/* Main Content
------------------------*/
.section-wrap {
	padding: 0 24px;
	position: relative;
}

.section-bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

#inicio .section-bg,
#sobre .section-bg,
#contact .section-bg {
	background: rgba(0,0,0,0.5) url(images/overlay.png) repeat;
}

#newsletter .section-bg,
#servicos .section-bg {
	background: rgba(0,0,0,0.6) url(images/overlay.png) repeat;
}

.section-inner {
	margin: 0 auto;
	max-width: 792px;
	padding: 110px 0;
}

.section-title small {
	display: block;
	font-size: 0.5em;
	padding-top: 12px;
}

.divider {
	display: block;
	margin: 28px 0;
	position: relative;
	text-align: center;
}

.divider:before,
.divider:after {
	background: #fff;
	background: rgba(255,255,255,0.8);
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	content: "";
	height: 1px;
	max-width: 360px;
	position: absolute;
	top: 17px;
	width: 45%;
}

.divider:before {
	left: 0;
}

.divider:after {
	right: 0;
}

.divider .icon {
	border: 1px solid #fff;
	border-color: rgba(255,255,255,0.8);
	border-radius: 50%;
	display: inline-block;
	font-size: 24px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 34px;
}

.section-content {
	border-bottom: 1px solid #fff;
	border-color: rgba(255,255,255,0.8);
	padding-bottom: 56px;
}

/* Inicio section */
#inicio .divider .icon {
	border: 0;
	border-radius: 0;
	height: 36px;
	line-height: 36px;
	width: 36px;
}

#inicio .section-content {
	border-bottom: 0;
	padding-bottom: 0;
}

#timer {
	opacity: 0;
}

.countdown_row {
	display: block;
	margin-left: -24px;
}

.countdown_section {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	display: block;
	float: left;
	font-size: 14px;
	padding-left: 24px;
	text-align: center;
	text-transform: uppercase;
	width: 25%;
}

.countdown_amount {
	border-bottom: 1px solid #fff;
	border-color: rgba(255,255,255,0.8);
	display: block;
	font-size: 72px;
	line-height: 1.16667;
	padding-bottom: 42px;
}

/* Newsletter section */
#newsletter-form {
	position: relative;
}

#newsletter-form .form-field {
	margin-right: 204px;
}

#newsletter_email {
	display: block;
	height: 42px;
	width: 100%;
}

#newsletter_submit {
	height: 42px;
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
}

#newsletter .form-wrap .success {
	font-size: 18px;
	text-align: center;
}

/* Sobre section */
.team-member {
	margin-bottom: 28px;
}

.team-info {
	border-radius: 4px;
	margin: 0 auto 14px;
	max-width: 150px;	
	overflow: hidden;
	position: relative;
}

.team-photo {
	border-radius: 4px;
	display: block;
	width: 100%;
}

.team-photo-img img {
	border-radius: 4px;
	margin-top: -15px;
	margin-bottom: 30px;
	display: block;
}

.team-member .team-name {
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.team-member .team-title {
	display: block;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

.team-social {
	background: rgba(255,255,255,0.8);
	border-radius: 4px;
	left: 0;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 100%;
	width: 100%;
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	transition:			all 0.3s ease;
}

.team-info:hover .team-social {
	top: 0;
}

.team-social ul {
	bottom: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-transition:	all 0.9s ease;
	-moz-transition:	all 0.9s ease;
	transition: 		all 0.9s ease;
}

.team-info:hover .team-social ul {
	bottom: 28px;
}

.team-social li {
	display: inline-block;
}

.team-social a {
	border: 1px solid #898989;
	border-radius: 50%;
	color: #898989;
	display: inline-block;
	font-size: 20px;
	height: 34px;
	line-height: 34px;
	margin: 7px 4px 0;
	text-align: center;
	text-decoration: none;
	width: 34px;
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	transition:			all 0.3s ease;
}

.team-social a:hover {
	background: #898989;
	color: #fff;
}

/* Serviços section */
#servicos .grid h2 {
	margin-bottom: 14px;
	padding-top: 14px;
}

#servicos .grid:first-child h2 {
	padding-top: 0;
}

/* contact section */
#contact .grid h2 {
	margin-bottom: 14px;
	padding-top: 14px;
}

.contact-details .grid h2:first-child {
	padding-top: 0;
}

#contact-form .form-field {
	margin-bottom: 10px;
}

#contact-form input,
#contact-form textarea {
	width: 100%;
}

#contact .form-wrap .loading,
#contact .form-wrap .success {
	height: 380px;
	margin-bottom: 28px;
}

/* Footer
------------------------*/
.site-footer {
	background: #2e2e2e;
	padding: 0 24px;
}

/* Social */
.social {
	position: fixed;
	right: 0;
	top: 5px;
	width: 84px;
	z-index: 998;
}

#social-links {
	left: 12px;
	margin-top: 6px;
	position: absolute;	
	top: 100%;
	width: 60px;
}

#social-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#social-links li {
	display: none;
	height: 60px;
	opacity: 0;	
	position: absolute;	
	width: 60px;
}

#social-links a {
	background: rgba(255,255,255,0.15);
	border: 1px solid #fff;
	border-color: rgba(255,255,255,0.8);
	border-radius: 4px;
	display: block;
	font-size: 20px;

	height: 34px;
	line-height: 34px;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	width: 34px;
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	transition:			all 0.3s;
}

#social-links a:hover {
	color: #898989;
	background: rgba(255,255,255,0.90);
}

#social-toggle {
	border: 1px solid #898989;
	border-radius: 50%;
	color: #898989;
	display: block;
	font-size: 24px;
	height: 34px;
	line-height: 34px;
	margin: 24px;
	text-align: center;
	text-decoration: none;
	width: 34px;
}

.txt-right{text-align:right}
.txt-left{text-align:left}
.txt-center{text-align:center}
.txt-justify{text-align:justify}

.title-time{font-weight: 300; line-height: 1.16667; margin: 0 0 28px; text-align: center; font-size: 30px;}
.title-service{font-weight: 300; line-height: 1.0; margin: -21px 0 15px; text-align: right; font-size: 30px;}
.title-parceiros{font-weight: 300; line-height: 2.0; margin: -21px 0 15px; text-align: left; font-size: 30px;}

.marg-10{margin:-10px 0 0 0}

.pad10{padding:10px 0 0 0}
.padCL{padding:0 28px 0 24px}
.padCR{padding:0 0 0 51px}
.padL28{padding-left:28px}
.pad30{padding:30px 0 0 0}
.pad100{padding:100px 0 0 0}

.font14{font-size:14px}
.ddd{font-size:10px}
.amarelo{color:#FFF200}

/* Media Queries
------------------------*/
@media only screen and (max-width: 980px) {
	.site-nav {
		margin-right: 8px;
	}

	.menu {
		text-align: right;
	}

	#social-toggle {
		display: none;
	}

	.social,
	#social-links,
	#social-links li {
		height: auto;
		position: static;
		right: auto;
		top: auto;
		width: auto;
	}

	.social {
		z-index: auto;
	}

	#social-links {
		margin-top: 0;
	}

	#social-links ul {
		text-align: center;
		padding: 14px 0;
	}

	#social-links li {
		display: inline-block !important;
		margin: 7px 4px !important;
		opacity: 1 !important;
	}

	#social-links a {
		background: 0;
		border-radius: 50%;
		display: inline-block;
		padding: 0;		
	}

	#social-links a:hover {
		background: 0;
		border-color: #898989;
		color: #898989;		
	}
}

@media only screen and (max-width: 800px) {
	.site-nav {
		margin-right: 24px;
	}

	#menu-toggle {
		border: 1px solid #898989;
		border-radius: 50%;
		color: #898989;
		display: block;
		float: right;
		font-size: 24px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		text-decoration: none;
		width: 34px;
	}

	.menu {
		background: #fff;
		background: rgba(255,255,255,0.90);
		display: none;
		margin-top: 6px;
		position: absolute;
		right: 12px;
		top: 100%;
		width: 180px;
	}

	.menu li {
		display: block;
	}

	.menu a {
		margin: 7px 12px;
	}

	.menu a:before,
	.menu a:after {
		display: none;
	}

	.countdown_amount {
		font-size: 60px;
	}
}

@media only screen and (max-width: 680px) {
	h1 {
		font-size: 36px;
	}

	.one-fourth {
		width: 50%;
	}

	.divider:before,
	.divider:after {
		width: 43%;
	}

	.section-inner {
		padding: 140px 0;
	}

	.countdown_amount {
		font-size: 44px;
	}	
}

@media only screen and (max-width: 540px) {
	.one-half {
		width: 100%;
	}

	#newsletter-form .form-field {
		margin-right: 0;
	}

	#newsletter_email {
		display: block;
		height: 42px;
		width: 100%;
	}

	#newsletter_submit {
		height: 42px;
		position: static;
		right: auto;
		top: auto;
		width: 100%;
	}	
}

@media only screen and (max-width: 480px) {
	.divider:before,
	.divider:after {
		width: 40%;
	}

	.countdown_section {
		font-size: 12px;
		letter-spacing: 1px;
	}

	.countdown_amount {
		font-size: 36px;
		letter-spacing: normal;
	}
}

@media only screen and (max-width: 420px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	.grid h2 {
		font-size: 18px;
	}

	.grid h3 {
		font-size: 16px;
	}

	.grid h2 .icon {
		font-size: 20px;
		line-height: 1.05;
		width: 28px;
	}

	.countdown_amount {
		font-size: 30px;
	}
}

@media only screen and (max-width: 360px) {
	.logo-home{
    	display: block;
    	width: 120px;
    	height: 120px;
		margin-top: 3px;
		padding-bottom: 3px;
		background: url(../images/logo-media.png) 0 0 no-repeat;
		text-decoration: none;
	}

	.one-fourth {
		width: 100%;
	}

	.countdown_section {
		font-size: 10px;
	}
}

