/*
Theme Name: FIA Landing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

PME is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Cabin:400,400italic,500,500italic,600,600italic,700,700italic);
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;

	}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}



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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Personalizado
--------------------------------------------------------------*/




 body.page-id-733{
    background:url(http://divulgacaofia.hospedagemdesites.ws/wp-content/uploads/2016/07/tttt.jpg) no-repeat left top #004580;
	background-size: cover;
}
 
 body.page-id-740{
    background:url(http://divulgacaofia.hospedagemdesites.ws/wp-content/uploads/2016/07/lgp_esx-1.jpg) no-repeat left top #004580;
	background-size: cover;
}

 body.page-id-725{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/07/ld.jpg) no-repeat left top #004580;
	background-size: cover;
}

 body.page-id-713{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/lgp_esx-1-1.jpg) no-repeat left top #004580;
	background-size: cover;
}

body.page-id-623   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/guild-01-2.jpg) no-repeat center top #00822e;
    background-size: cover;
}

body.page-id-703   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/guild.jpg) no-repeat center top #008691;
    background-size: cover;
}

body.page-id-411    {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/hdi_Landing_04.jpg) no-repeat center top #ccc;
    background-size: cover;
}
body.page-id-686    {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/fut_sm.jpg) no-repeat center top #00481e;
    background-size: cover;
}

body.page-id-684    {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/ext_fut.jpg) no-repeat center top #00481e;
    background-size: cover;
}

body.page-id-676   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/disru.jpg) no-repeat center top #126668;
    background-size: cover;
}

body.page-id-672   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/provar-finan.jpg) no-repeat center top #1b4478;
    background-size: cover;
}

body.page-id-669   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/est_apli.jpg) no-repeat center top #1b4478;
    background-size: cover;
}

body.page-id-663   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/lablab.jpg) no-repeat center top #1b4478;
    background-size: cover;
}

body.page-id-663   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/Analise_.jpg) no-repeat center top #1b4478;
    background-size: cover;
}

body.page-id-655   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/lgp_.jpg) no-repeat center top #126668;
    background-size: cover;
}

body.page-id-637   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/fofoinho.jpg) no-repeat center top #126668;
    background-size: cover;
}

body.page-id-646   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/lgp.jpg) no-repeat center top #084c80;
    background-size: cover;
}

body.page-id-617   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/PROVAR.jpg) no-repeat center top #244f10;
    background-size: cover;
}

body.page-id-626   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/Landing-2.jpg) no-repeat center top #244f10;
    background-size: cover;
}

body.page-id-612   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/lan_lab.jpg) no-repeat center top #063157;
    background-size: cover;
}

body.page-id-607   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/land_pal-2.jpg) no-repeat center top #147a93;
    background-size: cover;
}

body.page-id-596   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/lan_ric.jpg) no-repeat center top #147a93;
    background-size: cover;
}

body.page-id-589   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/bovespa.jpg) no-repeat center top #0b2772;
    background-size: cover;
}

body.page-id-407   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/aig.jpg) no-repeat center top #0097d0;
    background-size: cover;
}
body.page-id-576   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/land_gel.jpg) no-repeat center top #002f84;
    background-size: cover;
}
body.page-id-548   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/agro.jpg) no-repeat center top #008284;
    background-size: cover;
}
body.page-id-544  {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/processo.jpg) no-repeat center top #008c96;
    background-size: cover;
}
body.page-id-545   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/decicoes-1.jpg) no-repeat center top #008284;
    background-size: cover;
}

body.page-id-546   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/empreendedor.jpg) no-repeat center top #008284;
    background-size: cover;
}

body.page-id-534   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/land_gel.jpg) no-repeat center top #1e3682;
    background-size: cover;
}
body.page-id-527   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/land_pal-1.jpg) no-repeat center top #008c96;
    background-size: cover;
}
body.page-id-519   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/pos_sus-1.jpg) no-repeat center top #348829;
    background-size: cover;
}

