/*!
Theme Name: dna
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: LICENSE
Text Domain: dna
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.

dna is based on Underscores https://underscores.me/, (C) 2012-2017 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 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:0 0 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 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;
}











/* CSS SHINA */

.fb-comments span iframe {
	width: 100%;
}



/*  //////////////////////////////////////////////////////////////////////// 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;
}
.vc_section.full > .vc_row {
    width: 100% !important;
}
.vc_section.full > .vc_row > * > *{
	padding: 0 !important;
}
body{
    margin: 0;
    color: #757575;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}
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;
    font-family: 'Montserrat', sans-serif;
}
.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%;
}
body .miolo-site > * > section.vc_section.depoimentos,
body.home .miolo-site > * > section.vc_section {
    padding: 145px 0 !important;
}
body .miolo-site > * > section.vc_section.depoimentos:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

body.home .miolo-site > * > section.vc_section:first-child{
	padding: 0 !important;
}
.miolo-site > * > section.vc_section {
    padding: 70px 0 !important;
}
body.home .miolo-site > * > section.vc_section.nopad,
.miolo-site > * > section.vc_section.nopad,
.miolo-site > * > section.vc_section.nopad{
	padding: 0 !important;
}
.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;
	border-bottom: 1px solid #fff;
	z-index: 99999;
}

header .branding{
	float: left;
	margin: 0;
}
header .branding strong{
	float: left;
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	line-height: 22px;
	color: #fff;
	margin: 39px 0;
}
header nav.main-navigation{
	float: right;
	width: auto;
	margin: 0;
}
header nav ul,
header nav ul li{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
header nav ul li{
	margin: 0 20px;
}
header nav ul li a{
	font-size: 13px;
	line-height: 100px;
	float: left;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}
header.scroll nav > div > ul > li > a{
	line-height: 70px;
	color: #000;
}
header.scroll nav > div > ul > li.menu-item-has-children > a:after{
	color: #000;
	top: 24px;
}
header.scroll .branding strong{
	margin: 24px 0;
	color: #000;
}
header.scroll{
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

header.scroll nav > div > ul > li > a:hover,
header.scroll nav > div > ul > li:hover > a,
header.scroll nav > div > ul > li.menu-item-has-children:hover > a:after{
	color: #fa961e;
}


header nav ul li.menu-item-has-children.current-page-ancestor > a:after,
header nav ul li.current-page-ancestor > a:after,
header nav ul li.current-page-ancestor > a,
header nav ul li.menu-item-has-children.current-menu-item a:after,
header nav ul li.menu-item-has-children a:hover::after,
header nav div > ul > li.current-menu-item > a,
header nav ul li a:hover,
header nav ul li:hover > a,
header nav ul li.menu-item-has-children:hover > a:after{
	color: #fa961e;
}
header nav ul li.current-page-ancestor a:before,
header nav ul li.current-menu-item a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	background: #fa961e;
}

header nav ul li:last-child{
	margin-right: 0;
}
header nav ul li:first-child{
	margin-left: 0;
}

header nav ul li.menu-item-has-children a{
	position: relative;
	padding-right: 13px;
}
header nav ul li.menu-item-has-children > a:after{
	content: "\f0dd";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	right: 0;
	top: 40px;
	line-height: 16px;
}

header nav ul li ul{
	box-shadow: none !important;
	width: 200px !important;
	padding: 10px 0 !important;
	background: #FA961D;
}
header nav ul li ul li{
	margin: 0 !important;
	float: left;
	width: 100%;
}
header nav ul li ul a {
    padding: 0 20px;
    line-height: 30px;
    height: 30px;
    float: left;
    width: 100% !important;
}


header nav div > ul > li  ul li.current-menu-item a,
header nav ul li ul li:hover a,
header nav ul li ul a:hover{
	color: #060606 !important;
}
.miolo-site > * > section.vc_section.banner-topo{
	position: relative !important;
	padding: 0 !important;
}
.banner-topo *{
	position: static !important;
}
.miolo-site > * > section.vc_section.banner-topo:after{
	content: '';
	background: rgba(0,0,0,0.6);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.banner-topo .wpb_text_column {
	top: 50%;
    transform: translateY(-50%);
    position: absolute !important;
    left: 0;
    width: 100%;
    z-index: 2;
}
.banner-topo h1{
	font-size: 100px;
	line-height: 110px;
	color: #fff;
	margin: 0;
}
.banner-topo p{
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin:15px 0 0;
}

h3,
h2{
	color: #060606;
	font-size: 35px;
	line-height: 64px;
	margin: 0 !important;
}
h3{
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}
h2 small{
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
h2 + p{
	font-size: 20px;
	line-height: 26px;
	margin: 25px 0 0;
}

.fixed .vc_column-inner {
    padding: 0 !important;
    background-attachment: fixed;
    background-position: center;
    margin-bottom: 15px;
    margin-top: 65px;
}
.fixed .vc_column-inner figure{
	margin: 45px 0;
}
.fixed .vc_column-inner h3{
	height: 65px;
	background:	#f7f7f7;
	width: calc(100% - 50px);
	margin: 0 25px !important;
	color: #060606;
	font-size: 28px;
	text-align: center;
	font-weight: 700;
    line-height: 35px;
    padding: 30px 0 0 0;
}
.servs a{
	text-decoration: none;
	color: inherit;
}
section.cases-home{
	margin-top: 60px;
}

section.cases-home .item{
	width: calc(33.33333333% - 20px);
	float: left;
	margin-right: 30px;
}
section.cases-home .item:last-child{
	margin-right: 0;
}
section.cases-home .item .img{
	width: 100%;
	float: left;
	padding-top: 66%;
	background-size: cover;
	background-position: center;
}
section.cases-home .item .term-list,
section.cases-home .item h3{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	color: #060606;
	margin: 35px 0 15px !important;
}
section.cases-home .item .term-list{
	font-size: 17px;
	color: #757575;
	line-height: 22px;
	margin: 0 !important;
	font-weight: normal;
}
section.cases-home .item .term-list a,
section.cases-home .item h3 a{
	text-decoration: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-size: inherit;
}
.vc_btn3-container{
	margin:50px 0 0 !important;
	float: left;
	width: 100%;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit,
.vc_btn3-container a.vc_general.vc_btn3{
	padding: 0 50px !important;
	border:2px solid #fa961e !important;
	height: 50px !important;
	background: #fa961e !important;
	font-size: 15px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	color: #fff !important;
	border-radius: 25px !important;
	line-height: 46px !important;
	cursor: pointer !important;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover,
.vc_btn3-container a.vc_general.vc_btn3:hover{
	background: transparent !important;
	color:  #fa961e !important;
}

.depoimentos h2{
	color: #fff;
    font-size: 50px;
    line-height: 54px;
}
.owl-depoimento {

	padding-bottom: 30px;
}
.owl-depoimento blockquote{
	width: 66%;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	padding: 0;
	margin:25px 17% 0;
}
.owl-depoimento h3{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 0 0 0 !important;
	color: #fff;
}
.owl-depoimento strong{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
form.wpcf7-form {
    float: left;
    width: 100%;
    margin-top: 70px;
    text-align: center;
}

body:not(.home) form.wpcf7-form{
	margin-top: 30px;
}

form.wpcf7-form span.wpcf7-form-control-wrap input, 
form.wpcf7-form span.wpcf7-form-control-wrap textarea  {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    background: #f2f2f2;
    height: 50px;
    line-height: 50px;
}

form.wpcf7-form span.wpcf7-form-control-wrap select  {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 5px;
    border: 0;
    border-radius: 0;
    background: #f2f2f2;
    height: 50px;
    line-height: 50px;
}
form.wpcf7-form span.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
form.wpcf7-form span.wpcf7-form-control-wrap:nth-child(1), form.wpcf7-form span.wpcf7-form-control-wrap:nth-child(2) {
    width: calc(50% - 10px);
}
form.wpcf7-form span.wpcf7-form-control-wrap:nth-child(2) {
    float: right;
}
form.wpcf7-form span.wpcf7-form-control-wrap textarea {
	height:200px;
	padding: 10px 15px;
	line-height: 22px;
}
.formulario ul{
	list-style: none;
	margin:30px 0 0;
	padding: 0;
	text-align: center;
	float: none;
	display: block;
	width: 100%;
}
body:not(.home) .formulario ul{
	margin-top: 0;
}
.formulario ul li{
	float: none;
	display: inline-block;
	margin: 0 5px;
}
.formulario ul li i:before{
	font-size: 18px;
}
.formulario ul li i.fa-mobile:before{
	font-size: 24px;
}

footer{
	padding: 60px 0;
	background: #f7f7f7;
}
footer *{
	text-align: center;
	font-weight: 300;
	font-size: 14px;
}
footer p{
	margin-bottom: 0;
}
footer ul{
	width: auto;
	display: inline-block;
	float: none;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}
footer ul li{
	float: left;
	margin: 0 25px;
}
footer ul li a{
	float: left;
}
footer ul li a i{
	float: left;
	line-height: 20px;
}
footer ul li a span{
	float: left;
	font-size: 11px;
	line-height: 20px;
	border-left: 1px solid #d8d8d8;
	margin-left: 10px;
	padding-left: 10px;
	color: #060606;
	font-weight: 600;
	text-transform: uppercase;
}



footer ul li a i:before{
	color: #060606;
	font-size: 14px;
}
section#content.miolo-site section.top {
    padding-top: 100px;
    height: 350px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section#content.miolo-site section.top h3,
section#content.miolo-site section.top h1{
	font-size: 50px;
	color:#fff;
	line-height: 54px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px 0 10px !important;
}

section#content.miolo-site section.top {
	position: relative;
}
section#content.miolo-site section.top .container{
	top: calc(50% + 50px);
	left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
}
section#content.miolo-site section.top:after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	z-index: 1;
	content: '';
}




section#content.miolo-site section.top ul{
	float: none;
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
section#content.miolo-site section.top ul li{
	float: left;
	font-size: 11px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	line-height: 20px;
}
section#content.miolo-site section.top ul li *{
	color: inherit;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
}
section#content.miolo-site section.top ul li.separator {
    margin: 0 5px;
}
section#content.miolo-site section.top ul li.item-current strong{
	color: #fa961e;
}

.equipe p{
	font-size: 14px;
	color: #060606;
	line-height: 22px;
}
.equipe h3{
	margin-top: 25px !important;
}
.equipe figure{
	margin-top: 50px !important;
}
.carousel-slider-outer {
    margin-top: 50px;
}
body.parent-servicos h3{
	font-weight: bold;
}
body.parent-servicos .vc_col-sm-8 p:first-child strong{
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	color:#060606;
}
body.parent-servicos form.wpcf7-form span.wpcf7-form-control-wrap textarea{
	height: 130px;
}
body.parent-servicos form.wpcf7-form span.wpcf7-form-control-wrap:nth-child(1),
body.parent-servicos form.wpcf7-form span.wpcf7-form-control-wrap:nth-child(2){
	width: 100%;
}
body.parent-servicos .vc_col-sm-8 p{
	margin-bottom: 35px;
}
body.parent-servicos .vc_col-sm-8 .wpb_single_image {
    float: left;
    margin: 50px 25px 0 0 !important;
}
body.parent-servicos .vc_section.icos figure{
	margin-top: 50px !important;
}
body.parent-servicos .vc_section.icos h3{
	margin-top: 15px !important;
}
body.parent-servicos .vc_section.icos p{
	color: #060606;
	line-height: 30px;
	margin-top: 5px !important;
}

.five-col.timeline{
	position: relative;
	margin-top:70px !important;
	padding-top: 35px;
}
.five-col.timeline:after{
	content: '';
	position: absolute;
	top: 0;
	width: 80%;
	left: 10%;
	height: 3px;
	background: #060606;
}
.five-col.timeline .vc_col-sm-2{
	position: relative;
}
.five-col.timeline .vc_col-sm-2:after{
	width: 20px;
	height: 20px;
	background: #060606;
	border-radius: 100%;
	content: '';
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -10px;
}
.menu-cases-menu-container,
.menu-categorias-container {
    float: left;
    width: 100%;
    text-align: center;
    margin: 70px 0 50px;
}
.menu-cases-menu-container ul,
.menu-categorias-container ul{
	list-style: none;
	float: none;
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu-cases-menu-container ul li,
.menu-categorias-container ul li{
	margin: 0 20px;
}
.menu-cases-menu-container ul li a,
.menu-cases-menu-container ul li,
.menu-categorias-container ul li a,
.menu-categorias-container ul li{
	float: none;
	display: inline-block;
	color: #060606;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}
body.search section.conteudo-blog,
body.archive section.conteudo-blog,
body.blog section.conteudo-blog{
	padding-left: 15px;
}

body.search article,
body.archive article,
body.blog article{
	width: calc(20% - 18px);
	margin-right: 15px;
	float: left;
}
body.search article .mgn,
body.archive article .mgn,
body.blog article .mgn{
	float: left;
	width: 100%;
	height: 65px;
}
body.search article .bg,
body.archive article .bg,
body.blog article .bg{
	padding: 50px;
	background-color: #f7f7f7;
	position: relative;
	border-top: 15px solid #fff;
	margin-bottom: 40px;
	float: left;
	width: 100%;
	text-align: center;
}
section.full-single-blog{
	text-align: center;
	padding-top: 80px;
}
section.full-single-blog .compartilhe,
section.full-single-blog .content-info-noticias,
section.full-single-blog .post-thumbnail{
	float: left;
	width: 100%;
	margin: 0 0 40px;
}
section.full-single-blog .content-info-noticias{
	text-align: left;
}
section.full-single-blog .post-thumbnail img{
	width: 100%;
}
body.search article .cats,
body.archive article .cats,
section.full-single-blog .cats,
body.blog article .cats{
	float: none;
	width: auto;
	display: inline-block;
}
body.search article .cats span,
body.search article .cats ul,
body.archive article .cats span,
body.archive article .cats ul,
section.full-single-blog .cats span,
section.full-single-blog .cats ul,
body.blog article .cats span,
body.blog article .cats ul{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
body.search article .cats span,
body.archive article .cats span,
section.full-single-blog .cats span,
body.blog article .cats span{
	font-size: 14px;
	margin-right: 5px;
}
body.search article .cats ul li a,
body.search article .cats ul li,
body.archive article .cats ul li a,
body.archive article .cats ul li,
section.full-single-blog .cats ul li a,
section.full-single-blog .cats ul li,
body.blog article .cats ul li a,
body.blog article .cats ul li{
	float: left;
	color: #060606;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
}
section.full-single-blog h1 {
    margin: 0 0 5px;
    font-size: 50px;
    line-height: 54px;
    color: #060606;
}
body.search article h3,
body.archive article h3,
body.blog article h3{
	font-weight: bold;
}
body.search article h3 a,
body.archive article h3 a,
body.blog article h3 a{
	text-decoration: none;
	color: inherit;
	line-height: inherit;
}
body.search article p,
body.search article .date,
body.archive article p,
body.archive article .date,
section.full-single-blog .date,
body.blog article p,
body.blog article .date{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	margin: 10px 0 0 0;
}
section.vc_section.full.nopad .widget.widget_nav_menu {
    margin: 0;
}
section.full-single-blog .compartilhe{
	text-align: center;
}
section.full-single-blog .center {
	float: none;
	display: inline-block;
	width: auto;
	margin: 0;
}
section.full-single-blog .date{
	color: #060606;
	margin: 0 0 50px;
}
.sfsi_wicons {
    margin: 0 10px 0 0 !important;
    width: 30px !important;
    height: 30px !important;
}
.sfsi_wicons a img{
	display: none !important;
}
.sfsi_wicons a{
	text-decoration: none;
}

.sfsi_wicons a:after {
    content: '';
    font-family: FontAwesome !important;
    line-height: 30px !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 18px !important;
    float: left;
    color: #060606 !important;
}
.sfsi_wicons a#sfsiid_facebook:after{
	content: "\f09a";
}
.sfsi_wicons a#sfsiid_google:after{
	content: "\f0d5";
}
.sfsi_wicons a#sfsiid_twitter:after{
	content: "\f099";
}
.sfsi_wicons a#sfsiid_youtube:after{
	content: "\f167";
}
.sfsi_wicons a#sfsiid_pinterest:after{
	content: "\f231";
}
.sfsi_wicons a#sfsiid_linkedin:after{
	content: "\f0e1";
}
.sfsi_wicons a#sfsiid_instagram:after{
	content: "\f16d";
}
.norm_row.sfsi_wDiv {
    width: 290px !important;
    padding-left: 10px;
    float: none !important;
    display: inline-block !important;
    position: static !important;
}

.sfsi_widget {
    width: 290px !important;
    float: none;
    display: inline-block;
    height: 40px !important;
    float: left;
}
section.full-single-blog .center span.byline {
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}
section.full-single-blog .center span.byline span a{
	text-transform: uppercase;font-weight: 600;
	text-decoration: none;
	color: #060606;
}
section.full-single-blog .comment{
	float: left;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	padding-top: 60px;
	margin: 0px 0 120px;
}
body.search article p a,
body.archive article p a,
body.blog article p a{
	text-decoration: none;
	color: inherit;
}
body.search article p a.img,
body.archive article p a.img,
body.blog article a.img {
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-top: 100%;
    margin: 25px 0 0;
}
body.search article p,
body.archive article p,
body.blog article p{
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	margin: 10px 0 0 0;
}
body.search article a.btn,
body.archive article a.btn,
body.blog article a.btn{
	float: left;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #060606;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 15px 0 0 0;
}
section.cont-full.search{
	padding: 50px 0 0px;
}
.full-pag,
.navigation {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    margin: 50px 0 70px;
}
.full-pag nav,
.navigation ul{
	list-style: none;
	float: none;
	margin: 0;
	width: auto;
	display: inline-block;
	padding: 0;
}
.full-pag nav *,
.navigation ul li{
	margin: 0 5px;
}
.full-pag nav *,
.navigation ul li *,
.navigation ul li{
	float: left;
}
.full-pag nav *,
.navigation ul li *{
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	color: #060606;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
}
.navigation ul li.txt *{
	font-size: 12px;
}
.full-pag nav *.current,
.navigation ul li.active *{
	width: 40px;
	text-align: center;
	background: #060606;
	border-radius: 20px;
	color: #fff;
}

form.search-form button i {
    display: none;
}
form.search-form button {
    border: 2px solid #fa961e !important;
    background: #fa961e !important;
    font-weight: 600 ;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer ;
    font-size: 12px;
    float: right;
    width: 90px;
    border: 0;
    padding: 0;
    text-align: center;
    height: 40px;
    border-radius: 0;
}
form.search-form button span{
    color: #fff;
}
form.search-form button:hover{
	background: transparent !important;
	color: #fa961e;
}
form.search-form button:hover span{
    color: #fa961e;
}
form.search-form input {
    float: left;
    height: 40px;
    background: #f5f5f5;
    border-radius: 0;
    border: 0;
    padding: 0 15px;
    font-size: 14px;
    width: calc(100% - 90px);
}

aside .widget#search-2{
	margin: 0;
}
aside .widget:not(#search-2) {
    margin: 0;
    float: left;
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 30px;
    margin: 40px 0 0;
}
aside .widget:not(#search-2) h2{
	font-size: 13px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	text-align:center;
	line-height: 18px;
	margin-bottom: 10px !important;
}
aside .widget:not(#search-2) p,
aside .widget:not(#search-2) ul li,
aside .widget:not(#search-2) ul li a,
aside .widget:not(#search-2) ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
aside .widget:not(#search-2) p,
aside .widget:not(#search-2) ul li a{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 5px 0 0;
	text-decoration: none;
	color: #999;
}
aside .widget:not(#search-2) form.wpcf7-form{
	margin-top: 15px !important;
}

aside .widget:not(#search-2) form.wpcf7-form span.wpcf7-form-control-wrap:nth-child(1), 
aside .widget:not(#search-2) form.wpcf7-form span.wpcf7-form-control-wrap:nth-child(2){
	width: 100%;
	text-align: center !important;
	margin-bottom: 10px;
}
aside .widget:not(#search-2) form.wpcf7-form span input{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 14px;
	height: 40px;
	line-height: 40px;
}

aside .widget:not(#search-2) form.wpcf7-form input.wpcf7-form-control.wpcf7-submit{
	border-radius: 0 !important;
	height: 40px !important;
	line-height: 36px !important;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
}
.all-cases{
	width:100%;
	float: left;
}
.all-cases .item{
	float: left;
	width:calc(33.333333333333333% - 20px);
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

.all-cases .item img{
	float: left;
	width: 100%;
}

.all-cases .item .info{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	background: rgba(255,255,255,0.75);
	opacity: 0;
}

.all-cases .item a:hover .info{
	opacity: 1;
}
.all-cases .item a:hover img{
	opacity: 0;
}
.all-cases .item a{
	float: left;
	width: 100%;
	background-size: 100%;
	background-position: center;
}
.all-cases .item a:hover{
	background-size: 140%;
	background-position: center;
}

.all-cases .item .info .txt{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 30px;
    transform: translateY(-50%);
    text-align: center;
}
.all-cases .item .info .txt h3{
	float: left;
	width: 100%;
	font-size: 25px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
}

.all-cases .item .info .txt .term-list {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #060606;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}

.titulo-case{
	margin-top: 80px;
	margin-bottom: 50px;
}
.titulo-case h1{
	font-size: 50px;
	line-height: 54px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #060606;
}

section.type-case {
	margin-bottom: 80px;

}
section.type-case .vc_col-sm-12 .wpb_single_image {
    margin: 30px 0 !important;
}
section.type-case .colunas{
	margin-bottom: 50px !important;
}
section.type-case .colunas h2{
	color: #8d8d8d;
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-style: italic;
	line-height: 26px;
	display: block;
	margin: 0 0 20px !important;
}
section.type-case .colunas h2 + p{
	margin: 0 0 15px;
}
section.type-case .colunas *{
	color: #8d8d8d;
	font-style: italic;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
}
section.type-case .colunas > * > * > .wpb_wrapper {
    padding-left: 20px;
    border-left: 5px solid #eee;
}
.vc_row.wpb_row.vc_row-fluid.numeros {
    padding: 0 15px;
}
.numeros .vc_col-sm-4{
	padding: 20px 15px !important;
	background: #eee;
}
.numeros .vc_col-sm-4 * {
    color: #fa961e;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 17px;
}
.numeros .vc_col-sm-4 strong {
    font-size: 25px;
    line-height: 25px;
}
.numeros .vc_col-sm-4:nth-child(even){
	background: #e2e2e2;
}

.vc_row.wpb_row.vc_row-fluid.btn{
	margin-top: 55px;
}

div.wpcf7-mail-sent-ok {
	font-size: 0;
    border: 2px solid #398f14;
    display: inline-block;
    background-image: url(http://dnacomunicacao.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    float: right;
    margin: -48px calc(50% - 88px) 0 0;
}


.single-post .full-single-blog h2 + p{
    font-size: 18px;
    line-height: 26px;
    margin: 25px 0 15px;
}
.single-post .full-single-blog h3{
	margin-top: 15px;
}
.single-post .full-single-blog h3 + p{
	margin-top: 5px;
}

.single-post .full-single-blog h2 {
    line-height: 1.2;
}
.single-post .full-single-blog li a,
.single-post .full-single-blog p a{
	color: #000;
}
.single-post .full-single-blog li a:hover,
.single-post .full-single-blog p a:hover{
	text-decoration: none;
}
.single-post .full-single-blog ol,
.single-post .full-single-blog ul{
	list-style-position: inside;
	margin: 0 0 15px;
}
aside section#simple_facebook_page_feed_widget-2, aside section#text-3 {
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
}

.todos_ebooks {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.todos_ebooks .col-lg-6{
	text-align: center;
	margin-top: 60px;
}

.todos_ebooks img{
	float: left;
	width: 100%;
}

.todos_ebooks h3{
	    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 0 0 !important;
    text-align: center;
}
.todos_ebooks h3 a{
	text-decoration: none;
	color: inherit;
}

.todos_ebooks a.btn{
	display: inline-block;
	float: none;
	color: #fff;
	    border: 2px solid #fa961e !important;
    background: #fa961e !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 0 20px;
    text-align: center;
    height: 40px;
    text-decoration: none;
    line-height: 36px;
    border-radius: 20px;
    margin: 20px 0 0 0;
}
.todos_ebooks a.btn:hover{
	background: #fff !important;
	color: #fa961e !important;
}



























a {
    color: inherit;
}

/*NEW LP */

