/*!
Theme Name: madrid
Theme URI: http://jucamillo.com.br/
Author: JuCamillo Web Co
Author URI: http://jucamillo.com.br/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: madrid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

madrid is based on JuCamillo

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
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: 15px;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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;
	padding: 3px;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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 ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* 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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}

















/*  //////////////////////////////////////////////////////////////////////// INICIO CSS JUCAMILLO*/


















.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.row{
    margin: 0 -15px;
}
.vc_section{
	margin: 0 !important;
	padding: 0 !important;
}
.vc_section > .vc_row,
.container{
    width: 1140px !important;
    margin: 0 auto !important;
}







@font-face {
    font-family: 'Nexa Slab';
    src: url('fonts/NexaSlabBlack.eot');
    src: url('fonts/NexaSlabBlack.eot?#iefix') format('embedded-opentype'),
        url('fonts/NexaSlabBlack.woff2') format('woff2'),
        url('fonts/NexaSlabBlack.woff') format('woff'),
        url('fonts/NexaSlabBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa Slab';
    src: url('fonts/NexaSlabHeavy.eot');
    src: url('fonts/NexaSlabHeavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/NexaSlabHeavy.woff2') format('woff2'),
        url('fonts/NexaSlabHeavy.woff') format('woff'),
        url('fonts/NexaSlabHeavy.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-Bold.eot');
    src: url('fonts/Nexa-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nexa-Bold.woff2') format('woff2'),
        url('fonts/Nexa-Bold.woff') format('woff'),
        url('fonts/Nexa-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bloomer DEMO';
    src: url('fonts/BloomerDEMO-Regular.eot');
    src: url('fonts/BloomerDEMO-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BloomerDEMO-Regular.woff2') format('woff2'),
        url('fonts/BloomerDEMO-Regular.woff') format('woff'),
        url('fonts/BloomerDEMO-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-Light.eot');
    src: url('fonts/Nexa-Light.eot?#iefix') format('embedded-opentype'),
        url('Nexa-Light.woff2') format('woff2'),
        url('fonts/Nexa-Light.woff') format('woff'),
        url('fonts/Nexa-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-Bold-Italic.eot');
    src: url('fonts/Nexa-Bold-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nexa-Bold-Italic.woff2') format('woff2'),
        url('fonts/Nexa-Bold-Italic.woff') format('woff'),
        url('fonts/Nexa-Bold-Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}








body{
    margin: 0;
    color: #000;
    font-family: 'Nexa';
    font-size: 20px;
    line-height: 1.5;
}
ul,
ol,
li{
	margin: 0;
	padding: 0;
}
*{
    margin: 0;
    padding: 0;
    outline:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* Firefox */
    -moz-transition: all 0.4s ease;
    /* WebKit */
    -webkit-transition: all 0.4s ease;
    /* Opera */
    -o-transition: all 0.4s ease;
    /* Standard */
    transition: all 0.4s ease;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
	margin: 0 !important;
}
*:after,*:before{
    /* Firefox */
    -moz-transition: all 0.4s ease;
    /* WebKit */
    -webkit-transition: all 0.4s ease;
    /* Opera */
    -o-transition: all 0.4s ease;
    /* Standard */
    transition: all 0.4s ease;

}



section,
footer,
header{
    float: left;
    width: 100%;
}
.miolo-site > * > section.vc_section {
    padding: 80px 0 !important;
    position: relative;
}
.revert .vc_col-sm-6:first-child{
	float: right;
}
.five-col .vc_col-sm-2:nth-child(6){
	display: none;
}
.five-col .vc_col-sm-2{
	width: 20% !important;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 25px 0 0 0;
	z-index: 9999999999999999999;
}
header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header.scroll{
	background: #9fe4e4;
	padding: 10px 0;
}
header .branding,
header .branding *{
	width: 202px;
	height: 71px;
}
header.scroll .branding,
header.scroll .branding *{
	width: 128px;
	height: 45px;
}
header nav.main-navigation{
	float: right;
	clear: none;
	width: auto;
	display: flex;
} 
header nav ul{
	list-style: none;
	float: left;

}
header nav ul li{
	float: left;
	margin: 0 15px;

}
header nav ul li a{
	float: left;
    font-family: 'Nexa Slab';
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
	line-height: 35px;
	height: 35px;
}
header nav .social a{
	width: 35px;
	height: 35px;
	border:2px solid #fff;
	border-radius: 20px;
	line-height: 33px;
	text-align: center;
	font-size: 18px;
}


header nav .social ul li{
	margin-right: 0;
}


.miolo-site > * > section.vc_section.banner{
	padding: 0 !important;
	text-align: center !important;
}
.miolo-site > * > section.vc_section .wpb_wrapper{
	text-align: center;
}
.miolo-site > * > section.vc_section#cursos .vc_row:nth-child(2) .wpb_wrapper,
.miolo-site > * > section.vc_section#cursos .vc_row:nth-child(3) .wpb_wrapper,
.miolo-site > * > section.vc_section.banner .wpb_wrapper{
	text-align: left;
}
.miolo-site > * > section.vc_section.banner > *{
	background-position: bottom right !important;
	background-repeat: no-repeat !important;
	background-size: auto calc(100% - 80px) !important;
}
h1{
    font-family: 'Bloomer DEMO';
    margin: 0;
    padding: 0;
    line-height:.85;
    font-size: 100px;
    color: #d86a5f;
    text-transform: uppercase;
    text-shadow:
   -4px -4px 0 #fff,  
    4px -4px 0 #fff,
    -4px 4px 0 #fff,
     4px 4px 0 #fff;
     font-weight: normal;
     display: inline-block;
     width: auto;
}
.vc_btn3-container{
	margin:25px 0 0 0 !important;
}
.vc_btn3-container .vc_btn3.vc_btn3-size-md{
	background: rgb(194,88,77) !important;
	background: linear-gradient(0deg, rgba(194,88,77,1) 0%, rgba(194,88,77,1) 0%, rgba(216,106,95,1) 100%) !important;
	height: 80px !important;
	border:0 !important;
	color: #fff  !important;
	text-transform: uppercase  !important;
	font-size: 30px !important;
    font-family: 'Nexa Slab' !important;
    font-weight: 700 !important;
        padding: 0 40px !important;
    line-height: 80px !important;
}
.banner .vc_column-inner {
    margin-top: 60px !important;
    padding-left: 0;
}


h2{
    font-family: 'Nexa Slab';
    font-weight: 900;
    color: #000;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
    width: auto;
    position: relative;
}

h2:after,
h2:before{
	content: '';
	top: 50%;
	transform: translateY(-50%);
	width: 64px;
	height: 8px;
	position: absolute;
	left: -75px;
	background: url(images/titulo.png) no-repeat;
}

h2:after{
	left: auto;
	right: -75px;
}

#depoimentos h2:after{
	display: none;
}
#depoimentos h2{
	padding-bottom: 40px;
}
#depoimentos h2:before{
	bottom: 0;
	transform: translateX(-50%);
	top: auto;
	left: 50%;
}


.vc_single_image-wrapper.vc_box_circle {
    padding: 5px;
    border: 2px solid #78eeee;
}

#depoimentos:after{
	content: '';
	width: 311px;
	height: 323px;
	background: url(images/luz.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 100px;
    left: 40px;
    background-size: 100%;
}
#depoimentos:before{
	content: '';
	width: 462px;
	height: 308px;
	background: url(images/lapis.jpg);
    background-repeat: no-repeat;
    position: absolute;
       bottom: -330px;
    right: 50px;
    background-size: 100%;
}
#o-colegio:after{
	content: '';
	width: 383px;
	height: 642px;
	background: url(images/globo.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -80px;
    left: 0;
    background-size: 100%;
    z-index: 9;
}
#cursos > *:nth-child(1){
	position: static;
}
#cursos > *:nth-child(1):after{
	content: '';
	width: 395px;
	height: 473px;
	background: url(images/losango.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100%;
    z-index: 9;

}
#metodologia:after{
	content: '';
	width: 367px;
	height: 412px;
	background: url(images/borracha.jpg);
    background-repeat: no-repeat;
    position: absolute;


    right: 100px;
    background-size: 100%;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