body.page-id-514   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/cou_2.jpg) no-repeat center top #008284;
    background-size: cover;
}

body.page-id-505   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/land_gest-1.jpg) no-repeat center top #2d0213;
    background-size: cover;
}

body.page-id-443   {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/dourada-1.jpg) no-repeat center top #C6AA1B;
    background-size: cover;
}

body.page-id-404  {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/Landi-01.jpg) no-repeat center top #000110;
    background-size: cover;
}

body.page-id-397  {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/land_gest.jpg) no-repeat center top #000110;
    background-size: cover;
}

body.page-id-389  {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/frente.png) no-repeat center top #000110;
    background-size: cover;
}


body.page-id-384  {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/cou.jpg) no-repeat center top #000110;
    background-size: cover;
}

body.page-id-378  {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/07/gti.jpg) no-repeat center top #000110;
    background-size: cover;
}

body.page-id-373  {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing-4.jpg) no-repeat center top #000110;
    background-size: cover;
}

body.page-id-367  {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing-Recuperado.jpg) no-repeat center top #390205;
    background-size: cover;
}

body.page-id-361  {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing_050.jpg) no-repeat center top #054887;
    background-size: cover;
}

body.page-id-354  {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing49.jpg) no-repeat center top #000;
    background-size: cover;
}
body.page-id-347  {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing_048.jpg) no-repeat center top #134955;
    background-size: cover;
}

body.page-id-341 {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing_05.jpg) no-repeat center top #000;
    background-size: cover;
}

body.page-id-336 {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing_047.jpg) no-repeat center top #5C121F;
    background-size: cover;
}

body.page-id-330 {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing_04-1.jpg) no-repeat center top #000;
    background-size: cover;
}

body.page-id-320 {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/cou.jpg) no-repeat left top #B3E3E3;
    background-size: cover;
}


body.page-id-313 {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing-3-1-2.jpg) no-repeat center top #040813;
    background-size: 85%; 
}

body.page-id-301 {
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/Landing-1.jpg) no-repeat left top #333F5A;
    background-size: cover;
}

body.page-id-309 {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing-3-2.jpg) no-repeat left top #003551;
    background-size: cover;
}


body.page-id-294 {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing-3-2.jpg) no-repeat left top #003551;
    background-size: cover;
}

body.page-id-294 {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing-3.jpg) no-repeat left top #003551;
    background-size: cover;
}

body.page-id-285 {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing_-1.jpg) no-repeat left top #060726;
    background-size: cover;
}


body.page-id-275 {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing-2.jpg) no-repeat left top #005C92;
    background-size: cover;
}

body.page-id-270 {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing-1.jpg) no-repeat left top #000000;
    background-size: cover;
}


body.page-id-246 {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/EAD-admin.jpg) no-repeat left top #000000;
    background-size: cover;
}

body.page-id-255 {
    background: url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/EAD-Administracao-para-Concursos.jpg) no-repeat left top #000000;
    background-size: cover;
}

body.page-id-236{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/gov_corp.jpg) no-repeat left top #00390E;
	background-size: cover;
}

body.page-id-226{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/EAD.jpg) no-repeat left top #172844;
	background-size: cover;
}

body.page-id-230{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/lan_ino.jpg) no-repeat left top #BC7535;
	background-size: cover;
}


body.page-id-214{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/pos_gnp.jpg) no-repeat left top #004580;
	background-size: cover;
}

body.page-id-209{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/mba_gestao.jpg) no-repeat left top #004580;
	background-size: cover;
}


body.page-id-201{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/ead.jpg) no-repeat left top #004580;
	background-size: cover;
}


body.page-id-198{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/06/lgp_esx-1.jpg) no-repeat left top #004580;
	background-size: cover;
}

body.page-id-192{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/le_coffe.jpg) no-repeat left top #963225;
	background-size: cover;
}


body.page-id-187{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/pgg.jpg) no-repeat left top #003B77;
	background-size: cover;
}

