@charset "UTF-8";
/*!
Theme Name: Framework
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: framework
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.

Framework 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; }

/* 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: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

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; }

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: 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# 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; }

.post,
.page {
  margin: 0 0 1.5em; }

.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-1 .gallery-item {
  width: 100%; }

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

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

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

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

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

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

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

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

.gallery-columns-10 .gallery-item {
  width: 10%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# 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%; }

/* contact form 7 */
.formulario {
  max-width: 400px; }

.wpcf7 {
  margin: 24px 0 !important;
  font-size: 12px; }
  .wpcf7 input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #000;
    padding: 6px 8px;
    margin-bottom: 20px;
    background-color: transparent;
    color: #000;
    font-size: 12px;
    font-family: "Montserrat", sans-serif, sans-serif;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; }
  .wpcf7 textarea {
    width: 100%;
    padding: 6px 8px;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 12px;
    font-family: "Montserrat", sans-serif, sans-serif;
    background-color: transparent;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; }
  .wpcf7 input[type=submit] {
    width: 100px;
    height: 40px;
    margin-top: 30px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: "Montserrat", sans-serif, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; }
    .wpcf7 input[type=submit]:hover {
      background: #666; }

.wpcf7 input:hover, .wpcf7 input:active, .wpcf7 input:focus, .wpcf7 textarea:hover, .wpcf7 textarea:active, .wpcf7 textarea:focus {
  background: rgba(255, 255, 255, 0.5); }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  text-transform: uppercase; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  text-transform: uppercase; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  text-transform: uppercase; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  text-transform: uppercase; }

/* Contact form 7 message boxes */
span .wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
  color: #f00 !important;
  background: rgba(0, 0, 0, 0.1); }

span .wpcf7-not-valid:focus {
  background: #FFF;
  color: #000; }

span.wpcf7-not-valid-tip {
  display: none !important; }

div.wpcf7-response-output {
  margin: 0; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0px solid #f7e700;
  display: none !important; }

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0; }

div.wpcf7-mail-sent-ok {
  border: none !important;
  font-size: 14px;
  color: #398f14; }

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #ff0000; }

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500; }

.wpcf7-form-control-wrap {
  position: relative; }

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em; }

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em; }

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " "; }

.wpcf7-display-none {
  display: none; }

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url("../../images/ajax-loader.gif");
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle; }

div.wpcf7 .ajax-loader.is-active {
  visibility: visible; }

div.wpcf7 div.ajax-error {
  display: none; }

div.wpcf7 .placeheld {
  color: #888; }

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0; }

div.wpcf7 input[type="file"] {
  cursor: pointer; }

div.wpcf7 input[type="file"]:disabled {
  cursor: default; }

/* search */
#searchform {
  padding: 0 0 20px;
  margin: 0; }
  #searchform .wrap {
    width: 100%;
    position: relative; }
  #searchform label {
    display: block;
    color: #000;
    font-size: 18px;
    font-family: "Montserrat", sans-serif, sans-serif;
    font-weight: 700;
    margin: 32px 0 0 0;
    text-transform: uppercase; }
  #searchform input#s {
    margin: 14px 0 0 0;
    height: 40px;
    border: 1px solid #ddd;
    padding: 2px 56px 0 12px;
    width: 100%;
    color: #000;
    border-radius: 0; }
    #searchform input#s:focus {
      color: #333; }

#searchsubmit {
  border: none;
  width: 46px;
  height: 40px;
  background: url(assets/images/00icon_search.png) center center no-repeat #ddd;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 15px;
  margin: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  #searchsubmit:hover {
    background: url(assets/images/00icon_search.png) center center no-repeat #666; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #259044;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }

/*a:visited {
	color: #000;
}*/
a:hover, a:focus, a:active {
  color: #69b516; }

a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px; }
  .main-navigation ul {
    max-width: 830px;
    position: relative;
    z-index: 300;
    margin: 0 auto;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    .main-navigation ul li {
      position: relative;
      list-style-type: none;
      margin: 0;
      padding: 0 0 0 15px; }
      .main-navigation ul li::before {
        content: '';
        width: 5px;
        height: 30px;
        background: #259044;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear; }
      .main-navigation ul li a {
        display: block;
        border-bottom: none; }
      .main-navigation ul li ul {
        position: absolute;
        display: none;
        width: 12em;
        margin: 0;
        padding: 0;
        background: #666;
        z-index: 99999;
        line-height: 24px; }
        .main-navigation ul li ul a {
          height: auto;
          float: right;
          color: #aaa;
          padding: 4px 10px;
          height: auto; }
          .main-navigation ul li ul a:hover {
            color: #aaa;
            height: auto;
            border: none;
            border-radius: none !important; }
      .main-navigation ul li:hover::before {
        background: #69b516; }
      .main-navigation ul li:hover ul {
        display: block; }
      .main-navigation ul li.current_page_item a {
        color: #000; }
        .main-navigation ul li.current_page_item a:hover {
          color: #ccc; }
      .main-navigation ul li.current_page_item li a {
        color: #000; }
        .main-navigation ul li.current_page_item li a:hover {
          color: #fff; }
      .main-navigation ul li li a {
        color: #000; }
        .main-navigation ul li li a:hover {
          color: #fff; }
      .main-navigation ul li li.current_page_item a {
        background: none !important; }

.header-1 .main-navigation {
  width: 70%; }

.header-2 .main-navigation {
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px); }

.header-3 .main-navigation ul {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly; }

/*--------------------------------------------------------------
## Site
--------------------------------------------------------------*/
h1, .post h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.85em;
  text-transform: none;
  color: #259044;
  letter-spacing: -2px; }

h1 span {
  font-size: 35px;
  font-weight: 300;
  color: #69b516; }

h1.pagetitle {
  margin-bottom: 50px;
  font-weight: normal;
  text-transform: none; }

h2, .post h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #69b516; }

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase; }

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase; }

h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase; }

h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase; }

h6 span {
  text-transform: uppercase;
  font-style: italic; }

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  color: #084c18; }
  p strong {
    color: #259044; }

/* container */
.container {
  max-width: 1500px;
  margin: 0 auto; }
  .container::after {
    clear: both; }

.container::before, .container::after {
  content: "";
  display: table; }

/* redes */
#redes figure {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  background: #259044;
  position: relative;
  display: inline-block;
  margin: 0 3px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }
  #redes figure:hover {
    background: #69b516; }
  #redes figure a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    position: relative; }
    #redes figure a i {
      font-size: 16px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute; }

/* header duas linhas */
header {
  height: 160px;
  position: absolute;
  z-index: 9; }

.header-1 {
  width: 100%;
  background: transparent; }
  .header-1 .header-top {
    height: 30px;
    margin-top: 25px;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #259044; }
    .header-1 .header-top .container {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end; }
  .header-1 .tel {
    margin-left: 20px; }
  .header-1 #redes {
    margin-left: 40px; }
  .header-1 .header {
    height: 105px; }
    .header-1 .header .container {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
  .header-1 .logo {
    width: 30%;
    height: auto; }
    .header-1 .logo a {
      display: block;
      max-width: 250px; }

/* botoes bt */
.bt1 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  position: relative;
  border: transparent;
  overflow: hidden;
  display: block; }
  .bt1 a {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    background-color: #259044;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    .bt1 a:hover {
      background-color: #084c18; }

/* sobre */
.sobre {
  padding: 0;
  min-height: auto;
  /*background: url(assets/images/historia-bg.png) no-repeat;*/
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #e0e0e0 50%, rgba(245, 245, 245, 0.1) 100%);
  background-position: center bottom;
  background-size: cover;
  margin-top: -100px;
  position: relative;
  z-index: 1; }
  .sobre p {
    font-size: 14px; }
  .sobre .column-5 {
    padding-left: 40px; }
  .sobre .column-7 {
    position: absolute;
    right: 0; }
    .sobre .column-7 figure {
      margin-left: 1.6%;
      text-align: right; }
      .sobre .column-7 figure img {
        max-width: 95%; }
  .sobre h1 {
    margin-bottom: 70px; }
    .sobre h1 span {
      margin-left: -40px; }

/* video */
.video-destaque {
  margin-bottom: 100px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  z-index: 0; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

/* nossa história */
#nossa-historia {
  position: relative;
  margin-top: 400px; }
  #nossa-historia .column-4 {
    padding-left: 40px; }
    #nossa-historia .column-4 h1 span {
      margin-left: -40px; }

.timeline {
  width: 66%;
  height: auto;
  position: absolute;
  right: 0;
  top: 210px;
  /*background: url(assets/images/timeline-bg.png) bottom right no-repeat;*/
  background-size: 95%; }

/* nossos números */
.numeros {
  margin-top: 80px; }
  .numeros h1 {
    margin-left: 40px; }
    .numeros h1 span {
      margin-left: -40px; }

/* jeito de ser */
.jeitodeser {
  min-height: auto;
  padding: 200px 0 100px;
  /*background: url(assets/images/jeitodeser-bg.png) center no-repeat;*/
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #e0e0e0 50%, rgba(245, 245, 245, 0.1) 100%);
  position: relative;
  z-index: 1; }
  .jeitodeser h1 {
    max-width: 357px; }
  .jeitodeser h2 {
    max-width: 410px;
    margin: 50px 0; }
  .jeitodeser .row {
    width: 1702px;
    float: right;
    position: relative;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    .jeitodeser .row .esquerda {
      width: 30%;
      padding-left: 40px;
      position: relative;
      z-index: 1; }
      .jeitodeser .row .esquerda h1 {
        padding-left: 40px; }
        .jeitodeser .row .esquerda h1 span {
          margin-left: -40px; }
    .jeitodeser .row .direita {
      width: 71%;
      height: auto;
      background-image: linear-gradient(#69b516, #69b516);
      background-size: 80% 300px;
      background-position: right center;
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      z-index: 0; }
      .jeitodeser .row .direita .container-d {
        width: 1000px;
        float: left;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
      .jeitodeser .row .direita figure {
        width: calc(100% - 400px);
        position: relative;
        margin-left: -50px; }
      .jeitodeser .row .direita .texto {
        width: 400px;
        position: absolute;
        right: 0;
        bottom: 120px; }
        .jeitodeser .row .direita .texto p {
          color: #fff; }
      .jeitodeser .row .direita .bt1 {
        width: 85%;
        height: 60px;
        margin: auto;
        border-radius: 30px; }

/* colaboradores */
.colaboradores {
  height: 970px;
  margin-top: 0;
  padding-top: 0;
  /*background: url(assets/images/colab-bg.png);*/
  position: relative;
  z-index: 0; }
  .colaboradores .slick-images img {
    max-width: none;
    height: 100%; }
  .colaboradores .slick-slider {
    margin-bottom: 0 !important; }
  .colaboradores .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .colaboradores .jds-titulo {
    max-width: 485px;
    padding: 30px 50px;
    background: #fff;
    -webkit-box-shadow: 0 15px 25px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 15px 25px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 25px 10px rgba(0, 0, 0, 0.5); }
    .colaboradores .jds-titulo h1 {
      margin-left: 40px; }
      .colaboradores .jds-titulo h1 span {
        margin-left: -40px; }
  .colaboradores .colab-texto {
    max-width: 995px;
    margin: auto;
    padding: 50px;
    background: #259044;
    position: relative;
    -webkit-box-shadow: 0 15px 25px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 15px 25px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 25px 10px rgba(0, 0, 0, 0.5); }
    .colaboradores .colab-texto::after {
      content: '';
      width: 100%;
      height: 100%;
      -webkit-background-image: linear-gradient(transparent 0%, transparent 33%, rgba(0, 0, 0, 0.2) 66%, rgba(0, 0, 0, 0.4) 100%);
      -moz-background-image: linear-gradient(transparent 0%, transparent 33%, rgba(0, 0, 0, 0.2) 66%, rgba(0, 0, 0, 0.4) 100%);
      background-image: linear-gradient(transparent 0%, transparent 33%, rgba(0, 0, 0, 0.2) 66%, rgba(0, 0, 0, 0.4) 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 0; }
    .colaboradores .colab-texto h1 {
      font-size: 37px;
      color: #69b516;
      font-weight: 300; }
    .colaboradores .colab-texto h2 {
      font-size: 34px;
      font-weight: 700;
      color: #fff;
      text-transform: none; }
    .colaboradores .colab-texto p {
      font-size: 20px;
      font-weight: 400;
      color: #fff;
      margin-bottom: 0; }
    .colaboradores .colab-texto strong {
      color: #69b516; }
    .colaboradores .colab-texto h1, .colaboradores .colab-texto h2, .colaboradores .colab-texto p {
      position: relative;
      z-index: 1;
      line-height: normal;
      margin-bottom: 10px; }
  .colaboradores .row:last-child {
    margin-top: 85px; }
  .colaboradores .bt1 {
    position: absolute;
    right: 5%;
    bottom: 20px; }
    .colaboradores .bt1 a {
      padding: 10px 20px;
      border-radius: 20px; }

/* visite */
.visite {
  min-height: 1000px;
  padding: 150px 0 50px;
  background: url(assets/images/visite-bg.png) center left no-repeat; }
  .visite h1 {
    padding-left: 40px;
    margin-bottom: 75px; }
    .visite h1 span {
      margin-left: -40px; }
  .visite h2 {
    max-width: 560px;
    margin-bottom: 1.5em;
    text-transform: none;
    color: #259044;
    font-weight: 400;
    font-size: 20px; }
  .visite .bt1 {
    height: 60px;
    max-width: 350px;
    margin-top: 80px;
    border-radius: 44px;
    text-transform: uppercase;
    font-size: 20px; }
    .visite .bt1 a {
      background: #69b516; }
      .visite .bt1 a:hover {
        background: #259044; }

/* page */
.titulo {
  width: 100%;
  height: 115px;
  background-color: #ebebeb; }
  .titulo .container {
    height: 100%;
    position: relative; }
  .titulo h1 {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

.page {
  min-height: -moz-calc(100% - 160px);
  min-height: -webkit-calc(100% - 160px);
  min-height: calc(100% - 160px);
  padding: 50px 0; }

/* page blog */
#blog_uni {
  width: 100%; }
  #blog_uni .row {
    margin-bottom: 50px; }
    #blog_uni .row:hover > .column-4 img {
      opacity: 0.8; }
    #blog_uni .row:hover > .column-8 h4 {
      color: #999; }
  #blog_uni h4 {
    color: #000;
    margin: 0 0 4px 0;
    text-transform: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; }
  #blog_uni img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; }
  #blog_uni a {
    display: block;
    width: 100%;
    height: 100%; }

/* footer */
footer {
  background: #259044;
  width: 100%;
  min-height: 145px;
  padding: 20px 0; }
  footer .row {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  footer figure {
    text-align: center; }
    footer figure img {
      max-width: 250px; }
  footer p {
    text-align: center; }
  footer a {
    color: #FFF; }
    footer a:hover {
      color: #dedede; }

/* erro 404 */
.erro404 {
  min-height: -moz-calc(100% - 160px);
  min-height: -webkit-calc(100% - 160px);
  min-height: calc(100% - 160px);
  text-align: center; }
  .erro404 .container {
    height: 100%; }
  .erro404 h1 {
    margin: 52px 0 16px; }

/* extras stuff */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.linear {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }

.elm-button {
  background: #EA2D1F !important;
  border: none;
  padding: 10px 20px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase; }
  .elm-button:hover {
    background: #594f47 !important;
    cursor: pointer; }

.slick-prev {
  background: url(assets/images/arrow-esq.png) center left no-repeat !important;
  top: 50% !important;
  left: 0 !important; }

.slick-next {
  background: url(assets/images/arrow-dir.png) center right no-repeat !important;
  top: 50% !important;
  right: 0 !important; }

#rev_slider_4_2_wrapper .persephone.tparrows.tp-leftarrow::before {
  content: url(assets/images/seta-esq.png) !important; }

#rev_slider_4_2_wrapper .persephone.tparrows.tp-rightarrow::before {
  content: url(assets/images/seta-dir.png) !important; }

#rev_slider_2_4_wrapper .uranus.tparrows {
  width: 76px !important;
  height: 98px !important; }

#nossos-numeros .tparrows.tp-rightarrow::before {
  width: 76px !important;
  height: 98px !important;
  content: url(assets/images/seta.png) !important; }

#nossos-numeros .tparrows.tp-leftarrow.uranus, #nossa-historia .tparrows.tp-leftarrow.hesperiden {
  display: none !important; }

#nossa-historia .hesperiden.tparrows {
  background: #fff; }
  #nossa-historia .hesperiden.tparrows::before {
    color: #259044; }
  #nossa-historia .hesperiden.tparrows:hover {
    background: #fff;
    opacity: 0.75; }

/* lightbox */
#abrir {
  width: 300px;
  height: 50px;
  margin-top: 30px;
  cursor: pointer; }
  #abrir span {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; }

.grupo_lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999999;
  display: none; }

#fechar {
  width: 30px;
  height: 30px;
  top: 50px;
  right: 50px;
  position: absolute;
  background: url(assets/images/menu-close.png) center no-repeat;
  cursor: pointer; }

.conteudo_lightbox {
  width: 80%;
  height: 80%;
  padding: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: #fff; }

/*section*/
section {
  width: 100%; }

/* rows and columns */
.row {
  width: 100%;
  margin: 0.5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .row::after {
    clear: both; }

.row::before, .row::after {
  content: "";
  display: table; }

.column {
  min-height: 20px;
  position: relative; }
  .column + .column {
    margin-left: 1.6%; }

/* grid */
.column-1 {
  width: 6.8666666667%; }

.column-2 {
  width: 15.3333333333%; }

.column-3 {
  width: 23.8%; }

.column-4 {
  width: 32.2666666667%; }

.column-5 {
  width: 40.7333333333%; }

.column-6 {
  width: 49.2%; }

.column-7 {
  width: 57.6666666667%; }

.column-8 {
  width: 66.1333333334%; }

.column-9 {
  width: 74.6%; }

.column-10 {
  width: 83.0666666667%; }

.column-11 {
  width: 91.5333333334%; }

.column-12 {
  width: 100%; }

/* grid 10 colunas */
.col10-1 {
  width: 8.56%; }

.col10-2 {
  width: 18.72%; }

.col10-3 {
  width: 28.88%; }

.col10-4 {
  width: 39.04%; }

.col10-5 {
  width: 49.2%; }

.col10-6 {
  width: 59.36%; }

.col10-7 {
  width: 69.52%; }

.col10-8 {
  width: 79.68%; }

.col10-9 {
  width: 89.84%; }

.col10-10 {
  width: 100%; }

/* linha única */
.unica .column {
  margin-bottom: 30px; }

.unica .column-1:nth-of-type(12n+1),
.unica .column-2:nth-of-type(6n+1),
.unica .column-3:nth-of-type(4n+1),
.unica .column-4:nth-of-type(3n+1),
.unica .column-6:nth-of-type(2n+1),
.unica .column-102:nth-of-type(5n+1),
.unica .column-105:nth-of-type(2n+1) {
  margin-left: 0; }

/* content */
#load .post {
  margin-bottom: 30px; }
  #load .post:last-child {
    margin-bottom: 0; }

/* Primary Sidebars */
.primary-sidebar {
  margin: 0;
  padding: 0;
  font-size: 12px;
  overflow: hidden;
  float: right;
  width: 100%; }
  .primary-sidebar h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #ddd; }
  .primary-sidebar p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px; }
  .primary-sidebar ul li {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    list-style-type: none; }