body.page-agencia-de-criacao-de-sites h2 {
    text-transform: uppercase;
        font-size: 50px;
}

body.page-agencia-de-criacao-de-sites .miolo-site > * > section.vc_section.depoimentos:after{
	display: none;
}
body.page-agencia-de-criacao-de-sites .vc_section:nth-child(1) .wpb_column:nth-child(1) h3 {
    margin-bottom: 30px !important;
}
body.page-agencia-de-criacao-de-sites form.wpcf7-form span.wpcf7-form-control-wrap {
    width: calc(50% - 10px) !important;
}
body.page-agencia-de-criacao-de-sites form.wpcf7-form span.wpcf7-form-control-wrap.empresa {
    float: right;
}
body.page-agencia-de-criacao-de-sites form.wpcf7-form span.wpcf7-form-control-wrap.funcionarios {
    float: right;
}
body.page-agencia-de-criacao-de-sites form.wpcf7-form span.wpcf7-form-control-wrap.msg {
    width: 100% !important;
}
body.page-agencia-de-criacao-de-sites .ttl-lp p {
    margin: 0 !important;
}
body.page-agencia-de-criacao-de-sites .ttl-lp p strong {
    margin: 0 !important;
    color: #7c7c7c;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
}
body.page-agencia-de-criacao-de-sites .timeline h3 {
    font-size: 18px;
    line-height: 1.2;
}
body.page-agencia-de-criacao-de-sites .timeline p {
    font-size: 16px;
    line-height: 1.6;
    margin: 5px 0 0 0;
}
.sites-lp.all-cases {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 40px !important;
}
.sites-lp.all-cases .item {
    height: 160px !important;
}
header nav ul li ul {
    width: 260px !important;
}