body.page-id-180{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/4pmo-1.jpg) no-repeat left top #017B90;
	background-size: cover;
}

body.page-id-175{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/4pmo.jpg) no-repeat left top #00508B;
	background-size: cover;
}

body.page-id-169{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/mba.jpg) no-repeat left top #070204;
	background-size: cover;
}

body.page-id-165{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/05/Landing.jpg) no-repeat left top #6C0C47;
	background-size: cover;
}

body.page-id-161{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/Landing-5.jpg) no-repeat left top #1582a5;
	background-size: cover;
}

body.page-id-152, body.page-id-602{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/cursos-1.jpg) no-repeat left top #E2E2E2;
	background-size: cover;
}

body.page-id-147{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/Landing-4.jpg) no-repeat left top #CDE8E3;
	background-size: cover;
}
body.page-id-141{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/pcc.jpg) no-repeat left top #155473;
	background-size: cover;
}
body.page-id-128{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/gestao-esportiva_landing.jpg) no-repeat left top #000000;
	background-size: cover;
}
body.page-id-120{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/gp.jpg) no-repeat left top #787878;
	background-size: cover;
}
body.page-id-114{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/gestao-1.jpg) no-repeat left top #008EE9;
	background-size: cover;
}
body.page-id-50{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/gestao.jpg) no-repeat left top #1B2B44;
	background-size: cover;
}
body.page-id-45{
	background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/varejo.jpg) no-repeat left top #C9D8DC;
	background-size: cover;
}
body.page-id-36{
	background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/financas.jpg) no-repeat left top #1E1E40;
	background-size: cover;
}
body.page-id-31{
	background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/Landing-1.jpg) no-repeat left top #000;
	background-size: cover;
}
body.page-id-21{
	background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/Landing-2.jpg) no-repeat left top #00B53C;
	background-size: cover;
}
body.page-id-26{
	background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/Landing-3.jpg) no-repeat left top #0389AE;
	background-size: cover;
}
body.page-id-15{
    background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/MBA-Seguros-landing.png) no-repeat left top #0389AE;
	background-size: cover;
}
body.page-id-6{
	background:url(http://landing.spikeag.com.br/wp-content/uploads/2016/04/complice.jpg) no-repeat left top #0389AE;
	background-size: cover;
}
body{
    
	padding-left:10px;
	padding-bottom:0px;
	margin:0px;
}
#masthead, .entry-title, .entry-footer, #colophon{
	display:none !important;
}
h1{
 font-family: 'Cabin', sans-serif;
 color:#FFFFFF;
 font-size:75px;
 margin:0px;
}
h2{
 font-family: 'Cabin', sans-serif;
 color:#FFFFFF;
 font-size:50px;
 margin: 0px 0px -25px 0px;
}
h3{
 font-family: 'Cabin', sans-serif;
 color:#FFFFFF;
 font-size:30px;
 margin:0px;
}
h4{
 font-family: 'Cabin', sans-serif;
 color:#FFFFFF;
 font-size:40px;
 margin: 0px 0px 0px 0px;
}
h5{
 font-family: 'Cabin', sans-serif;
 color:#FFFFFF;
 font-size:45px;
 margin: -20px 0px 0px 0px;
}
h6{
 font-family: 'Cabin', sans-serif;
 color:#FFFFFF;
 font-size:35px;
 text-align:center;
 margin:0px;
}
p{
 font-family: 'Cabin', sans-serif;
}
#shadow{
	background:rgba(0,0,0,0.6);
	width:835px;
    height: auto;
	padding-top:10px;
    padding-left: 70px;
    position: relative;
	padding-bottom:10px;
    left: -70px;
}
#shadow_mini{
	background: rgba(0,0,0,0.30);
    width: 345px;
    height: auto;
    padding-top: 10px;
    padding-left: 70px;
    position: relative;
    padding-bottom: 10px;
    left: -70px;
    color: #fff;
    margin: 20px 0px 0px 0px;
}
#caixa{
	background:rgba(0,0,0,0.75);
	width:835px;
    height: auto;
	padding-top:10px;
    padding-left: 70px;
    position: relative;
	padding-bottom:10px;
    left: -70px;
	margin-top: 20px;
    margin-bottom: 25px;
}
#caixa ul{
    font-family: 'Cabin', sans-serif;
    list-style: none;
    color: #fff;
    font-size: 20px;
    position: relative;
    left: -100px;
}
#zero{
	font-size: 25px;
    margin: 0px;
}
#one{
	font-size: 20px;
	margin: 0px;
}
#two{
	font-size: 15px;
	margin: 0px;
}
#tre{
    font-size: 20px;
	margin:0px;
}
#fou{
    font-size: 20px;
    margin: -20px 0px 0px 0px; 
}
.page-id-36 #final_box{
	background:rgba(30, 30, 64, 0.86);
}