/****** media queries ******/
@media screen and (max-width: 1700px) {
  .jeitodeser .row {
    width: 100%; }

  #nossa-historia {
    margin-top: 200px; } }
@media screen and (max-width: 1500px) {
  .container {
    padding: 0 10px; } }
@media screen and (max-width: 1430px) {
  .jeitodeser .row .direita .container-d {
    width: 100%; }
  .jeitodeser .row .direita .texto {
    right: 10px; }
  .jeitodeser .row .direita figure {
    margin-left: 0; }

  #nossa-historia {
    margin-top: 100px; } }
@media screen and (max-width: 1366px) {
  h1 {
    font-size: 72px; }
    h1 span {
      font-size: 54px; }

  .container {
    max-width: 1180px; }

  header {
    padding: 0 40px; }

  .unica .column-3 {
    width: 49.2%; }

  .unica .column-3:nth-of-type(2n+1) {
    margin-left: 0; }

  .jeitodeser {
    padding-top: 100px; }
    .jeitodeser .row .direita .texto {
      bottom: 0;
      top: 0;
      transform: translateY(34%); }

  #nossa-historia {
    margin-top: 0; } }
@media screen and (max-width: 1180px) {
  .container, .jeitodeser .row .direita .texto, .jeitodeser .row figure, .jeitodeser .row .esquerda {
    padding: 0 40px; }

  .sobre .column-5 {
    padding-left: 0; }

  .visite .bt1 {
    font-size: 18px; } }
