@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: #535353;
  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: div(100%, 1);
}

.gallery-columns-2 .gallery-item {
  width: div(100%, 2);
}

.gallery-columns-3 .gallery-item {
  width: div(100%, 3);
}

.gallery-columns-4 .gallery-item {
  width: div(100%, 4);
}

.gallery-columns-5 .gallery-item {
  width: div(100%, 5);
}

.gallery-columns-6 .gallery-item {
  width: div(100%, 6);
}

.gallery-columns-7 .gallery-item {
  width: div(100%, 7);
}

.gallery-columns-8 .gallery-item {
  width: div(100%, 8);
}

.gallery-columns-9 .gallery-item {
  width: div(100%, 9);
}

.gallery-columns-10 .gallery-item {
  width: div(100%, 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: 0.6em 1em 0.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;
  outline: none !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

.wpcf7 {
  margin: 0 !important;
  font-size: 12px;
}
.wpcf7 input {
  width: 100%;
  height: 50px;
  border: 2px solid #259044;
  border-radius: 25px;
  padding: 6px 8px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #a39797;
  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%;
  height: 150px;
  padding: 6px 8px;
  border: 2px solid #259044;
  border-radius: 25px;
  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: #084c18;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  float: right;
  -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: #259044;
}

.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: 0.2em 0.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: #084c18;
}

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;
  font-weight: 700;
}
.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 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: #084c18;
}
.main-navigation ul li:hover ul {
  display: block;
}
.main-navigation ul li.current_page_item a {
  color: #084c18;
}
.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
--------------------------------------------------------------*/
.post h1, h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #259044;
  letter-spacing: -2px;
  margin-bottom: 1em;
}

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

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

.post h2, h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2em;
  text-transform: none;
  color: #535353;
  margin-bottom: 1.5em;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  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: #616161;
}
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: #084c18;
}
#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;
}
.header-1 .logo img {
  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.whatsapp {
  width: 250px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #259044;
}
.bt1.whatsapp a {
  padding-right: 75px;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: transparent;
  color: #259044;
}
.bt1.whatsapp a::before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  font-weight: 500;
  font-size: 36px;
  color: #259044;
  position: absolute;
  right: 20px;
}
.bt1.whatsapp a:hover {
  background-color: #259044;
  color: #fff;
}
.bt1.whatsapp a:hover::before {
  color: #fff;
}
.bt1.pagamento {
  width: 80%;
  height: 60px;
  margin: 0 auto 30px;
  border-radius: 30px;
  border: 1px solid #fff;
  font-weight: 300;
  font-size: 20px;
}
.bt1.pagamento a:hover {
  background-color: #084c18;
}

/* index */
.sobre {
  padding: 0 0 360px;
  min-height: auto;
  margin-top: 70px;
}
.sobre h3 {
  font-size: 28px;
  font-weight: 300;
  text-transform: none;
}

.saiba {
  background: linear-gradient(180deg, #e9e9e9 0%, white 50%);
  position: relative;
  margin-bottom: -150px;
}
.saiba .container {
  position: relative;
  top: -270px;
}
.saiba .wp-block-image {
  position: relative;
  display: table;
  line-height: normal;
}
.saiba .wp-block-image a {
  display: block;
}
.saiba .wp-block-image figcaption {
  width: 75%;
  height: 62%;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  margin: 0;
  background-color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
}
.saiba .wp-block-image figcaption a {
  color: #259044;
  width: 100%;
  height: 100%;
  display: block;
  padding: 80px 20px;
}
.saiba .wp-block-image figcaption::before {
  content: "";
  width: 80%;
  height: 15px;
  background: url(assets/images/sombra-footer.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.saiba .ajuda {
  margin-top: 120px;
}

.effect6, .saiba .wp-block-image {
  position: relative;
}

.effect6:before, .saiba .wp-block-image:before, .effect6:after, .saiba .wp-block-image:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 5px;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px/10px;
  border-radius: 100px/10px;
}

.effect6:after, .saiba .wp-block-image:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

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

/* doe PJ */
.sobre-pj {
  margin: 70px 0 0;
}

.contra-partidas {
  padding: 50px 0 0;
  background: #f1f1f1;
}
.contra-partidas strong {
  color: #259044;
}

.passo-a-passo {
  padding-top: 100px;
  display: none;
}

.video-container {
  text-align: right;
}

.fundo-container {
  justify-content: flex-end;
}
.fundo-container .fundo {
  max-width: 530px;
  background-color: #259044;
  border-radius: 20px;
  padding: 20px;
}
.fundo-container .fundo h2, .fundo-container .fundo p {
  color: #fff;
}
.fundo-container .fundo ul {
  padding-left: 20px;
}
.fundo-container .fundo ul li {
  list-style-position: outside;
  color: #fff;
}
.fundo-container.criancas {
  justify-content: flex-start;
}

.cuidado-idosos {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-bottom: 200px;
}

.cuidado-criancas {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.criancas-pj {
  margin-top: 0;
}

.prazo::before {
  background: url(assets/images/calendar.png) center no-repeat;
}

.valor::before {
  background: url(assets/images/coins.png) center no-repeat;
}

.publico::before {
  background: url(assets/images/user.png) center no-repeat;
}

.icones, .prazo, .valor, .publico {
  position: relative;
  padding-left: 45px;
}

.icones-before, .prazo::before, .valor::before, .publico::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}

#numeros h1 {
  margin-bottom: 15px;
}
#numeros p {
  color: #259044;
  margin-bottom: 0;
}