@media(max-width: 1280px){
	.sites-lp.all-cases .item {
	    height: 130px !important;
	}
}
@media(max-width: 991px){
	.page-agencia-de-criacao-de-sites .icos .vc_col-sm-3 {
	    width: 50%;
	}
	body.page-agencia-de-criacao-de-sites .timeline h3 {
	    font-size: 14px;
	}
	body.page-agencia-de-criacao-de-sites .timeline p {
	    font-size: 14px;
	}
	.sites-lp.all-cases .item {
	    width: calc(50% - 15px) !important;
	    height: 160px !important;
	}

}
@media(max-width: 767px){
	body.page-agencia-de-criacao-de-sites .vc_section:nth-child(1) .wpb_column:nth-child(1) {
	    margin-bottom: 30px;
	}
	body.page-agencia-de-criacao-de-sites .vc_section:nth-child(1) .wpb_column:nth-child(1) h3 {
	    margin-bottom: 10px !important;
	}
	body.page-agencia-de-criacao-de-sites form.wpcf7-form span.wpcf7-form-control-wrap {
	    width: calc(50% - 5px) !important;
	}
	.page-agencia-de-criacao-de-sites .icos .vc_col-sm-3{
		width: 100% !important;
	}
	body.page-agencia-de-criacao-de-sites h2 {
	    font-size: 34px;
	}
	body.page-agencia-de-criacao-de-sites .ttl-lp p strong{
		font-size: 16px;
	}
	body.page-agencia-de-criacao-de-sites .timeline h3 {
	    text-align: left !important;
	}
	.sites-lp.all-cases .item {
	    width: 100% !important;
	}
}
@media(max-width: 400px){
	body.page-agencia-de-criacao-de-sites form.wpcf7-form span.wpcf7-form-control-wrap{
		width: 100% !important;
	}
	body.page-agencia-de-criacao-de-sites h2 {
	    font-size: 28px;
	}

	.sites-lp.all-cases .item {
	    height: 160px !important;
	}

}