.page-id-169 #final_box{
	background:rgba(53, 38, 61, 0.65);
}

#final_box{
    background: rgba(12, 110, 132, 0.76);
    position: fixed;
    bottom: -50px;
    padding-bottom: 135px;
	width:100%;
}





.page-id-165 .wpcf7-submit{
	float: left!important;
}
      
 .page-id-733  #final_box{	  
	      background: rgba(49, 85, 145, 0.8);
 }
 .page-id-740  #final_box{
    background: rgba(52, 82, 136, 0.87);
} 			    
 .page-id-725  #final_box{
    background:  rgba(1,9,28,0.73);
} 			
		
 .page-id-623  #final_box{
    background: rgba(70, 89, 132, 0.84);
} 			
 .page-id-623  #final_box{
    background: rgba(0, 101, 0, 0.62);
} 	
  .page-id-411 #final_box{
    background: rgba(31, 31, 31, 0.55);
} 	
  .page-id-686 #final_box{
       background: rgba(0,56,19,0.75);
} 	   
  .page-id-684 #final_box{
       background: rgba(0,56,19,0.75);
}   

 .page-id-672 #final_box{
        background: rgba(48, 160, 208, 0.66);
}
		     
 .page-id-669 #final_box{
          background: rgba(27, 68, 120, 0.85);   
}

.page-id-663 #final_box{
          background: rgba(27, 68, 120, 0.84);
}
			
.page-id-655 #final_box{
       background: rgba(0, 87, 140, 0.74);
}
		
.page-id-637 #final_box{
	  background: rgba(35, 85, 75, 0.85);
}
	
.page-id-646 #final_box{
	  background: rgba(15, 68, 115, 0.79);
}

.page-id-617 #final_box{
	 background: rgba(27, 85, 45, 0.85);
}

.page-id-626 #final_box{
	 background: rgba(31, 62, 5, 0.78);
}

.page-id-612 #final_box{
	 background: rgba(0, 69, 128, 0.9);
}

.page-id-589 #final_box{
	 background:rgba(11, 39, 113, 0.63);
}

.page-id-576 #final_box{
	 background: rgba(2, 2, 42, 0.4);
}

.page-id-534 #final_box{
	 background: rgba(0, 17, 102, 0.65);
} 
.page-id-519 #final_box{
	 background:rgba(40, 125, 40, 0.5);
} 
.page-id-514 #final_box{
	 background: rgba(32, 121, 115, 0.5);
} 
.page-id-505 #final_box{
	 background:rgba(75,15,75,.65);
} 
.page-id-443 #final_box{
	 background:rgba(109, 92, 10, 0.65);
} 
.page-id-404 #final_box{
	 background: rgba(7, 73, 123, 0.78);
} 
.page-id-397 #final_box{
	 background: rgba(80, 66, 2, 0.75);
}    
.page-id-378 #final_box{
	 background: rgba(78, 48, 3, 0.65);
}
.page-id-373 #final_box{
	 background: rgba(28, 67, 101, 0.25);
}
.page-id-367 #final_box{
	 background: rgba(154, 0, 6, 0.75);
}
.page-id-354 #final_box{
	 background: rgba(32, 121, 115, 0.4);
}
.page-id-341 #final_box{
	 background: rgba(00, 00, 00, 0.70);
}
.page-id-336 #final_box{
	 background: rgba(91, 17, 30, 0.67);
}
.page-id-330 #final_box{
	 background: rgba(20, 50, 60, 0.5);
}
.page-id-320 #final_box{
	 background: rgba(5, 53, 64, 0.75);
}
.page-id-313 #final_box{
	 background: rgba(00, 00, 00, 0.70);
}