#metodologia:before{
	content: '';
	width: 653px;
	height: 983px;
	background: url(images/menino.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom:-22px;
    left: 0;
    background-size: 100%;
}



#depoimentos .vc_row:nth-child(2) .wpb_text_column .wpb_wrapper {
    background:url(images/aspa.png) no-repeat 35px 90px;
    background-color: #f9f9f9;
    border-radius: 70px;
    margin: 0 15px;
    padding:130px 45px 35px;
    margin-top: -102px;
}
#depoimentos > .vc_row:nth-child(2) {
    padding: 0 40px;
    margin-top: 45px !important;
}
#depoimentos blockquote{
	margin: 0 0 15px;
	padding: 0;
	color: #000;
    font-weight: bold;
    font-style: italic;
    font-size: 22px;

}
#depoimentos em{
	color: #6ed6d6;
    font-family: 'Nexa Slab';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
}
#depoimentos .vc_row:nth-child(2) .vc_column-inner > * > .wpb_text_column > *,
#depoimentos .vc_row:nth-child(2) .vc_column-inner > * {
    height: 100%;
}
#depoimentos .vc_row:nth-child(2) .vc_column-inner > * > .wpb_text_column {
    height: calc(100% - 102px);
}
#cursos h2,
#contato h2,
#metodologia h2,
#o-colegio h2{
	margin-bottom: 40px !important;
}
#o-colegio .vc_row:nth-child(2){
	margin-top: 90px !important;
	margin-bottom: 60px !important;
}