@media(max-width: 1460px){
	body.search article,
	body.archive article,
	body.blog article{
		width: calc(25% - 18.75px);
		margin-right: 15px;
		float: left;
	}
}



@media(max-width: 1280px){
	body.search article,
	body.archive article,
	body.blog article{
		width: calc(33.33333333333333% - 20px);
		margin-right: 15px;
		float: left;
	}

	.vc_section > .vc_row, .container {
	    width: 940px !important;
	}
	.fixed .vc_column-inner h3 {
	    font-size: 22px;
	    padding: 15px 0 0;
	    height: 50px;
	}
	.banner-topo h1 {
	    font-size: 80px;
	    line-height: 90px;
	}
	.five-col.timeline p {
	    font-size: 14px;
	}

}



@media(max-width: 991px){
	body.search article .bg, body.archive article .bg, body.blog article .bg {
	    padding: 30px;
	}
	.vc_section > .vc_row, .container {
	    width: 730px !important;
	}
	.banner-topo h1 {
	    font-size: 60px;
	    line-height: 70px;
	}

	body .miolo-site > * > section.vc_section.depoimentos, 
	body.home .miolo-site > * > section.vc_section {
	    padding: 90px 0 !important;
	}
	h2 {
        font-size: 44px;
	    line-height: 52px;
	}
	h3 {
	    font-size: 20px;
	    line-height: 24px;
	}
	.equipe figure {
	    margin-top: 35px !important;
	}
	.equipe h3 {
	    margin-top: 10px !important;
	}
	h2 + p {
	    font-size: 16px;
	}
	.fixed .vc_column-inner{
		margin-top: 35px;
		margin-bottom: 10px;
	}
	.fixed .vc_column-inner h3 {
	    font-size: 16px;
	    padding: 10px 0 0;
	    height: 40px;
	    width: calc(100% - 30px);
	    margin: 0 15px !important;
	}

	section.cases-home .item .term-list,
	body {
        font-size: 14px;
	    line-height: 22px;
	}

	section.cases-home .item h3 {
	    font-size: 20px;
	    line-height: 24px;
	    margin: 25px 0 10px !important;
	}
	.vc_btn3-container {
	    margin: 35px 0 0 !important;
	}
	form.wpcf7-form input.wpcf7-form-control.wpcf7-submit, .vc_btn3-container a.vc_general.vc_btn3 {
	    height: 40px !important;
	    line-height: 36px !important;
	    font-size: 13px !important;
	    padding: 0 40px !important;
	}
	.depoimentos h2 {
        font-size: 44px;
	    line-height: 50px;
	}
	.owl-depoimento blockquote{
		width: 70%;
	    font-size: 16px;
	    line-height: 24px;
	    margin: 25px 15% 0;
	}
	form.wpcf7-form span.wpcf7-form-control-wrap input, 
	form.wpcf7-form span.wpcf7-form-control-wrap textarea{
		font-size: 14px;
	}
	body.parent-servicos .vc_col-sm-8 p:first-child strong{
		font-size: 18px;
		line-height: 24px;
	}
	body.parent-servicos .vc_section.icos p{
		line-height: 24px;
	}
	.all-cases .item .info .txt h3{
		font-size: 18px;
		line-height: 22px;
	}
	.all-cases .item .info .txt .term-list{
		line-height: 18px;
	}
	section.full-single-blog h1 {
	    margin: 0 0 10px;
	    font-size: 34px;
	    line-height: 40px;
	}
	.titulo-case {
	    margin-top: 60px;
	    margin-bottom: 35px;
	}
	.titulo-case h1{
	    font-size: 34px;
	    line-height: 40px;		
	}
	aside .widget:not(#search-2) {
	    padding: 20px 15px;
	}
	header nav ul li {
	    margin: 0 17px;
	}
}