.page-id-301 #final_box{
	 background: rgba(75, 90, 130, 0.65);
}

.page-id-309 #final_box{
	 background: rgba(62, 99, 160, 0.70);
}
.page-id-294 #final_box{
	 background: rgba(0, 53, 81, 0.9);
}

.page-id-285 #final_box{
	 background: rgba(12, 14, 53, 0.65);
}

.page-id-246 #final_box{
	 background: rgba(0, 132, 207, 0.85);
}

.page-id-246 #final_box{
	 background: rgba(27,60,127,0.65);
}
	
.page-id-255 #final_box{
	background:rgba(174, 118, 31, 0.85);
}
.page-id-236 #final_box{
	background:rgba(182,178,104,0.45); 
}

.page-id-226 #final_box{
	background:rgba(21, 20, 15, 0.75); 
}

.page-id-230 #final_box{
	background:rgba(184, 119, 53, 0.64); 
}

.page-id-214 #final_box{
	background:rgba(5,71,129,0.5); 
}
.page-id-209 #final_box{
	background:rgba(5,71,129,0.5); 
}

.page-id-201 #final_box{
	background:rgba(255, 0, 10, 0.5); 
}

.page-id-198 #final_box{
	background:rgba(5,71,129,0.5); 
}

.page-id-192 #final_box{
	background:rgba(119, 43, 20, 0.65); 
}

.page-id-187 #final_box{
	background:rgba(0, 59, 119, 0.75); 
}

.page-id-175 #final_box{ 
	 background:rgba(0, 80, 139, 0.55);
}

.page-id-165 #final_box{ 
 background:rgba(108, 12, 71, 0.65);
}

.page-id-161 #final_box{ 
 background:rgba(81, 81, 81, 0.6);
}
	
.page-id-152 #final_box, .page-id-602 #final_box{
	 background:rgba(81, 81, 81, 0.6);
}
.page-id-128 #final_box{
	 background:rgba(129, 148, 145, 0.5);
}
.page-id-128 #final_box{
	 background:rgba(0, 83, 34, 0.75);
}
.page-id-120 #final_box{
    background:rgba(49, 49, 49, 0.75);
}
.page-id-21 #final_box{
    background:#00B53C;
}
.page-id-114 #final_box{
    background:rgba(0, 142, 233, 0.75);
}
.page-id-50 #final_box{
    background:rgba(21, 34, 53, 0.75);
}
.page-id-15 #final_sqn {  
	margin-top: 25px;
    margin-bottom: 0px;
}
.page-id-26 #final_sqn{
	margin-top: 0px;
    margin-bottom: 0px;
}
.page-id-21 #final_sqn{
	margin-top: 0px;
    margin-bottom: 0px;
}


.page-id-45 #final_box{
	background:rgb(95, 120, 125);
}
#final_sqn{
    width: 80%;
	margin-right: auto;
    margin-left: auto;
	margin-top:5px;
	margin-bottom:-50px;
    height: 180px;
    
	color:#fff;
    padding-left: 2%;
    padding-right: 2%;
}

.wpcf7-form p {
	width:18%;
	margin-right:1%;
	margin-left:1%;
	margin-bottom:0px;
	float:left;	
}


.page-id-6 .wpcf7-form p{
    width:24%;
	margin-right:0%;
	
}

.page-id-141 .wpcf7-submit{
	left:-10px;
}