#contato,
#cursos{
	position: relative !important;
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
#contato{
	margin-bottom: 0 !important;
}

#contato:after,
#cursos:after{
	content: '';
	left: 0;
	right: 0;
	height: 22px;
	width: 100%;
	background: url(images/onda-1.png);
	top: -22px;
	position: absolute;

}
#contato:before,
#cursos:before{
	content: '';
	left: 0;
	right: 0;
	height: 22px;
	width: 100%;
	background: url(images/onda-2.png);
	bottom: -22px;
	position: absolute;
	
}

#cursos .vc_row:nth-child(2),
#cursos .vc_row:nth-child(3){
	margin-top: 50px !important;
}
#cursos .vc_row:nth-child(2) .wpb_column:nth-child(1),
#cursos .vc_row:nth-child(3) .wpb_column:nth-child(1){
	width: 265px !important;

}
#cursos .vc_row:nth-child(2) .wpb_column:nth-child(2),
#cursos .vc_row:nth-child(3) .wpb_column:nth-child(2){
	width: calc(100% - 265px) !important;

}
#cursos .wpb_single_image figure {
    background: #6ed6d6;
        padding-top: calc(100% - 30px) !important;
    position: relative;
    border-radius: 300px;
    float: left;
    width: 100%;
    margin: 0 !important;
}
#cursos .wpb_single_image img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
h3{

    font-family: 'Nexa Slab';
    font-size: 30px;
    color: #000;
    font-weight: 900;
    margin:0 0 30px;
}
#metodologia .vc_btn3-container{
	margin-top: 160px !important;
}

footer{
	background: #9fe4e4;padding: 90px 0 70px;
    text-align: center;
}
form.wpcf7-form, form.wpcf7-form span, form.wpcf7-form span input, form.wpcf7-form span textarea, form.wpcf7-form span select {
    float: left;
    width: 100%;
}
form.wpcf7-form{
	margin-bottom: 40px;
}