@media screen and (max-width: 1024px) {
  .header-1 .header .container {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }

  h1 {
    font-size: 64px; }
    h1 span {
      font-size: 46px; }

  .column-1,
  .column-2,
  .column-3,
  .column-4,
  .column-5,
  .column-6,
  .column-7,
  .column-8,
  .column-9,
  .column-10,
  .column-11,
  .column-12,
  .column-101,
  .column-102,
  .column-103,
  .column-104,
  .column-105,
  .column-106,
  .column-107,
  .column-108,
  .column-109,
  .column-110,
  .unica .column-3 {
    width: 100%;
    margin: 0.5em 0; }

  .sobre {
    margin-top: 0; }
    .sobre .column-7 {
      position: relative; }

  .timeline {
    width: 100%;
    position: relative;
    top: auto;
    right: auto; }

  .numeros {
    margin-top: 100px; }

  .jeitodeser {
    padding-top: 0; }
    .jeitodeser .row .esquerda {
      width: 100%; }
    .jeitodeser .row .direita {
      width: 100%;
      position: relative;
      right: auto; }
      .jeitodeser .row .direita .texto {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%); }

  .visite {
    background: url(assets/images/fundo_landing.jpg) center bottom no-repeat;
    background-size: 550px auto;
    padding-bottom: 350px; }

  #nossa-historia {
    padding-top: 80px; } }