.wpcf7-form p input{
	width:100%;
	padding-left: 5%;
}
.wpcf7-submit{
	background:#ff9900!important;
	width: 150px !important;
    float: right;
    position: relative;
    left: 105px;
	color:#fff !important;
	border:none;
	text-align:center;
	padding-left:0px!important;

}
.first input, .last input{
	width: 20px !important;
    text-align: right;
    margin-left: 15px;
}
#linha_p{
	 width: 70%;
	 font-size: 25px;
	 margin-top:0px;
	 margin-bottom:0px;	
	 margin-left: 15px;
}
#linha_ps{
	display:none;
}
#logo{

	background:url(http://pgapme.spikeag.com.br/wp-content/uploads/2016/04/proced-fia.png);
	background-size:cover;
	width:250px;
	height:90px;
	position: relative;
    float: right;
    right: 10%;
	margin-bottom:-90px;
}

div.wpcf7-response-output {
    margin: 2em 5em 1em;
    padding: 6em 6em;
	width: 100%;
    margin-left: 0px;
}

@media screen and (min-width: 1681px){
	.page-id-6 #final_box{
    margin-top: 725px;}
}
@media screen and (max-width: 1680px) {
body{

}
#masthead, .entry-title, .entry-footer, #colophon{

}
h1{
	font-size: 65px;
}
h2{
	font-size: 45px;
	margin: 0px 0px -15px 0px;
}
h3{
	font-size: 30px;	
}
h4{
	font-size: 35px;
}
h5{
	font-size: 37px;
}
h6{
	font-size: 29px;
}
p{

}
#shadow{
	width: 715px;
}
#shadow_mini{

}
#caixa{
	width: 650px;
}
#caixa ul{
	font-size: 15px;
	left: -85px;
}
#zero{

}
#one{

}
#two{

}
#tre{

}
#fou{

}
.page-id-6 #final_box{
	margin-top: 645px;
}
#final_sqn{

}

.wpcf7-form p {

}
.wpcf7-form p input{
left: 86px;

}
.wpcf7-submit{

}
.first input, .last input{

}
#linha_p{

}
#linha_ps{
	display:none;
}
}
@media screen and (max-width: 1366px) {
body{

}
#masthead, .entry-title, .entry-footer, #colophon{

}
h1{
	font-size: 40px;
}
h2{
	font-size: 35px;
	margin: 0px 0px -15px 0px;
}
h3{
	font-size: 25px;	
}
h4{
	font-size: 30px;
}
h5{
	font-size: 31px;
}
h6{
	font-size: 25px;
}
p{

}
#shadow{
	width: 600px;
}
#shadow_mini{

}
#caixa{
	width: 570px;
}
#caixa ul{
	font-size: 14px;
	left: -85px;
	width: 100%;
}
#zero{

}
#one{

}
#two{

}
#tre{

}
#fou{

}
.page-id-6 #final_box{
	margin-top: 520px;
}
#final_sqn{
	margin-top: 60px;
}

.wpcf7-form p {

}
.wpcf7-form p input{
	left: 28px;
}
.wpcf7-submit{

}
.first input, .last input{

}
#linha_p{
    font-size: 20px;
}
#linha_ps{
	display:none;
}
}

@media screen and (max-width: 1024px) {
body{

}
#masthead, .entry-title, .entry-footer, #colophon{

}
h1{
	font-size: 40px;
}
h2{
	font-size: 30px;
	margin: 0px 0px -15px 0px;
}
h3{
	font-size: 15px;	
}
h4{
	font-size: 25px;
	margin-top: -10px;
    margin-bottom: 5px;
}
h5{
	font-size: 26px;
}
h6{
	font-size: 20px;
}
p{

}
#shadow{
	width: 600px;
}
#shadow_mini{

}
#caixa{
	width: 570px;
}
#caixa ul{
	font-size: 14px;
	left: -85px;
	width: 100%;
}
#zero{

}
#one{

}
#two{

}
#tre{

}
#fou{

}
.page-id-6 #final_box{
	margin-top: 380px;
}
#final_sqn{
    height: 150px;
    padding-top: 10px;
}