form.wpcf7-form span input, form.wpcf7-form span textarea, form.wpcf7-form span select {
    border: 2px solid #9fe4e4;
    background: transparent;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'Nexa';
}
form.wpcf7-form span{
	margin-bottom: 15px;
}
form.wpcf7-form span textarea{
	height: 200px;
	line-height: 1.5;
	padding: 10px 20px;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit{
	float: right;
	border:0;
	background: #9fe4e4;
	border-radius: 0;
	height: 40px;
	padding: 0 45px;
	text-transform: uppercase;
	color: #000;
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover{
	background: #c6f4f4;
}

#contato ul li,
#contato ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#contato ul li{
	padding-left: 35px;
	text-align: left;
	margin-top: 15px;
	position: relative;
	float: left;
	width: 100%;
}

#contato ul li:after{
	position: absolute;
	font-family: FontAwesome;
	color: #9fe4e4;
	font-size: 22px;
	left: 0;
	top: 0;
	line-height: 1.3;
	width: 30px;
	text-align: center;
}
#contato ul li:nth-child(1):after{
	content: "\f041";
}
#contato ul li:nth-child(2):after{
	content: "\f095";
}
#contato ul li:nth-child(3):after{
	content:"\f0e0";
}




footer p{
	margin:20px 0 0 0;
	color: #fff;
    font-family: 'Nexa Slab';
    font-weight: 700;
    font-size: 21px;
}
footer p a{
	text-decoration: none;
	color: inherit;
}