.ampliar figcaption {
  display: none !important;
  text-align: center;
}

/* portal da transparência */
.portal {
  padding-top: 70px;
}
.portal .column-3 {
  margin-bottom: 50px !important;
}
.portal h1 {
  margin-bottom: 75px;
}
.portal h2 {
  margin-bottom: 15px;
  font-size: 20px;
}
.portal .bt1 {
  width: 130px;
  height: 40px;
  border-radius: 20px;
}

/* parceiros */
.parceiros figure {
  text-align: center;
}

/* fale com a gente */
.whatsapp-icon {
  position: relative;
  padding-left: 45px;
}
.whatsapp-icon::before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  font-size: 32px;
  color: #259044;
  font-weight: 500;
  position: absolute;
  left: 3px;
}

.endereco-icon {
  position: relative;
  padding-left: 45px;
}
.endereco-icon::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
  color: #259044;
  font-weight: 600;
  position: absolute;
  left: 3px;
  top: 10px;
}

/* shac talk */
.acordeao li {
  list-style-type: none;
  margin-bottom: 1.5em;
}

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

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

/* page logos */
.col-logos {
  width: 11.1111%;
}

.wp-pagenavi {
  display: none;
}

/* 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 {
  width: 100%;
  min-height: 200px;
  padding: 50px 0 20px;
  background: url(assets/images/sombra-footer.png) top center no-repeat;
  position: relative;
}
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: #259044;
}
footer a:hover {
  color: #535353;
}

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

.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 .col10-2:nth-of-type(5n+1),
.unica .col10-5: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: 1500px) {
  .container {
    max-width: 1180px;
  }

  .saiba .wp-block-image figcaption {
    font-size: 16px;
  }
  .saiba .wp-block-image figcaption a {
    padding: 5vw 20px 0;
  }
}
@media screen and (max-width: 1366px) {
  h1 {
    font-size: 32px;
  }

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

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

  .sobre {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1180px) {
  .container {
    padding: 0 40px;
  }

  .saiba .wp-block-image figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: calc(0.8em + 2.7vw);
  }

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

  .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 h3 {
    font-size: calc(0.6em + 1.6vw);
  }

  .saiba .container > .wp-block-columns {
    flex-wrap: wrap !important;
  }

  .saiba .wp-block-image figcaption {
    font-size: 24px;
  }
  .saiba .wp-block-image figcaption a {
    padding-top: 9vw;
  }

  .wp-block-column:not(:only-child).saiba-column {
    flex-basis: 100% !important;
  }

  .wp-block-column:nth-child(2n).saiba-column {
    margin-left: 0 !important;
    margin-top: 80px;
  }
}
@media screen and (max-width: 800px) {
  .header-1 .logo {
    width: 234px;
  }

  .saiba .wp-block-image figcaption {
    font-size: 1.75vh;
  }
}
@media screen and (max-width: 768px) {
  #numeros .ugb-columns > .ugb-inner-block > .ugb-block-content > .ugb-columns__item {
    grid-auto-flow: column !important;
    grid-template-columns: 0.2fr 0.8fr !important;
  }

  .sobre .wp-block-ugb-columns .ugb-inner-block .ugb-block-content .ugb-columns__item,
.idosos-pj .container .wp-block-ugb-columns .ugb-inner-block > .ugb-block-content > .ugb-columns__item {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column-reverse !important;
  }

  .idosos-pj {
    margin-bottom: 0;
  }

  .ampliar figcaption {
    display: table-caption !important;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: calc(1.4em + 2vw);
    margin-bottom: 0;
  }

  .unica .col10-2 {
    width: 49.2%;
    margin-left: 0;
  }

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

  .unica .col10-2:nth-of-type(2n) {
    margin-left: 1.6%;
  }

  .wp-block-column:nth-child(2n).saiba-column {
    margin-top: 0;
  }

  .sobre {
    padding-bottom: 0;
  }

  .saiba {
    background: none;
    margin-bottom: 30px;
  }
  .saiba h1 {
    margin-bottom: 30px;
  }
  .saiba .container {
    top: 0;
  }
  .saiba .wp-block-column:not(:only-child), .saiba .wp-block-column {
    flex-basis: 100% !important;
  }
  .saiba .wp-block-column:nth-child(2n) {
    margin-left: 0 !important;
  }
  .saiba .wp-block-image {
    text-align: center;
    margin: 0 auto 1em;
  }
  .saiba .wp-block-image img {
    max-width: 80%;
  }
  .saiba .wp-block-image figcaption {
    height: 120px;
    bottom: 10px;
  }
  .saiba .wp-block-image figcaption a {
    padding-top: 30px;
    text-align: left;
  }
  .saiba .wp-block-image::before {
    box-shadow: none;
  }
  .saiba .container .wp-block-columns .wp-block-column:first-child > .wp-block-columns {
    margin-bottom: 0 !important;
  }
  .saiba .ajuda {
    margin-top: 50px;
  }

  .bt1.whatsapp {
    margin: auto;
  }

  .ajuda .wp-block-column:last-child {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .header-1 .header-top .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;
  }
  .header-1 .header-top .tel {
    font-size: 14px;
  }
}

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