.wpcf7-form p {

}
.wpcf7-form p input{
	left: 60px;
}
.wpcf7-submit{

}
.first input, .last input{

}
#linha_p{
    font-size: 15px;
}
#linha_ps{
	display:none;
}
#logo {
    right: 2%;
	top: -55px;
}
}
@media screen and (max-width: 900px) {
body{

}
#masthead, .entry-title, .entry-footer, #colophon{

}
h1{
	font-size: 40px;
}
h2{
	font-size: 30px;
	margin: 0px 0px -15px 0px;
}
h3{
	margin-top: 5px;
	font-size: 15px;	
}
h4{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
}
h5{
	font-size: 19px;
	margin-top: -15px;
}
h6{
	font-size: 18px;
}
p{

}
#shadow{
	width: 600px;
}
#shadow_mini{

}
#caixa{
	width: 570px;
}
#caixa ul{
	font-size: 14px;
	left: -85px;
	width: 100%;
}
#zero{

}
#one{

}
#two{

}
#tre{

}
#fou{

}
.page-id-6 #final_box{
	margin-top: 380px;
}
#final_sqn{
    height: 150px;
    padding-top: 10px;
}

.wpcf7-form p {

}
.wpcf7-form p input{
	left: 15px;
}
.wpcf7-submit{

}
.first input, .last input{

}
#linha_p{
    font-size: 15px;
}
#linha_ps{
	display:none;
}
#logo {
	width: 185px;
    height: 70px;
    right: 2%;
	top: -45px;
}
}
@media screen and (max-width: 768px) {
body{

}
#masthead, .entry-title, .entry-footer, #colophon{

}
h1{
	font-size: 40px;
}
h2{
	font-size: 30px;
	margin: 0px 0px -15px 0px;
}
h3{
	margin-top: 5px;
	font-size: 15px;	
}
h4{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
}
h5{
	font-size: 19px;
	margin-top: -15px;
}
h6{
	font-size: 16px;
}
p{

}
#shadow{
	width: 600px;
}
#shadow_mini{

}
#caixa{
	width: 570px;
}
#caixa ul{
	font-size: 14px;
	left: -85px;
	width: 100%;
}
#zero{

}
#one{

}
#two{

}
#tre{

}
#fou{

}
#final_box{

	
}
#final_sqn{
    height: 150px;
    padding-top: 10px;
}

.wpcf7-form p {

}
.wpcf7-form p input{
	left: 40px;
}
.wpcf7-submit{

}
.first input, .last input{

}
#linha_p{
    font-size: 13px;
}
#linha_ps{
	display:none;
}
}
@media screen and (max-width: 720px) {
body{

}
#masthead, .entry-title, .entry-footer, #colophon{

}
h1{
	font-size: 40px;
}
h2{
	font-size: 30px;
	margin: 0px 0px -15px 0px;
}
h3{
	margin-top: 5px;
	font-size: 15px;	
}
h4{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
}
h5{
	font-size: 19px;
	margin-top: -15px;
}
h6{
	font-size: 15px;
}
p{

}
#shadow{
	width: 410px;
}
#shadow_mini{

}
#caixa{
	width: 540px;
}
#caixa ul{
	font-size: 14px;
	left: -85px;
	width: 100%;
}
#zero{

}
#one{

}
#two{

}
#tre{

}
#fou{

}
#final_box{

	
}
#final_sqn{
    height: 150px;
    padding-top: 10px;
}