@media screen and (max-width: 800px) {
  .header-1 .logo {
    width: 234px; }

  h1 {
    font-size: 56px; }
    h1 span {
      font-size: 38px; }

  h2 {
    font-size: 32px; }

  p {
    font-size: 16px; }

  .jeitodeser {
    padding: 0 10px 0; }
    .jeitodeser .row .direita {
      background-image: none; }
      .jeitodeser .row .direita .container-d {
        flex-wrap: wrap; }
      .jeitodeser .row .direita figure {
        width: 100%; }
      .jeitodeser .row .direita .texto {
        width: 98%;
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        margin: 0 auto 50px;
        padding: 50px 10px;
        background: #69b516; }
      .jeitodeser .row .direita .bt1 {
        max-width: 330px;
        margin: auto; }

  .colaboradores .colab-texto h1 {
    font-size: 41px; }
  .colaboradores .colab-texto h2 {
    font-size: 32px; }
  .colaboradores .colab-texto p {
    font-size: 22px; }

  .visite {
    min-height: auto;
    padding-top: 50px; } }
@media screen and (max-width: 600px) {
  .visite .bt1 {
    margin: 50px auto; }

  .colaboradores .bt1 {
    right: auto;
    margin: 0 10px; } }
@media screen and (max-width: 500px) {
  .header-1 .header-top .container {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    margin-right: -30px; }
  .header-1 .header-top .tel {
    display: none; }
  .header-1 .header .container {
    margin-top: -30px;
    padding-left: 0; }
  .header-1 #redes {
    margin-left: 0; }

  .numeros {
    margin-top: 75px; }

  .sobre .column-6:first-child, #nossa-historia .column-4 {
    padding-left: 0; }

  .sobre h1 span, #nossa-historia .column-4 h1 span, .numeros h1, .numeros h1 span, .jeitodeser h1 span {
    margin-left: 0; }

  .slick-images {
    display: none; }

  .colaboradores {
    background: url(assets/images/colab-bg.png); }
    .colaboradores .bt1 a {
      border-radius: 35px; }

  .visite {
    background-size: 100% auto;
    padding-bottom: 53vw; } }

/*# sourceMappingURL=style.css.map */