@media(max-width: 767px){
	.menu-toggle, .main-navigation.toggled > div > ul {
	    display: block;
	}
	.main-navigation > div > ul {
	    display: none;
	}
	.vc_section > .vc_row, .container {
	    width: 386px !important;
	}
	.banner-topo h1 {
	    font-size: 36px;
	    line-height: 46px;
	}

	.banner-topo p {
	    font-size: 16px;
	    line-height: 26px;
	    padding: 0 10px;
	}
	.banner-topo p br{
		display: none;
	}


	header nav button.menu-toggle {
	    background: transparent;
	    border: 0;
	    width: 20px;
	    float: right;
	    height: 26px;
	    cursor: pointer;
	    margin: 22px 0;
	    padding: 0;
	}

	header nav button.menu-toggle .icon-bar:first-child{
		margin-top: 0;
	}
	header nav button.menu-toggle .icon-bar {
	    display: block;
	    width: 19px;
	    height: 3px;
	    margin-top: 3px;
	    background: #c2c2c2;
	}

	header nav.toggled button.menu-toggle .icon-bar.middle-bar {
	    opacity: 0;
	}

	header nav.toggled button.menu-toggle .icon-bar.top-bar {
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transform-origin: 2% 60%;
	    -moz-transform-origin: 2% 60%;
	    -o-transform-origin: 2% 60%;
	    -ms-transform-origin: 2% 60%;
	    transform-origin: 2% 60%;
	}

	header nav.toggled button.menu-toggle .icon-bar.bottom-bar {
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    -webkit-transform-origin: 8% 60%;
	    -moz-transform-origin: 8% 60%;
	    -o-transform-origin: 8% 60%;
	    -ms-transform-origin: 8% 60%;
	    transform-origin: 8% 60%;
	}
	header nav ul{
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		width: 100%;
		background: #fff;
		padding: 15px 0;
	}

	header nav > div > ul > li > a{
		line-height: 70px;
		color: #000;
		float: left;
		width: 100%;
	}
	header nav > div > ul > li.menu-item-has-children > a:after{
		color: #000;
		top: 4px;
	}
	header .branding strong{
		margin: 24px 0;
		color: #000;
	}
	header{
		background: #fff;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	header nav > div > ul > li > a:hover,
	header nav > div > ul > li:hover > a,
	header nav > div > ul > li.menu-item-has-children:hover > a:after{
		color: #fa961e;
	}

	header nav ul li {
	    margin: 0 !important;
	    width: 100%;
	    padding: 0 20px;
	}

	header.scroll nav > div > ul > li > a,
	header nav > div > ul > li > a {
	    line-height: 30px;
	}
	header nav ul li ul {
	    position: static !important;
	    width: 100% !important;
	}
	header nav ul li ul li{
		padding: 0;
	}

	h2 + p br{
		display: none;
	}
	.depoimentos h2,
	h2 {
	    font-size: 34px;
	    line-height: 42px;
	}
	.fixed .vc_column-inner h3{
		font-size: 20px;
	}
	section.cases-home .item{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	section.cases-home .item h3{
		margin-top: 15px !important;
	}
	.owl-depoimento blockquote{
		width: 100%;
		margin: 25px 0 0;
	}
	form.wpcf7-form span.wpcf7-form-control-wrap:nth-child(1), 
	form.wpcf7-form span.wpcf7-form-control-wrap:nth-child(2){
		width: 100%;
	}
	form.wpcf7-form span.wpcf7-form-control-wrap{
		margin-bottom: 10px;
	}
	.formulario ul li {
	    width: 100%;
	    margin: 0 0 10px;
	}
	.formulario ul li:last-child{
		margin-bottom: 0;
	}
	section#content.miolo-site section.top h3, 
	section#content.miolo-site section.top h1{
		font-size: 32px;
		line-height: 38px;
	}
	section#content.miolo-site section.top .container {
	    top: calc(50% + 35px);
	}
	section#content.miolo-site section.top {
	    padding-top: 70px;
	    height: 280px;
	}
	body.parent-servicos .vc_col-sm-8 p{
		margin-bottom: 15px;
	}
	body.parent-servicos .vc_col-sm-4 h3 {
	    margin-top: 60px !important;
	}
	.five-col .vc_col-sm-2{
		width: 100% !important;
		margin-bottom: 20px;
	}
	.five-col.timeline .vc_col-sm-2{
		padding-left: 50px;
	}
	.five-col.timeline p{
		text-align: left !important;
	}
	.five-col.timeline{
		position: relative;
		margin-top: 0 !important;
		float: left !important;
    	transform: translateX(-50%);
    	margin-left: 50% !important;
	}

	.five-col.timeline:after {
	    width: 3px;
	    left: 40px;
	    bottom: 50px;
	    height: auto;
	    background: #060606;
	    position: absolute;
	    clear: none;
	    top: 40px;
	    display: block;
	}
	.five-col.timeline .vc_col-sm-2:after {
	    top: 4px;
	    left: 34px;
	    margin: 0;
	    width: 15px;
	    height: 15px;
	}

	.all-cases .item{
		width: calc(50% - 15px);
	}
	body.search article, body.archive article, body.blog article{
		width: calc(50% - 22.5px);
	}
	body.single-post aside#secondary {
	    margin: 0 0 90px;
	    float: left;
	    width: 100%;
	}
	section.full-single-blog .comment {
	    margin: 0 0 50px;
	    border-bottom: 1px solid #e5e5e5;
	    padding: 40px 0;
	}
	.sfsi_widget,
	section.full-single-blog .center span.byline{
		width: 100% !important;
	}

	footer ul li a span{
		display: none;
	}
	footer ul li a{
		padding: 10px;
	}
}



@media(max-width: 520px){

	body.search section.conteudo-blog, body.archive section.conteudo-blog, body.blog section.conteudo-blog{
		padding-right: 15px;
	}
	.all-cases .item{
		width: 100%;
	}
	body.search article, body.archive article, body.blog article{
		width: calc(100% - 30px);
	}
}



@media(max-width: 400px){
	.vc_section > .vc_row, .container {
	    width: 310px !important;
	}
	header .container {
	    padding: 0 15px;
	}
	.banner-topo h1 {
	    font-size: 30px;
	    line-height: 34px;
	}
	.depoimentos h2, h2 {
	    font-size: 28px;
	    line-height: 36px;
	}
	form.wpcf7-form{
		margin-top: 40px;
	}
	section#content.miolo-site section.top h3, section#content.miolo-site section.top h1 {
	    font-size: 26px;
	    line-height: 32px;
	}
	.titulo-case h1 {
	    font-size: 30px;
	    line-height: 34px;
	}
	.row{
		margin: 0;
	}
	section.full-single-blog{
		padding-top: 60px;
	}
}