.wpcf7-form p {

}
.wpcf7-form p input{
	left: 15px;
}
.wpcf7-submit{

}
.first input, .last input{

}
#linha_p{
    font-size: 12px;
	margin-top: 20px;
}
#linha_ps{
	display:none;
}
#logo{
    float: left;
    margin-bottom: -50px;
    left: 35%;
}
}
@media screen and (max-width: 480px) {
body{

}
#masthead, .entry-title, .entry-footer, #colophon{

}
h1{
	font-size: 30px;
}
h2{
	font-size: 25px;
	margin: 0px 0px -15px 0px;
}
h3{
	margin-top: 10px;
	font-size: 14px;	
}
h4{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
}
h5{
	font-size: 19px;
	margin-top: -15px;
}
h6{
	font-size: 18px;
}
p{

}
#shadow{
	width: 370px;
}
#shadow_mini{
	width: 240px;
}
#caixa{
	width: 515px;
}
#caixa ul{
	font-size: 13px;
	left: -85px;
	width: 100%;
}
#zero{
	font-size: 18px;
}
#one{
	font-size: 14px;
}
#two{
	font-size: 15px;
}
#tre{
	font-size: 15px;
}
#fou{
	font-size: 20px;
}
.page-id-6 #final_box {
    margin-top: 160px;
}
#final_box{
    margin-left: -15px;
	
}
#final_sqn{
    height: 430px;
    padding-top: 10px;
	width:100%;
}

.wpcf7-form p {
	width: 80%;
	position:relative;
	margin-left:10%;

}
.wpcf7-form p input{
	left: 0px;
}
.wpcf7-submit{

}
.first input, .last input{

}
#linha_ps{
	display:none;
}
#linha_p{
    font-size: 14px;
	width:60%;
	margin-left:25%;
}
#logo{
	left: 25%;
}
.page-id-6 .wpcf7-form p {
    width: 80%;

}
#final_box{
	 margin-left: -15px;
    position: absolute !important;
    bottom: -300px !important;
}
}
@media screen and (max-width: 400px) {
body{
		background:url(img/home.jpg) no-repeat 45% 0%;


}
#masthead, .entry-title, .entry-footer, #colophon{

}
h1{
	font-size: 20px;
}
h2{
	font-size: 20px;
	margin: 0px 0px -15px 0px;
}
h3{
	margin-top: 10px;
	font-size: 14px;	
}
h4{
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
}
h5{
	font-size: 16px;
	margin-top: -10px;
}
h6{
	font-size: 18px;
}
p{

}
#shadow{
	width: 370px;
}
#shadow_mini{
	width: 240px;
}
#caixa{
	margin-top: 130px;
	margin-bottom: 0px;
}
#caixa ul{
	font-size: 10px;
	left: -75px;
	width: 100%;
}
#zero{
	font-size: 18px;
}
#one{
	font-size: 14px;
}
#two{
	font-size: 15px;
}
#tre{
	font-size: 15px;
}
#fou{
	font-size: 20px;
}
#final_box{
    margin-left: -15px;
	
}
#final_sqn{
    height: 460px;
    padding-top: 10px;
	width: 90%;
    margin-left: 0px;
}

.wpcf7-form p {
	width: 80%;
	position:relative;
	margin-left:10%;

}
.wpcf7-form p input{
	left: -50px;
}
.wpcf7-submit{

}
.first input, .last input{

}
#linha_ps{
	display:block;
	font-size: 13px;
	width:80%;
	margin-left:9%;
}
#linha_p{
	display:none;
}
#linha_s{
	width:100%;
	display:block;
	text-align:center;
	font-size:13px;
	float:left;
	left:1%;
	position:relative;
}
.Aceitarecebernovidadesvia{
	width:100%;
    float:left;
	display:block;
	font-size:13px;

}
}
div.wpcf7-mail-sent-ok{
	background: rgba(2, 109, 35, 0.78);
}
div.wpcf7-validation-errors{
	background: rgba(115, 108, 11, 0.71);
}

.EscolhadoCurso {
    height: 36px;
    width: 100%;
    padding: 2%;
    background: #fff;
    top: -4px;
    position: relative;
	border: 1px solid #ccc;
	overflow: hidden;
    display: block;
}
.EscolhadoCurso select {
    border: 0px;
    color: #A9A9A9;
}
.page-id-45 #linha_s{
margin-top: 20px;

}