@media(max-width: 1930px){
	#cursos > *:nth-child(1):after {
        width: 250px;
	    height: 300px;
	    background-position: center;
	}

	#o-colegio:after {
        width: 300px;
	    height: 505px;
	    background-position: center;

	}
	#metodologia:before {
        width: 525px;
	    background-position: bottom center;
	    height: 800px;
	}
}
@media(max-width: 1650px){
	#depoimentos:before {
	    width: 340px;
	    background-position: center;
	    height: 247px;
	    right: 0px;
	}
	#o-colegio:after {
	    width: 200px;
	    height: 350px;
	    background-position: center;
	}
	#cursos > *:nth-child(1):after {
	    width: 190px;
	    height: 245px;
	}
	#metodologia:after {
        width: 200px;
	    background-position: center;
	    height: 240px;
	}
	#metodologia:before {
	    width: 450px;
	    background-position: bottom center;
	    height: 690px;
	}
	#metodologia .vc_btn3-container {
	    margin-top: 70px !important;
	}
	#depoimentos:after {
        width: 250px;
	    background-position: center;
	    height: 270px;
	}

}
@media(max-width: 1500px){

	#metodologia:before {
	    width: 360px;
	    height: 550px;
	}
}
@media(max-width: 1370px){
	#cursos > *:nth-child(1):after{
		display: none;
	}
	#metodologia:after{
		right: 15px;
	}
	#depoimentos:before {
	    width: 300px;
	    background-position: center;
	    height: 205px;
	    right: 0;
	    bottom: -170px;
	}
	#depoimentos:after {
	    width: 170px;
	    background-position: center;
	    height: 175px;
	    top: 85px;
	}

}
@media(max-width: 1200px){
	.vc_section > .vc_row,
	.container{
    	width: 940px !important;
    }
    #depoimentos .vc_row:nth-child(2) .wpb_text_column .wpb_wrapper {
	    padding-left: 25px;
	    padding-right: 25px;
	    margin-left: 0;
	    margin-right: 0;
	}
	#contato .vc_col-sm-4 {
	    width: 380px !important;
	}
	#contato .vc_col-sm-4 + *{
	    width: calc(100% - 380px) !important;
	}

	#depoimentos:after {
	    width: 120px;
	    left: 0;
	}
	#depoimentos:before {
	    width: 235px;
	}
	#o-colegio:after{
		bottom: -140px;
	}
	#metodologia:after{
		display: none;
	}
	#metodologia .vc_col-sm-2{
		display: none;
	}
	#metodologia .vc_col-sm-8{

		float: right;
	}

	header nav ul li{
		margin: 0 10px;
	}
	header nav ul li a{
		font-size: 20px;
	}
	header .branding, header .branding * {
	    width: 170px;
	    height: 59px
	}
	h1 {
	    font-size: 74px;
	}
	.vc_btn3-container .vc_btn3.vc_btn3-size-md {
	    height: 52px !important;
	    line-height: 52px !important;
	    font-size: 22px !important;
	    padding: 0 30px !important;
	}
	#cursos .vc_row:nth-child(2) .wpb_column:nth-child(1), #cursos .vc_row:nth-child(3) .wpb_column:nth-child(1) {
	    width: 210px !important;
	}
	#cursos .vc_row:nth-child(2) .wpb_column:nth-child(2), #cursos .vc_row:nth-child(3) .wpb_column:nth-child(2) {
	    width: calc(100% - 210px) !important;
	}
	#cursos .wpb_single_image img{
		width: 50% !important;
	}


}
@media(max-width: 992px){
	.vc_section > .vc_row,
	.container{
    	width: 740px !important;
    }
    header.scroll .branding, header.scroll .branding *,
    header .branding, header .branding * {
	    width: 110px;
	    height: 38px;
	}
	header nav ul li a {
	    font-size: 16px;
	}
	header nav ul li {
	    margin: 0 8px;
	}
	.miolo-site > * > section.vc_section.banner > * {
	    background-size: 70% auto !important;
	    background-position: 150% bottom !important;
	}
	#depoimentos blockquote{
		font-size: 16px;
	}
	#depoimentos > .vc_row:nth-child(2){
		padding: 0;
	}
	#depoimentos .vc_row:nth-child(2) .wpb_text_column .wpb_wrapper {
	    background-size: 55px;
	    background-position: 20px 120px;
	}
	#depoimentos:before {
	    width: 185px;
	    bottom: -130px;
	}
	#depoimentos:after{
		top: 170px;
	}
	#o-colegio:after {
	    width: 130px;
	}
}
@media(max-width: 767px){

	body{
		font-size: 16px;
	}
	.vc_section > .vc_row,
	.container{
    	width: 350px !important;
    }
    header button.menu-toggle{
    	background: transparent;
    	border:0;
    	color: #fff;
    	padding: 0;
    	font-size: 24px;
	    float: right;
	    order:3;
	    margin-left: 12px;
	    padding-left: 12px;
	    border-left: 1px solid rgba(255,255,255,.7);

    }
    header nav .social a {
	    width: 30px;
	    height: 30px;
	    line-height: 31px;
	    font-size: 16px;
	    border-width: 1px;
	}

    header button.menu-toggle, 
    header nav.main-navigation.toggled ul#primary-menu {
	    display: block !important;
	}
    header nav.main-navigation ul#primary-menu{
    	display: block !important;
    	left: -200px;
	}
    header nav.main-navigation .social{
    	float: left;
    }
    header nav.main-navigation .social ul{
    	display: block !important;
    }
    header nav.main-navigation ul#primary-menu {
	    position: fixed;
	    width: 200px;
	    top: 0;
	    padding: 10px;
	    bottom: 0;
	    background: #9fe4e4;
	}
    header nav.main-navigation.toggled ul#primary-menu{
	    left: 0;

    }
    header nav.main-navigation ul#primary-menu  li{
    	margin:0;
    	width: 100%;
    	border-bottom: 1px solid rgba(255,255,255,.4);
    }
    header nav.main-navigation.toggled button.menu-toggle i:before{
    	content: "\f00d";
    }
    


	h1 {
	    font-size: 52px;
	}
	/*
	.miolo-site > * > section.vc_section.banner > * {
	    align-content: flex-start;
	}*/
	.miolo-site > * > section.vc_section.banner > * .vc_column-inner {
	    padding: 0 !important;
	}
	.vc_btn3-container .vc_btn3.vc_btn3-size-md {
	    height: 42px !important;
	    line-height: 42px !important;
	    font-size: 18px !important;
	    padding: 0 20px !important;
	}
	.miolo-site > * > section.vc_section.banner > * {
	    background-position: -25% bottom !important;
	    background-size: auto calc(100% - 80px) !important;
	}

	h2:after{
		display: none;
	}
	h2:before{
		top: auto;
		bottom: 0px;
		left: 50%;
		right: auto;
		transform: translateX(-50%)
	}


	#cursos .vc_row:nth-child(2) .wpb_column:nth-child(1), #cursos .vc_row:nth-child(3) .wpb_column:nth-child(1),
	#cursos .vc_row:nth-child(2) .wpb_column:nth-child(2), #cursos .vc_row:nth-child(3) .wpb_column:nth-child(2),
	#contato .vc_col-sm-4 + *,
	#contato .vc_col-sm-4{
		width: 100% !important;
	}

	#depoimentos h2 {
	    font-size: 22px;

	}
	h2 {
	    font-size: 36px;
	    padding-bottom: 25px !important;
	}
	.miolo-site > * > section.vc_section {
    	padding: 45px 0 !important;
	}
	#depoimentos:after {
	    top: 100px;
	    width: 90px;
	}
	#depoimentos em{
		font-size: 18px;
	}
	#depoimentos .vc_col-sm-6:nth-child(2) {
	    margin-top: 30px;
	}
	#depoimentos:before {
	    width: 130px;
	    bottom: -60px;
	    height: 100px;
	}
	#cursos h2, #contato h2, #metodologia h2, #o-colegio h2 {
	    margin-bottom: 20px !important;
	}
	#o-colegio .vc_row:nth-child(2) {
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	    margin-top: 30px !important;
	    margin-bottom: 10px !important;
	}
	#o-colegio .vc_col-sm-4 {
	    width: 50%;
	    float: left;
	}
	#o-colegio:after {
	    width: 90px;
	    height: 160px;
	    bottom: 82px;
	}
	#cursos .wpb_single_image figure {
	    width: 50%;
	    padding-top: calc(50% - 30px) !important;
	    margin-left: 25% !important;
	    margin-bottom: 20px !important;
	}
	#cursos .vc_row:nth-child(2), #cursos .vc_row:nth-child(3) {
	    margin-top: 20px !important;
	}
	h3 {
	    font-size: 22px;
	    text-align: center;
	    margin: 0 0 10px;
	}
	.miolo-site > * > section.vc_section#cursos .vc_row:nth-child(2) .wpb_wrapper, .miolo-site > * > section.vc_section#cursos .vc_row:nth-child(3) .wpb_wrapper, .miolo-site > * > section.vc_section.banner .wpb_wrapper{
		text-align: center;
	}

	.miolo-site > * > section.vc_section.banner .wpb_wrapper{
		text-align: left;
	}
	#cursos .vc_row:nth-child(3) {
	    margin-top: 50px !important;
	}
	#metodologia:before {
	    width: 125px;
	    height: 250px;
	}
	#contato .vc_col-sm-4 + * iframe {
	    height: 240px !important;
	}
	#contato .vc_col-sm-4 + * {
	    margin-top: 40px;
	}
	footer p{
		font-size: 16px;
	}
	footer img {
	    width: 150px;
	}
	header.scroll{
		padding: 5px 0;
	}
	header.scroll .branding, header.scroll .branding * {
	    width: 80px;
	    height: 28px;
	}
}

@media(max-width: 370px){

	body{
		font-size: 14px;
	}
	.vc_section > .vc_row,
	.container{
    	width: 310px !important;
    }
    #depoimentos h2 {
	    font-size: 19px;
	}
	#depoimentos:after {
	    top: 125px;
	    width: 90px;
	    height: 100px;
	}
	h2 {
	    font-size: 28px;
	}
}