@charset "UTF-8";
/*   	
	Author URI: http://olivasdigital.com.br/
	Developer: Olivas Digital
*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

[data-page-template="page-text"] {
  padding: 2rem 1.5rem;
  width: 100%;
  max-width: 1200px;
  margin: auto; }
  [data-page-template="page-text"] a {
    color: #25406b;
    text-decoration: underline; }
  [data-page-template="page-text"] h1 {
    font-size: 2.5rem !important; }
  [data-page-template="page-text"] h1, [data-page-template="page-text"] h2, [data-page-template="page-text"] h3, [data-page-template="page-text"] h4, [data-page-template="page-text"] h5, [data-page-template="page-text"] h6 {
    color: #25406b; }
  [data-page-template="page-text"] header {
    background-color: var(--black);
    position: initial; }
  [data-page-template="page-text"] .text-main-content p {
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: left;
    letter-spacing: 0px;
    opacity: 1; }
  [data-page-template="page-text"] .text-page-container {
    min-height: 100vh;
    padding: 11.3rem 2rem;
    background: url("../img/details-bg.png") center/cover no-repeat;
    background-attachment: fixed; }
    [data-page-template="page-text"] .text-page-container h1 {
      color: var(--red);
      text-transform: uppercase;
      letter-spacing: var(--unnamed-character-spacing-0);
      color: var(--unnamed-color-e4002b);
      text-align: left;
      letter-spacing: 0px;
      color: #E4002B;
      text-transform: uppercase;
      opacity: 1; }
    [data-page-template="page-text"] .text-page-container > div {
      max-width: 900px;
      width: 100%;
      margin: 0 auto;
      gap: 6rem; }
  [data-page-template="page-text"] .page-text-align {
    gap: 5.5rem; }
    @media (max-width: 800px) {
      [data-page-template="page-text"] .page-text-align {
        margin: 0 auto;
        flex-direction: column; } }
  [data-page-template="page-text"] .page-text-description {
    margin: 0 auto;
    width: 100%;
    gap: 2.4rem; }
    [data-page-template="page-text"] .page-text-description,
    [data-page-template="page-text"] .page-text-description p {
      font-size: 1.35rem; }
    [data-page-template="page-text"] .page-text-description h2 {
      font-size: 1.8rem; }
    [data-page-template="page-text"] .page-text-description h3 {
      font-size: 1.8rem; }
    [data-page-template="page-text"] .page-text-description ul li {
      list-style: inside;
      padding-left: .5rem;
      margin-bottom: .8rem; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

.row:after, .clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden; }

/* GRID */
.row {
  width: calc(100% + 30px);
  margin-left: -15px; }

.col {
  float: left;
  padding: 0 15px; }
  .col.col-to-center {
    float: none;
    margin: 0 auto; }
  .col.mobile-1-1 {
    width: 100%; }
  .col.mobile-1-2 {
    width: 50%; }
  .col.mobile-2-2 {
    width: 100%; }
  .col.mobile-1-3 {
    width: calc((99.999% / 3)); }
  .col.mobile-2-3 {
    width: calc((99.999% / 3) * 2); }
  .col.mobile-3-3 {
    width: 100%; }
  .col.mobile-1-4 {
    width: calc((99.999% / 4)); }
  .col.mobile-2-4 {
    width: calc((99.999% / 4) * 2); }
  .col.mobile-3-4 {
    width: calc((99.999% / 4) * 3); }
  .col.mobile-4-4 {
    width: 100%; }
  .col.mobile-1-5 {
    width: calc((99.999% / 5)); }
  .col.mobile-2-5 {
    width: calc((99.999% / 5) * 2); }
  .col.mobile-3-5 {
    width: calc((99.999% / 5) * 3); }
  .col.mobile-4-5 {
    width: calc((99.999% / 5) * 4); }
  .col.mobile-5-5 {
    width: 100%; }
  .col.mobile-1-6 {
    width: calc((99.999% / 6)); }
  .col.mobile-2-6 {
    width: calc((99.999% / 6) * 2); }
  .col.mobile-3-6 {
    width: calc((99.999% / 6) * 3); }
  .col.mobile-4-6 {
    width: calc((99.999% / 6) * 4); }
  .col.mobile-5-6 {
    width: calc((99.999% / 6) * 5); }
  .col.mobile-5-6 {
    width: 100%; }
  .col.mobile-1-7 {
    width: calc((99.999% / 7)); }
  .col.mobile-2-7 {
    width: calc((99.999% / 7) * 2); }
  .col.mobile-3-7 {
    width: calc((99.999% / 7) * 3); }
  .col.mobile-4-7 {
    width: calc((99.999% / 7) * 4); }
  .col.mobile-5-7 {
    width: calc((99.999% / 7) * 5); }
  .col.mobile-6-7 {
    width: calc((99.999% / 7) * 6); }
  .col.mobile-7-7 {
    width: 100%; }
  .col.mobile-1-8 {
    width: calc((99.999% / 8)); }
  .col.mobile-2-8 {
    width: calc((99.999% / 8) * 2); }
  .col.mobile-3-8 {
    width: calc((99.999% / 8) * 3); }
  .col.mobile-4-8 {
    width: calc((99.999% / 8) * 4); }
  .col.mobile-5-8 {
    width: calc((99.999% / 8) * 5); }
  .col.mobile-6-8 {
    width: calc((99.999% / 8) * 6); }
  .col.mobile-7-8 {
    width: calc((99.999% / 8) * 7); }
  .col.mobile-8-8 {
    width: 100%; }
  @media (min-width: 480px) {
    .col.mobile-landscape-1-1 {
      width: 100%; }
    .col.mobile-landscape-1-2 {
      width: 50%; }
    .col.mobile-landscape-2-2 {
      width: 100%; }
    .col.mobile-landscape-1-3 {
      width: calc((99.999% / 3)); }
    .col.mobile-landscape-2-3 {
      width: calc((99.999% / 3) * 2); }
    .col.mobile-landscape-3-3 {
      width: 100%; }
    .col.mobile-landscape-1-4 {
      width: calc((99.999% / 4)); }
    .col.mobile-landscape-2-4 {
      width: calc((99.999% / 4) * 2); }
    .col.mobile-landscape-3-4 {
      width: calc((99.999% / 4) * 3); }
    .col.mobile-landscape-4-4 {
      width: 100%; }
    .col.mobile-landscape-1-5 {
      width: calc((99.999% / 5)); }
    .col.mobile-landscape-2-5 {
      width: calc((99.999% / 5) * 2); }
    .col.mobile-landscape-3-5 {
      width: calc((99.999% / 5) * 3); }
    .col.mobile-landscape-4-5 {
      width: calc((99.999% / 5) * 4); }
    .col.mobile-landscape-5-5 {
      width: 100%; }
    .col.mobile-landscape-1-6 {
      width: calc((99.999% / 6)); }
    .col.mobile-landscape-2-6 {
      width: calc((99.999% / 6) * 2); }
    .col.mobile-landscape-3-6 {
      width: calc((99.999% / 6) * 3); }
    .col.mobile-landscape-4-6 {
      width: calc((99.999% / 6) * 4); }
    .col.mobile-landscape-5-6 {
      width: calc((99.999% / 6) * 5); }
    .col.mobile-landscape-5-6 {
      width: 100%; }
    .col.mobile-landscape-1-7 {
      width: calc((99.999% / 7)); }
    .col.mobile-landscape-2-7 {
      width: calc((99.999% / 7) * 2); }
    .col.mobile-landscape-3-7 {
      width: calc((99.999% / 7) * 3); }
    .col.mobile-landscape-4-7 {
      width: calc((99.999% / 7) * 4); }
    .col.mobile-landscape-5-7 {
      width: calc((99.999% / 7) * 5); }
    .col.mobile-landscape-6-7 {
      width: calc((99.999% / 7) * 6); }
    .col.mobile-landscape-7-7 {
      width: 100%; }
    .col.mobile-landscape-1-8 {
      width: calc((99.999% / 8)); }
    .col.mobile-landscape-2-8 {
      width: calc((99.999% / 8) * 2); }
    .col.mobile-landscape-3-8 {
      width: calc((99.999% / 8) * 3); }
    .col.mobile-landscape-4-8 {
      width: calc((99.999% / 8) * 4); }
    .col.mobile-landscape-5-8 {
      width: calc((99.999% / 8) * 5); }
    .col.mobile-landscape-6-8 {
      width: calc((99.999% / 8) * 6); }
    .col.mobile-landscape-7-8 {
      width: calc((99.999% / 8) * 7); }
    .col.mobile-landscape-8-8 {
      width: 100%; } }
  @media (min-width: 640px) {
    .col.tablet-1-1 {
      width: 100%; }
    .col.tablet-1-2 {
      width: 50%; }
    .col.tablet-2-2 {
      width: 100%; }
    .col.tablet-1-3 {
      width: calc((99.999% / 3)); }
    .col.tablet-2-3 {
      width: calc((99.999% / 3) * 2); }
    .col.tablet-3-3 {
      width: 100%; }
    .col.tablet-1-4 {
      width: calc((99.999% / 4)); }
    .col.tablet-2-4 {
      width: calc((99.999% / 4) * 2); }
    .col.tablet-3-4 {
      width: calc((99.999% / 4) * 3); }
    .col.tablet-4-4 {
      width: 100%; }
    .col.tablet-1-5 {
      width: calc((99.999% / 5)); }
    .col.tablet-2-5 {
      width: calc((99.999% / 5) * 2); }
    .col.tablet-3-5 {
      width: calc((99.999% / 5) * 3); }
    .col.tablet-4-5 {
      width: calc((99.999% / 5) * 4); }
    .col.tablet-5-5 {
      width: 100%; }
    .col.tablet-1-6 {
      width: calc((99.999% / 6)); }
    .col.tablet-2-6 {
      width: calc((99.999% / 6) * 2); }
    .col.tablet-3-6 {
      width: calc((99.999% / 6) * 3); }
    .col.tablet-4-6 {
      width: calc((99.999% / 6) * 4); }
    .col.tablet-5-6 {
      width: calc((99.999% / 6) * 5); }
    .col.tablet-5-6 {
      width: 100%; }
    .col.tablet-1-7 {
      width: calc((99.999% / 7)); }
    .col.tablet-2-7 {
      width: calc((99.999% / 7) * 2); }
    .col.tablet-3-7 {
      width: calc((99.999% / 7) * 3); }
    .col.tablet-4-7 {
      width: calc((99.999% / 7) * 4); }
    .col.tablet-5-7 {
      width: calc((99.999% / 7) * 5); }
    .col.tablet-6-7 {
      width: calc((99.999% / 7) * 6); }
    .col.tablet-7-7 {
      width: 100%; }
    .col.tablet-1-8 {
      width: calc((99.999% / 8)); }
    .col.tablet-2-8 {
      width: calc((99.999% / 8) * 2); }
    .col.tablet-3-8 {
      width: calc((99.999% / 8) * 3); }
    .col.tablet-4-8 {
      width: calc((99.999% / 8) * 4); }
    .col.tablet-5-8 {
      width: calc((99.999% / 8) * 5); }
    .col.tablet-6-8 {
      width: calc((99.999% / 8) * 6); }
    .col.tablet-7-8 {
      width: calc((99.999% / 8) * 7); }
    .col.tablet-8-8 {
      width: 100%; } }
  @media (min-width: 1170px) {
    .col.desk-1-1 {
      width: 100%; }
    .col.desk-1-2 {
      width: 50%; }
    .col.desk-2-2 {
      width: 100%; }
    .col.desk-1-3 {
      width: calc((99.999% / 3)); }
    .col.desk-2-3 {
      width: calc((99.999% / 3) * 2); }
    .col.desk-3-3 {
      width: 100%; }
    .col.desk-1-4 {
      width: calc((99.999% / 4)); }
    .col.desk-2-4 {
      width: calc((99.999% / 4) * 2); }
    .col.desk-3-4 {
      width: calc((99.999% / 4) * 3); }
    .col.desk-4-4 {
      width: 100%; }
    .col.desk-1-5 {
      width: calc((99.999% / 5)); }
    .col.desk-2-5 {
      width: calc((99.999% / 5) * 2); }
    .col.desk-3-5 {
      width: calc((99.999% / 5) * 3); }
    .col.desk-4-5 {
      width: calc((99.999% / 5) * 4); }
    .col.desk-5-5 {
      width: 100%; }
    .col.desk-1-6 {
      width: calc((99.999% / 6)); }
    .col.desk-2-6 {
      width: calc((99.999% / 6) * 2); }
    .col.desk-3-6 {
      width: calc((99.999% / 6) * 3); }
    .col.desk-4-6 {
      width: calc((99.999% / 6) * 4); }
    .col.desk-5-6 {
      width: calc((99.999% / 6) * 5); }
    .col.desk-5-6 {
      width: 100%; }
    .col.desk-1-7 {
      width: calc((99.999% / 7)); }
    .col.desk-2-7 {
      width: calc((99.999% / 7) * 2); }
    .col.desk-3-7 {
      width: calc((99.999% / 7) * 3); }
    .col.desk-4-7 {
      width: calc((99.999% / 7) * 4); }
    .col.desk-5-7 {
      width: calc((99.999% / 7) * 5); }
    .col.desk-6-7 {
      width: calc((99.999% / 7) * 6); }
    .col.desk-7-7 {
      width: 100%; }
    .col.desk-1-8 {
      width: calc((99.999% / 8)); }
    .col.desk-2-8 {
      width: calc((99.999% / 8) * 2); }
    .col.desk-3-8 {
      width: calc((99.999% / 8) * 3); }
    .col.desk-4-8 {
      width: calc((99.999% / 8) * 4); }
    .col.desk-5-8 {
      width: calc((99.999% / 8) * 5); }
    .col.desk-6-8 {
      width: calc((99.999% / 8) * 6); }
    .col.desk-7-8 {
      width: calc((99.999% / 8) * 7); }
    .col.desk-8-8 {
      width: 100%; }
    .col.desk-1-9 {
      width: calc((99.999% / 9)); }
    .col.desk-2-9 {
      width: calc((99.999% / 9) * 2); }
    .col.desk-3-9 {
      width: calc((99.999% / 9) * 3); }
    .col.desk-4-9 {
      width: calc((99.999% / 9) * 4); }
    .col.desk-5-9 {
      width: calc((99.999% / 9) * 5); }
    .col.desk-6-9 {
      width: calc((99.999% / 9) * 6); }
    .col.desk-7-9 {
      width: calc((99.999% / 9) * 7); }
    .col.desk-8-9 {
      width: calc((99.999% / 9) * 8); }
    .col.desk-9-9 {
      width: 100%; }
    .col.desk-1-10 {
      width: calc((99.999% / 10)); }
    .col.desk-2-10 {
      width: calc((99.999% / 10) * 2); }
    .col.desk-3-10 {
      width: calc((99.999% / 10) * 3); }
    .col.desk-4-10 {
      width: calc((99.999% / 10) * 4); }
    .col.desk-5-10 {
      width: calc((99.999% / 10) * 5); }
    .col.desk-6-10 {
      width: calc((99.999% / 10) * 6); }
    .col.desk-7-10 {
      width: calc((99.999% / 10) * 7); }
    .col.desk-8-10 {
      width: calc((99.999% / 10) * 8); }
    .col.desk-9-10 {
      width: calc((99.999% / 10) * 9); }
    .col.desk-10-10 {
      width: 100%; }
    .col.desk-1-11 {
      width: calc((99.999% / 11)); }
    .col.desk-2-11 {
      width: calc((99.999% / 11) * 2); }
    .col.desk-3-11 {
      width: calc((99.999% / 11) * 3); }
    .col.desk-4-11 {
      width: calc((99.999% / 11) * 4); }
    .col.desk-5-11 {
      width: calc((99.999% / 11) * 5); }
    .col.desk-6-11 {
      width: calc((99.999% / 11) * 6); }
    .col.desk-7-11 {
      width: calc((99.999% / 11) * 7); }
    .col.desk-8-11 {
      width: calc((99.999% / 11) * 8); }
    .col.desk-9-11 {
      width: calc((99.999% / 11) * 9); }
    .col.desk-10-11 {
      width: calc((99.999% / 11) * 10); }
    .col.desk-11-11 {
      width: 100%; }
    .col.desk-1-12 {
      width: calc((99.999% / 12)); }
    .col.desk-2-12 {
      width: calc((99.999% / 12) * 2); }
    .col.desk-3-12 {
      width: calc((99.999% / 12) * 3); }
    .col.desk-4-12 {
      width: calc((99.999% / 12) * 4); }
    .col.desk-5-12 {
      width: calc((99.999% / 12) * 5); }
    .col.desk-6-12 {
      width: calc((99.999% / 12) * 6); }
    .col.desk-7-12 {
      width: calc((99.999% / 12) * 7); }
    .col.desk-8-12 {
      width: calc((99.999% / 12) * 8); }
    .col.desk-9-12 {
      width: calc((99.999% / 12) * 9); }
    .col.desk-10-12 {
      width: calc((99.999% / 12) * 10); }
    .col.desk-11-12 {
      width: calc((99.999% / 12) * 11); }
    .col.desk-12-12 {
      width: 100%; } }
  @media (min-width: 1367px) {
    .col.wide-1-1 {
      width: 100%; }
    .col.wide-1-2 {
      width: 50%; }
    .col.wide-2-2 {
      width: 100%; }
    .col.wide-1-3 {
      width: calc((99.999% / 3)); }
    .col.wide-2-3 {
      width: calc((99.999% / 3) * 2); }
    .col.wide-3-3 {
      width: 100%; }
    .col.wide-1-4 {
      width: calc((99.999% / 4)); }
    .col.wide-2-4 {
      width: calc((99.999% / 4) * 2); }
    .col.wide-3-4 {
      width: calc((99.999% / 4) * 3); }
    .col.wide-4-4 {
      width: 100%; }
    .col.wide-1-5 {
      width: calc((99.999% / 5)); }
    .col.wide-2-5 {
      width: calc((99.999% / 5) * 2); }
    .col.wide-3-5 {
      width: calc((99.999% / 5) * 3); }
    .col.wide-4-5 {
      width: calc((99.999% / 5) * 4); }
    .col.wide-5-5 {
      width: 100%; }
    .col.wide-1-6 {
      width: calc((99.999% / 6)); }
    .col.wide-2-6 {
      width: calc((99.999% / 6) * 2); }
    .col.wide-3-6 {
      width: calc((99.999% / 6) * 3); }
    .col.wide-4-6 {
      width: calc((99.999% / 6) * 4); }
    .col.wide-5-6 {
      width: calc((99.999% / 6) * 5); }
    .col.wide-5-6 {
      width: 100%; }
    .col.wide-1-7 {
      width: calc((99.999% / 7)); }
    .col.wide-2-7 {
      width: calc((99.999% / 7) * 2); }
    .col.wide-3-7 {
      width: calc((99.999% / 7) * 3); }
    .col.wide-4-7 {
      width: calc((99.999% / 7) * 4); }
    .col.wide-5-7 {
      width: calc((99.999% / 7) * 5); }
    .col.wide-6-7 {
      width: calc((99.999% / 7) * 6); }
    .col.wide-7-7 {
      width: 100%; }
    .col.wide-1-8 {
      width: calc((99.999% / 8)); }
    .col.wide-2-8 {
      width: calc((99.999% / 8) * 2); }
    .col.wide-3-8 {
      width: calc((99.999% / 8) * 3); }
    .col.wide-4-8 {
      width: calc((99.999% / 8) * 4); }
    .col.wide-5-8 {
      width: calc((99.999% / 8) * 5); }
    .col.wide-6-8 {
      width: calc((99.999% / 8) * 6); }
    .col.wide-7-8 {
      width: calc((99.999% / 8) * 7); }
    .col.wide-8-8 {
      width: 100%; }
    .col.wide-1-9 {
      width: calc((99.999% / 9)); }
    .col.wide-2-9 {
      width: calc((99.999% / 9) * 2); }
    .col.wide-3-9 {
      width: calc((99.999% / 9) * 3); }
    .col.wide-4-9 {
      width: calc((99.999% / 9) * 4); }
    .col.wide-5-9 {
      width: calc((99.999% / 9) * 5); }
    .col.wide-6-9 {
      width: calc((99.999% / 9) * 6); }
    .col.wide-7-9 {
      width: calc((99.999% / 9) * 7); }
    .col.wide-8-9 {
      width: calc((99.999% / 9) * 8); }
    .col.wide-9-9 {
      width: 100%; }
    .col.wide-1-10 {
      width: calc((99.999% / 10)); }
    .col.wide-2-10 {
      width: calc((99.999% / 10) * 2); }
    .col.wide-3-10 {
      width: calc((99.999% / 10) * 3); }
    .col.wide-4-10 {
      width: calc((99.999% / 10) * 4); }
    .col.wide-5-10 {
      width: calc((99.999% / 10) * 5); }
    .col.wide-6-10 {
      width: calc((99.999% / 10) * 6); }
    .col.wide-7-10 {
      width: calc((99.999% / 10) * 7); }
    .col.wide-8-10 {
      width: calc((99.999% / 10) * 8); }
    .col.wide-9-10 {
      width: calc((99.999% / 10) * 9); }
    .col.wide-10-10 {
      width: 100%; }
    .col.wide-1-11 {
      width: calc((99.999% / 11)); }
    .col.wide-2-11 {
      width: calc((99.999% / 11) * 2); }
    .col.wide-3-11 {
      width: calc((99.999% / 11) * 3); }
    .col.wide-4-11 {
      width: calc((99.999% / 11) * 4); }
    .col.wide-5-11 {
      width: calc((99.999% / 11) * 5); }
    .col.wide-6-11 {
      width: calc((99.999% / 11) * 6); }
    .col.wide-7-11 {
      width: calc((99.999% / 11) * 7); }
    .col.wide-8-11 {
      width: calc((99.999% / 11) * 8); }
    .col.wide-9-11 {
      width: calc((99.999% / 11) * 9); }
    .col.wide-10-11 {
      width: calc((99.999% / 11) * 10); }
    .col.wide-11-11 {
      width: 100%; }
    .col.wide-1-12 {
      width: calc((99.999% / 12)); }
    .col.wide-2-12 {
      width: calc((99.999% / 12) * 2); }
    .col.wide-3-12 {
      width: calc((99.999% / 12) * 3); }
    .col.wide-4-12 {
      width: calc((99.999% / 12) * 4); }
    .col.wide-5-12 {
      width: calc((99.999% / 12) * 5); }
    .col.wide-6-12 {
      width: calc((99.999% / 12) * 6); }
    .col.wide-7-12 {
      width: calc((99.999% / 12) * 7); }
    .col.wide-8-12 {
      width: calc((99.999% / 12) * 8); }
    .col.wide-9-12 {
      width: calc((99.999% / 12) * 9); }
    .col.wide-10-12 {
      width: calc((99.999% / 12) * 10); }
    .col.wide-11-12 {
      width: calc((99.999% / 12) * 11); }
    .col.wide-12-12 {
      width: 100%; } }

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon/Flaticon.eot");
  src: url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon/Flaticon.woff2") format("woff2"), url("../fonts/flaticon/Flaticon.woff") format("woff"), url("../fonts/flaticon/Flaticon.ttf") format("truetype"), url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg"); } }
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 13px;
  font-style: normal; }

.flaticon-facebook-logo:before {
  content: "\f100"; }

.flaticon-twitter-logo-silhouette:before {
  content: "\f101"; }

.flaticon-linkedin-logo:before {
  content: "\f102"; }

.flaticon-close-envelope:before {
  content: "\f103"; }

.flaticon-google-plus-symbol:before {
  content: "\f104"; }

.flaticon-google-plus:before {
  content: "\f105"; }

.flaticon-list-document-outlined-interface-symbol:before {
  content: "\f106"; }

.flaticon-contract:before {
  content: "\f107"; }

.row:after, .clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden; }

.sprite {
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block; }

/*
.sprite-arrow-left {
    width: 25px;
    height: 51px;
    background-position: -5px -5px;
}

.sprite-arrow-right {
    width: 25px;
    height: 51px;
    background-position: -40px -5px;
}

.sprite-cart {
    width: 16px;
    height: 14px;
    background-position: -75px -5px;
}

.sprite-circle-right {
    width: 25px;
    height: 25px;
    background-position: -101px -5px;
}

.sprite-facebook {
    width: 29px;
    height: 29px;
    background-position: -136px -5px;
}

.sprite-glass {
    width: 16px;
    height: 16px;
    background-position: -175px -5px;
}

.sprite-instagram {
    width: 29px;
    height: 29px;
    background-position: -201px -5px;
}

.sprite-linkedin {
    width: 29px;
    height: 29px;
    background-position: -240px -5px;
}

.sprite-logotipo {
    width: 213px;
    height: 42px;
    background-position: -279px -5px;
}

.sprite-oculos {
    width: 88px;
    height: 39px;
    background-position: -502px -5px;
}

.sprite-padlock-gray-large {
    width: 64px;
    height: 86px;
    background-position: -600px -5px;
}

.sprite-padlock-white-large {
    width: 64px;
    height: 86px;
    background-position: -674px -5px;
}

.sprite-pinterest {
    width: 29px;
    height: 29px;
    background-position: -748px -5px;
}

.sprite-podcast {
    width: 75px;
    height: 84px;
    background-position: -787px -5px;
}
*/
.sprite-arrow-left {
  width: 25px;
  height: 51px;
  background-position: -10px -10px; }

.sprite-arrow-right {
  width: 25px;
  height: 51px;
  background-position: -55px -10px; }

.sprite-cart {
  width: 16px;
  height: 14px;
  background-position: -100px -10px; }

.sprite-circle-right {
  width: 25px;
  height: 25px;
  background-position: -136px -10px; }

.sprite-compartilhar {
  width: 13px;
  height: 14px;
  background-position: -181px -10px; }

.sprite-facebook {
  width: 29px;
  height: 29px;
  background-position: -214px -10px; }

.sprite-facebook-blue {
  width: 37px;
  height: 37px;
  background-position: -263px -10px; }

.sprite-glass {
  width: 16px;
  height: 16px;
  background-position: -320px -10px; }

.sprite-glass-small {
  width: 31px;
  height: 14px;
  background-position: -356px -10px; }

.sprite-google-blue {
  width: 37px;
  height: 37px;
  background-position: -407px -10px; }

.sprite-instagram {
  width: 29px;
  height: 29px;
  background-position: -464px -10px; }

.sprite-linkedin {
  width: 29px;
  height: 29px;
  background-position: -513px -10px; }

.sprite-linkedin-blue {
  width: 37px;
  height: 37px;
  background-position: -562px -10px; }

.sprite-logotipo {
  width: 213px;
  height: 42px;
  background-position: -619px -10px; }

.sprite-oculos {
  width: 88px;
  height: 39px;
  background-position: -852px -10px; }

.sprite-padlock-gray-large {
  width: 64px;
  height: 86px;
  background-position: -960px -10px; }

.sprite-padlock-white-large {
  width: 64px;
  height: 86px;
  background-position: -1044px -10px; }

.sprite-pinterest {
  width: 29px;
  height: 29px;
  background-position: -1128px -10px; }

.sprite-podcast {
  width: 75px;
  height: 84px;
  background-position: -1177px -10px; }

.sprite-reply {
  width: 21px;
  height: 13px;
  background-position: -1272px -10px; }

.sprite-talk {
  width: 16px;
  height: 14px;
  background-position: -1313px -10px; }

.sprite-twitter-blue {
  width: 37px;
  height: 37px;
  background-position: -1349px -10px; }

.sprite-whasapp-blue {
  width: 37px;
  height: 37px;
  background-position: -1406px -10px; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font: 80px/30px Roboto,"Helvetica Neue",Helvetica,sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
  border-width: 0;
  background: #a80733;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }

  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }

  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.depoimentos {
  padding: 80px 0;
  background: #f0f0f0; }
  .depoimentos h3 {
    color: #aaa67f;
    font-size: 25px;
    margin: 0 0 45px;
    text-transform: uppercase; }
  .depoimentos .container {
    position: relative; }
    .depoimentos .container:before {
      display: block;
      width: 15px;
      height: 53px;
      position: absolute;
      top: -100px;
      left: -15px; }
      @media (min-width: 1170px) {
        .depoimentos .container:before {
          content: ""; } }
    .depoimentos .container:after {
      display: block;
      width: 88px;
      height: 88px;
      position: absolute;
      top: -120px;
      right: -88px; }
      @media (min-width: 1170px) {
        .depoimentos .container:after {
          content: ""; } }
  .depoimentos h2 {
    font-size: 36px;
    font-weight: 400;
    color: #444444;
    margin: 0 0 20px; }
    @media (min-width: 640px) {
      .depoimentos h2 {
        font-size: 48px; } }
    @media (min-width: 1170px) {
      .depoimentos h2 {
        font-size: 60px; } }
  .depoimentos p {
    font-size: 18px;
    line-height: 1.5; }
  .depoimentos .owl-depoimentos {
    position: relative; }
    .depoimentos .owl-depoimentos:before {
      content: "";
      display: block;
      width: 93px;
      height: 74px;
      background: url("../img/aspas.png");
      position: absolute;
      left: -120px;
      top: 0; }
  @media (max-width: 800px) {
    .depoimentos .conteudo {
      display: flex;
      flex-direction: column-reverse; } }
  .depoimentos .conteudo .dep {
    height: auto;
    overflow: hidden;
    color: #aaa67f; }
    .depoimentos .conteudo .dep .thumb {
      width: 80px;
      height: 80px;
      float: left;
      margin-right: 20px;
      border-radius: 50%;
      overflow: hidden;
      background-color: #fff; }
      .depoimentos .conteudo .dep .thumb img {
        height: 100%;
        object-fit: contain; }
    @media (max-width: 800px) {
      .depoimentos .conteudo .dep {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 1.5rem; }
        .depoimentos .conteudo .dep .thumb {
          margin-right: 0; } }
    .depoimentos .conteudo .dep h4 {
      font-size: 18px;
      font-weight: 700;
      margin: 20px 0 5px; }
    .depoimentos .conteudo .dep span {
      font-weight: 400;
      font-size: 15px;
      text-transform: uppercase; }
  .depoimentos .owl-nav {
    display: none; }
  .depoimentos .owl-dots {
    display: block;
    text-align: center;
    padding: 60px 0 0; }
    .depoimentos .owl-dots button {
      display: inline-block;
      width: 16px;
      height: 16px;
      background: #4f6e90;
      margin: 0 10px;
      border-radius: 50%;
      transition: background .5s ease; }
      .depoimentos .owl-dots button:focus {
        outline: none; }
      .depoimentos .owl-dots button.active {
        background: #4f6e90; }

.cookie-lgpd-popup-form {
  position: fixed;
  bottom: 20px;
  width: 100%;
  z-index: 999;
  display: none; }
  .cookie-lgpd-popup-form.active {
    bottom: 20px;
    display: inline-block; }
    @media (max-width: 600px) {
      .cookie-lgpd-popup-form.active {
        max-width: 98%;
        transform: translate(-50%, 0%);
        left: 50%; }
        .cookie-lgpd-popup-form.active .close {
          right: 9px !important; } }
  .cookie-lgpd-popup-form .cookie-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.5rem; }
    @media (min-width: 705px) {
      .cookie-lgpd-popup-form .cookie-content {
        padding: 0 2rem;
        padding-right: 3rem; }
        .cookie-lgpd-popup-form .cookie-content .cookie-btn-container {
          flex: 1; }
          .cookie-lgpd-popup-form .cookie-content .cookie-btn-container a,
          .cookie-lgpd-popup-form .cookie-content .cookie-btn-container button {
            margin: auto 0;
            padding: .5rem;
            max-width: 220px; }
          .cookie-lgpd-popup-form .cookie-content .cookie-btn-container button {
            font-size: .95rem;
            padding: 0.7rem;
            width: 100%;
            max-width: 240px; }
        .cookie-lgpd-popup-form .cookie-content > div {
          padding: 0 .2rem; } }
  .cookie-lgpd-popup-form .form-container {
    background-color: rgba(15, 65, 114, 0.95);
    padding: 1rem;
    border-radius: 10px;
    position: relative;
    margin: 0 auto; }
    @media (min-width: 600px) {
      .cookie-lgpd-popup-form .form-container {
        padding: 1.3rem 1rem; } }
    @media (min-width: 900px) {
      .cookie-lgpd-popup-form .form-container {
        max-width: 900px; } }
    .cookie-lgpd-popup-form .form-container .close {
      font-family: sans-serif;
      position: absolute;
      top: 12px;
      right: 2rem;
      color: #fff;
      cursor: pointer;
      font-size: 2.2rem; }
    .cookie-lgpd-popup-form .form-container img {
      float: left;
      margin: 20px 30px 20px 0; }
    .cookie-lgpd-popup-form .form-container p {
      font-size: .8rem;
      color: #fff; }
      @media (min-width: 600px) {
        .cookie-lgpd-popup-form .form-container p {
          font-size: 1rem; } }
      .cookie-lgpd-popup-form .form-container p a {
        color: #aaa67f;
        text-decoration: underline;
        transform: unset;
        cursor: pointer; }
    .cookie-lgpd-popup-form .form-container .cookie-btn-container {
      display: flex;
      justify-content: center;
      width: 100%; }
      @media (min-width: 600px) {
        .cookie-lgpd-popup-form .form-container .cookie-btn-container {
          margin-left: .5rem; } }
    .cookie-lgpd-popup-form .form-container .cookie-btn {
      width: 100%;
      margin-top: 1rem;
      padding: .5rem .8rem;
      cursor: pointer;
      text-align: center;
      border: 0.15rem solid #959545;
      color: #fff;
      letter-spacing: 0;
      text-transform: none;
      display: block;
      transition: .1s;
      background: none; }
      @media (min-width: 705px) {
        .cookie-lgpd-popup-form .form-container .cookie-btn {
          font-size: 1.15rem; } }
      .cookie-lgpd-popup-form .form-container .cookie-btn:hover {
        color: #fff;
        border: 0.15rem solid #fff;
        background: #0f4274; }

/****ALL******/
html,
body {
  height: 100%;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #6a6a6a; }

/**
 * Smooth scrolling on the whole document
 */
html {
  scroll-behavior: smooth; }

.text-justify {
  text-align: justify; }

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

.text-left {
  text-align: left; }

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

.right {
  float: right; }

.left {
  float: left; }

.clearfix {
  width: 100%;
  height: auto; }

a {
  text-decoration: none; }

ul.inline li {
  display: inline-block; }
ul.inline.middle li {
  vertical-align: middle; }

input:focus,
textarea:focus,
select:focus,
a:focus {
  outline: none; }

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

figure,
ul {
  padding: 0;
  margin: 0;
  list-style: none; }

/*CONTAINER*/
.container {
  width: 100%;
  max-width: 480px;
  padding: 0 15px;
  margin: 0 auto; }
  @media (min-width: 640px) {
    .container {
      width: 100%;
      max-width: 768px;
      padding: 0 15px;
      margin: 0 auto; } }
  @media (min-width: 1170px) {
    .container {
      width: 100%;
      max-width: 1170px;
      padding: 0 15px;
      margin: 0 auto; } }
  .container.container-max-center {
    max-width: 900px; }

/*FLEXVIDEO*/
iframe {
  border: none; }

.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 0 auto; }

.flex-video iframe,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.relative {
  position: relative; }

/*IMAGES*/
img.responsive {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0; }

/*LINKS*/
a {
  color: inherit; }

/*TRANSITION*/
a,
button,
input,
span,
img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

@media (max-width: 639px) {
  br {
    display: none; } }

.ellipsis {
  display: block;
  display: -webkit-box;
  height: 71.4px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.main {
  width: 100%;
  height: auto;
  overflow: hidden; }

.georgia {
  font-family: 'Georgia';
  font-weight: normal; }

.in-v,
.br-v {
  display: inline-block;
  padding: 10px 10px 10px 25px;
  background: #0f4172;
  color: #ffffff;
  position: fixed;
  top: 0;
  right: 50px;
  z-index: 999;
  font-size: 8px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
  .in-v:before,
  .br-v:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -5px;
    background: url("../img/in.png"); }

.br-v:before {
  background: url("../img/br.png"); }

.head {
  border-top: 5px solid #0f4172; }
  .head .background {
    height: 360px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
  .head .owl-home {
    width: 100%; }
    .head .owl-home a.item {
      display: block;
      width: 100%;
      height: 100vh;
      position: relative;
      overflow: hidden; }
      @media (min-width: 640px) {
        .head .owl-home a.item {
          height: 80vh; } }
      @media (min-width: 1170px) {
        .head .owl-home a.item {
          height: 835px; } }
      .head .owl-home a.item img {
        display: block;
        width: auto;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .head .owl-home a.item .container {
        position: absolute;
        top: 45%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (min-width: 1170px) {
          .head .owl-home a.item .container {
            top: 55%; } }
      .head .owl-home a.item .info {
        max-width: 500px;
        margin: 0 auto;
        padding: 0 5px; }
        @media (min-width: 1170px) {
          .head .owl-home a.item .info {
            margin: 0; } }
      .head .owl-home a.item div {
        margin-bottom: 10px; }
      .head .owl-home a.item h2 {
        box-shadow: 15px 0 0 0 #0f4172, -5px 0 0 0 #0f4172;
        background: #0f4172;
        display: inline;
        padding: 0;
        position: relative;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 22px;
        line-height: 32px; }
        @media (min-width: 640px) {
          .head .owl-home a.item h2 {
            font-size: 30px;
            line-height: 44px; } }
      .head .owl-home a.item p {
        box-shadow: 15px 0 0 0 #444444, -5px 0 0 0 #444444;
        background: #444444;
        display: inline;
        padding: 0;
        position: relative;
        color: #ffffff;
        font-size: 14px;
        line-height: 23px; }
        @media (min-width: 640px) {
          .head .owl-home a.item p {
            font-size: 17px;
            line-height: 27px; } }
      .head .owl-home a.item span.button {
        background: #ffffff;
        color: #0f4172;
        display: inline-block;
        padding: 7px 25px;
        font-weight: bold;
        margin-left: -5px;
        margin-top: 10px; }
        @media (min-width: 640px) {
          .head .owl-home a.item span.button {
            padding: 15px 50px; } }
        .head .owl-home a.item span.button:hover {
          background: #0f4172;
          color: #ffffff; }
    .head .owl-home .owl-nav {
      display: none; }
    .head .owl-home .owl-dots {
      text-align: center;
      margin-top: -150px;
      position: relative;
      z-index: 88; }
      .head .owl-home .owl-dots .owl-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border: 2px solid #ffffff;
        margin: 0 4px;
        transform: rotate(45deg); }
        .head .owl-home .owl-dots .owl-dot.active {
          background: #ffffff; }
  @media (max-width: 1169px) {
    .head .navegacao {
      position: fixed;
      z-index: 99;
      width: 100%;
      top: 0;
      left: 0;
      background: #ffffff;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
      .head .navegacao .topo {
        padding: 15px 0 10px;
        width: 50%;
        float: left; }
      .head .navegacao .hamburguer {
        width: 32px;
        height: 32px;
        background: url("../img/menu.png") bottom;
        float: right;
        margin: 20px 15px 0;
        transform: scale(0.8);
        opacity: 0.5;
        transition: background-position .2s ease;
        cursor: pointer; }
      .head .navegacao .logotipo {
        width: 100%;
        max-width: 300px;
        float: left; }
      .head .navegacao .logos-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .head .navegacao .logos-container a:nth-child(2) {
          margin-top: 1rem; }
          .head .navegacao .logos-container a:nth-child(2) img {
            width: 65%; } }
    @media (max-width: 1169px) and (min-width: 650px) {
      .head .navegacao .logos-container {
        align-items: baseline;
        flex-direction: row; }
        .head .navegacao .logos-container img {
          width: 100%;
          min-width: 200px;
          max-width: 200px; }
        .head .navegacao .logos-container a:nth-child(2) img {
          min-width: 120px;
          max-width: 120px;
          width: 65%; }
        .head .navegacao .logos-container a:nth-child(2) {
          margin-left: 1rem; } }
  @media (max-width: 1169px) {
      .head .navegacao .menu {
        position: absolute;
        top: 130%;
        width: 180px;
        right: 5px;
        z-index: 88;
        visibility: hidden;
        opacity: 0;
        transition: all .2s ease; }
        .head .navegacao .menu ul {
          display: block;
          background: #ffffff;
          padding: 20px 0 0;
          text-align: left; }
          .head .navegacao .menu ul li {
            display: block;
            padding: 0 20px;
            border-bottom: 1px solid #f0f0f0; }
            .head .navegacao .menu ul li a {
              font-size: 13px;
              font-weight: 600;
              padding: 10px 0;
              display: block;
              text-transform: uppercase; }
              .head .navegacao .menu ul li a.current {
                font-weight: bold; }
              .head .navegacao .menu ul li a:hover {
                color: #0f4172; }
            .head .navegacao .menu ul li.current_page_item a {
              color: #0f4172;
              font-weight: 900; }
      .head .navegacao.active .menu {
        visibility: visible;
        opacity: 1;
        top: 105%; }
      .head .navegacao.active .hamburguer {
        background-position: top; } }
  @media (min-width: 1170px) {
    .head .navegacao {
      position: absolute;
      z-index: 99;
      width: 100%;
      top: 30px; }
      .head .navegacao .topo {
        padding: 15px 0 10px;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, white 36%, white 62%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, white 36%, white 62%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, white 36%, white 62%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1); }
      .head .navegacao .logos-container a:nth-child(2) {
        margin-left: 1rem; }
      .head .navegacao .menu ul {
        display: inline-block;
        background: #ffffff;
        padding: 10px 20px 2px;
        border-radius: 5px;
        margin-top: 30px; }
        .head .navegacao .menu ul li {
          border-right: 1px solid #c4c4c4;
          padding: 0 20px 10px; }
          .head .navegacao .menu ul li:last-child {
            padding-right: 0;
            border-right: none; }
          .head .navegacao .menu ul li a {
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase; }
            .head .navegacao .menu ul li a.current {
              font-weight: bold; }
            .head .navegacao .menu ul li a:hover {
              color: #0f4172; }
          .head .navegacao .menu ul li.current_page_item a {
            color: #0f4172;
            font-weight: 900; } }

.paragrafos p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -.5px;
  margin-bottom: 30px; }

.section-quem-somos {
  padding-top: 20px;
  position: relative;
  z-index: 22;
  background: #f0f0f0; }
  .section-quem-somos .quem-somos-box {
    padding: 60px 40px;
    background: url("../img/noise.jpg");
    color: #ffffff;
    font-size: 17px;
    letter-spacing: -1px;
    margin-top: -120px; }
    .section-quem-somos .quem-somos-box h3 {
      font-size: 33px;
      line-height: 37px;
      display: block;
      border-bottom: 1px solid #ffffff;
      padding: 0 0 20px;
      margin: 0 0 20px; }

.section-area-de-atuacao {
  padding: 60px 0 0;
  background: url("../img/noise.jpg");
  color: #ffffff; }
  .section-area-de-atuacao h3 {
    color: #aaa67f;
    font-size: 35px;
    margin: 0; }
  .section-area-de-atuacao span {
    display: block;
    margin-bottom: 40px;
    font-size: 17px; }
  @media (min-width: 1100px) {
    .section-area-de-atuacao .atuacao-itens {
      max-width: 1050px;
      margin: auto; }
      .section-area-de-atuacao .atuacao-itens span {
        font-size: 1.15rem; } }
  .section-area-de-atuacao a {
    padding: 10px 15px;
    background: #4f6e90;
    display: block;
    height: 145px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: -10px;
    font-weight: 300; }
    @media (min-width: 1100px) {
      .section-area-de-atuacao a {
        height: 160px; } }
    @media (min-width: 1170px) {
      .section-area-de-atuacao a {
        font-size: 18px; } }
    .section-area-de-atuacao a span {
      display: block;
      border-top: 2px solid #ffffff;
      padding-top: 10px;
      transition: border-color .3s ease; }
    .section-area-de-atuacao a:hover {
      background: #ffffff;
      color: #0f4172; }
      .section-area-de-atuacao a:hover span {
        border-top-color: #0f4172; }

.section-ultimas-do-blog {
  padding: 80px 0;
  background: #f0f0f0; }
  .section-ultimas-do-blog h3 {
    color: #aaa67f;
    font-size: 25px;
    margin: 0 0 45px; }

.card {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  display: block;
  transition: box-shadow .2s ease;
  margin-bottom: 20px; }
  .card .thumb {
    width: 100%;
    height: 227px;
    position: relative;
    overflow: hidden; }
    .card .thumb img {
      position: absolute;
      min-height: 100%;
      min-width: 100%;
      width: auto;
      height: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .card:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  .card .info {
    padding: 10px 20px 30px; }
    .card .info .date {
      font-size: 10px; }
    .card .info h4 {
      display: block;
      display: -webkit-box;
      height: 56px;
      margin: 0 auto;
      font-size: 20px;
      line-height: 1.4;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .card .info .excerpt {
      display: block;
      display: -webkit-box;
      height: 120px;
      margin: 0 auto;
      font-size: 14px;
      line-height: 1.6;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }

.card-equipe {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  display: block;
  transition: box-shadow .2s ease;
  margin-bottom: 40px;
  padding-bottom: 70px;
  position: relative; }
  .card-equipe .thumb {
    width: 100%;
    height: 340px;
    position: relative;
    overflow: hidden; }
    .card-equipe .thumb img {
      position: absolute;
      min-height: 100%;
      min-width: 100%;
      width: auto;
      height: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .card-equipe .thumb.empty {
    height: 5px !important;
    background: #444444; }
  .card-equipe:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  .card-equipe .info {
    padding: 30px 30px 20px; }
    .card-equipe .info .date {
      font-size: 10px; }
    .card-equipe .info h4 {
      font-size: 20px;
      margin: 0; }
    .card-equipe .info .excerpt {
      font-size: 14px; }
    .card-equipe .info .oab {
      display: block;
      font-size: 13px;
      font-weight: bold;
      margin: 5px 0; }
    .card-equipe .info .email {
      display: block;
      font-size: 13px;
      margin-bottom: 20px;
      font-weight: bold; }
  .card-equipe .buttons {
    padding: 0 30px 30px;
    width: 100%;
    position: absolute;
    bottom: 0; }
    .card-equipe .buttons ul {
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden;
      border-top: 1px solid #919191;
      padding: 20px 5px 0; }
    .card-equipe .buttons li {
      display: block;
      float: left; }
      .card-equipe .buttons li:first-child {
        width: 43%; }
      .card-equipe .buttons li:nth-child(2) {
        border-left: 1px solid #919191;
        width: 57%;
        padding-left: 30px; }
      .card-equipe .buttons li a {
        font-size: 12px; }
        .card-equipe .buttons li a:hover {
          text-decoration: underline; }
        .card-equipe .buttons li a i:before {
          font-size: 13px; }

.pTop {
  padding-top: 40px; }

.rodape {
  background: #444444;
  padding: 60px 0; }
  @media (max-width: 1169px) {
    .rodape {
      text-align: center; } }
  .rodape .lines {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }
    @media (max-width: 1169px) {
      .rodape .lines {
        margin-bottom: 20px; } }
  .rodape p {
    font-size: 13px;
    color: #f0f0f0; }
    @media (max-width: 1169px) {
      .rodape p {
        margin: 5px 0; } }
    .rodape p a:hover {
      text-decoration: underline; }
  @media (max-width: 1169px) {
    .rodape .text-right {
      text-align: center; } }
  .rodape ul {
    padding: 15px 0; }
    @media (max-width: 1169px) {
      .rodape ul {
        width: 100%; }
        .rodape ul.social {
          padding-top: 0; } }
    .rodape ul li {
      margin: 0 5px; }
      .rodape ul li a {
        color: #ffffff;
        font-size: 11px; }
        .rodape ul li a:hover {
          text-decoration: underline; }
    .rodape ul.social a {
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      position: relative; }
      .rodape ul.social a i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .rodape ul.social a i:before {
          font-size: 13px; }
      .rodape ul.social a:hover {
        opacity: 0.6; }
      .rodape ul.social a.facebook {
        background: #5062a7; }
      .rodape ul.social a.linkedin {
        background: #327bb6; }
      .rodape ul.social a.twitter {
        background: #43a1f2; }

.titulo-principal {
  display: inline-block;
  background: url("../img/noise.jpg");
  padding: 20px 20px 10px;
  color: #ffffff;
  margin: 0 auto 0;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  transform: translateY(-80px); }
  .titulo-principal h1 {
    display: block;
    width: 100%;
    padding: 0 80px;
    font-size: 36px; }
    .titulo-principal h1:after {
      content: "";
      display: block;
      width: calc(100% + 160px);
      margin-left: -80px;
      margin-top: -5px;
      height: 1px;
      background: #155b9f; }

.content-wp {
  background: #f0f0f0;
  padding: 0 0 80px; }
  .content-wp img {
    max-width: 100%; }
  .content-wp .alignright {
    float: right;
    margin-left: 30px; }
  .content-wp .alignleft {
    float: left;
    margin-right: 30px; }
  .content-wp .aligncenter {
    display: block;
    margin: 20px auto; }
  .content-wp .size-full {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .content-wp ul,
  .content-wp ol {
    font-size: 14px;
    padding: 20px 0 20px 40px; }
    .content-wp ul li,
    .content-wp ol li {
      margin-bottom: 20px; }
  .content-wp ul li {
    list-style: square; }
  .content-wp blockquote {
    display: block;
    padding: 0 40px;
    margin: 20px 0;
    font-size: 22px;
    background: url("../img/aspas.png") right bottom no-repeat; }
  .content-wp .titulo-secundario {
    display: inline-block;
    background: url("../img/noise.jpg");
    padding: 10px 20px 0;
    color: #ffffff;
    margin: 70px auto; }
    .content-wp .titulo-secundario h1 {
      display: block;
      width: 100%;
      padding: 0 80px;
      font-size: 36px;
      margin-bottom: 10px; }
      .content-wp .titulo-secundario h1:after {
        content: "";
        display: block;
        width: calc(100% + 160px);
        margin-left: -80px;
        margin-top: -5px;
        height: 2px;
        background: #155b9f; }

.blog {
  background: #f0f0f0;
  padding: 0 0 80px; }
  .blog .box {
    padding: 30px 0;
    border-top: 1px solid #d7d7d7; }
    .blog .box:first-child {
      border-top: none; }
    .blog .box h2 {
      font-size: 21px;
      line-height: 28px;
      margin: 0; }
    .blog .box .date,
    .blog .box .cat {
      font-size: 11px;
      font-weight: 600; }
    .blog .box p {
      font-size: 15px;
      min-height: 1px; }
    .blog .box img {
      display: block;
      width: 100%;
      height: auto; }
    .blog .box .thumb {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px; }
@media (min-width: 480px) and (max-width: 1169px) {
  .blog .box .thumb {
    max-width: 50%; } }

    .blog .box a.cat:hover {
      text-decoration: underline; }
    .blog .box:hover a {
      color: #0f4172; }
  .blog .box-wp {
    padding: 30px 0;
    border-top: 1px solid #d7d7d7; }
    .blog .box-wp:first-child {
      border-top: none; }
    .blog .box-wp h2 {
      font-size: 21px;
      line-height: 28px;
      margin: 0; }
    .blog .box-wp .date,
    .blog .box-wp .cat {
      font-size: 11px;
      font-weight: 600; }
    .blog .box-wp p {
      font-size: 15px; }
    .blog .box-wp img {
      display: block;
      width: 100%; }
    .blog .box-wp .thumb {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px; }
    .blog .box-wp a.cat:hover {
      text-decoration: underline; }
    .blog .box-wp:hover a {
      color: #0f4172; }
  .blog table,
  .blog th,
  .blog tr,
  .blog td {
    border: 1px solid #6a6a6a;
    border-collapse: collapse;
    padding: 5px; }
  .blog .social li {
    margin-right: 5px; }
  .blog .social .more,
  .blog .social .less {
    font-weight: bold;
    cursor: pointer; }
  .blog .social a {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative; }
    .blog .social a i {
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .blog .social a i:before {
        font-size: 12px;
        color: #ffffff; }
    .blog .social a:hover {
      opacity: 0.6; }
    .blog .social a.facebook {
      background: #5062a7; }
    .blog .social a.linkedin {
      background: #327bb6; }
    .blog .social a.twitter {
      background: #48a3d8; }
    .blog .social a.gplus {
      background: #be4d3d; }
    .blog .social a.mail {
      background: #bdbdbd; }

.sidebar {
  margin-top: 40px;
  padding: 10px 20px 20px;
  border-left: 1px solid #cacaca;
  width: 100%;
  max-width: 330px; }
  @media (min-width: 1170px) {
    .sidebar {
      float: right; } }
  .sidebar.border-right {
    border-left: none;
    border-right: 1px solid #cacaca; }
  .sidebar h4 {
    margin: 0 0 20px;
    font-size: 28px; }
  .sidebar ul.categorias {
    display: block; }
    .sidebar ul.categorias li {
      padding: 0;
      margin-bottom: 10px;
      border-left: 2px solid #717171;
      transition: all .2s ease; }
      .sidebar ul.categorias li a {
        font-weight: bold;
        text-transform: uppercase;
        color: #717171;
        font-size: 16px;
        display: block;
        padding: 10px 10px 10px 20px; }
      .sidebar ul.categorias li:hover, .sidebar ul.categorias li.current_page_item {
        border-color: #0f4172; }
        .sidebar ul.categorias li:hover a, .sidebar ul.categorias li.current_page_item a {
          color: #0f4172; }
  .sidebar ul.ultimas {
    display: block; }
    .sidebar ul.ultimas li {
      padding: 0;
      margin-bottom: 10px;
      transition: all .2s ease; }
      .sidebar ul.ultimas li:hover {
        border-color: #0f4172; }
      .sidebar ul.ultimas li a img {
        display: block;
        width: calc(100% + 20px);
        height: auto; }
        @media (min-width: 640px) {
          .sidebar ul.ultimas li a img {
            margin: 5px 0; } }
      .sidebar ul.ultimas li a h5 {
        display: block;
        display: -webkit-box;
        height: 44.8px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .sidebar ul.ultimas li a .date {
        font-size: 11px;
        margin: 0; }

.navegacao .menu ul li.anchor-item a {
  color: #6a6a6a !important;
  font-weight: 600 !important; }

.contato {
  padding: 0 0 80px; }
  .contato form label {
    font-size: 13px;
    display: block;
    position: relative; }
  .contato form br {
    display: none; }
  .contato form input[type="text"],
  .contato form input[type="email"],
  .contato form input[type="tel"],
  .contato form textarea,
  .contato form select,
  .contato form .file {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #444444;
    border-radius: 5px;
    padding: 0 20px;
    margin: 5px 0 20px;
    color: #444444; }
  .contato form input[type="file"] {
    opacity: 0;
    visibility: hidden; }
  .contato form input[type="submit"] {
    cursor: pointer;
    padding: 15px 30px;
    background: #0f4172;
    color: #ffffff;
    border: none;
    font-weight: bold;
    font-size: 16px; }
  .contato form textarea {
    height: 120px;
    padding: 20px; }
  .contato form .file {
    position: relative;
    text-align: left;
    padding: 7px 20px; }
    .contato form .file:after {
      content: "PROCURAR";
      display: inline-block;
      padding: 6px 10px;
      color: #ffffff;
      background: #444444;
      border-radius: 5px;
      position: absolute;
      top: 5px;
      right: 5px;
      pointer-events: none; }
    .contato form .file.in:after {
      content: "SEARCH"; }
  .contato form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 5px;
    width: 200px;
    display: block;
    font-size: 10px;
    padding-left: 5px; }
  .contato form .wpcf7-validation-errors,
  .contato form .wpcf7-mail-sent-ng {
    display: none !important; }
  .contato .contato-text {
    padding-top: 20px; }
    .contato .contato-text iframe {
      display: block;
      width: 100%;
      height: 300px;
      margin-bottom: 20px; }
    .contato .contato-text address {
      font-style: normal; }

.form-consent-container {
  width: 70% !important; }
  .form-consent-container .wpcf7-acceptance {
    cursor: pointer; }
  .form-consent-container .wpcf7-list-item {
    margin: 0;
    margin-top: 0.5rem;
    width: 100%; }
    .form-consent-container .wpcf7-list-item label {
      cursor: pointer;
      display: flex; }
      .form-consent-container .wpcf7-list-item label span {
        margin-left: .35rem; }
  .form-consent-container .wpcf7-list-item-label {
    font-weight: 600;
    color: #0f4172; }

.form-send-container {
  width: 30% !important; }

@media (max-width: 500px) {
  .form-consent-container,
  .form-send-container {
    width: 100% !important; }

  .form-send-container {
    padding-bottom: 2rem; }
    .form-send-container input[type="submit"] {
      width: 100%; } }
@media (max-width: 500px) {
  .social-responsibility .titulo-principal h1 {
    font-size: 1.5rem; } }
@media (max-width: 700px) {
  .social-responsibility .titulo-principal h1 {
    padding: 0; } }
.social-responsibility .titulo-principal,
.social-responsibility .paragrafos p {
  word-break: break-word; }
.social-responsibility .projects-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
.social-responsibility .projects-title {
  font-size: 2.5rem;
  margin-bottom: 2.5rem; }
.social-responsibility .project-item {
  text-align: center;
  width: 100%;
  max-width: 349px;
  margin: 1rem; }
  .social-responsibility .project-item img {
    margin: auto;
    width: 100%;
    max-width: 300px;
    object-fit: contain; }
  .social-responsibility .project-item figcaption {
    word-break: break-word;
    font-size: 1.1rem;
    line-height: 1.6rem; }
  @media (max-width: 700px) {
    .social-responsibility .project-item {
      margin: 2rem auto; } }
  @media (min-width: 480px) and (max-width: 1200px) {
    .social-responsibility .project-item {
      width: 45%; } }
  @media (min-width: 1200px) {
    .social-responsibility .project-item {
      width: 33%;
      margin-bottom: 2rem; } }

.not_found {
  margin: 60px auto;
  width: 100%;
  max-width: 780px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 40px;
  border: 2px solid #f0f0f0; }

.ul-list-format {
  list-style: disc;
  margin-left: 1rem; }
  .ul-list-format li {
    margin-bottom: 1rem; }
    .ul-list-format li:last-child {
      margin-bottom: 0; }

.hideElement {
  height: 0;
  overflow: hidden; }

  .single-post-thumbnail {
    width: 500px !important;
    height:220px;
    object-fit: cover;
    object-position: center;
	 margin:0 auto;
  }

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


/* Home Nova Pagine */


 .single-post-thumbnail {
    width: 500px !important;
    height:220px;
    object-fit: cover;
    object-position: center;
	 margin:0 auto;
  }

.attachment-full.size-full {
	width:350px !important;
	height:150px !important;
	object-fit:cover
}
.single .paragrafos {
    text-align: justify;
}

.icon-link {
	width:40px !important;
	height:40px !important;
	margin-bottom:10px;
}

.atuacao-itens a:hover {
	background:#4F6E90;
	color:inherit
}

.section-area-de-atuacao a:hover span {
  border-top-color: #fff;
}

.depoimentos .owl-depoimentos::before {
	display: none;
}
/* */



.depoimentos{
  padding: 70px 0;
  background: #f6f6f6;
}

.depoimentos h3{
  text-transform: uppercase; 
  margin: 0 0 5px;
  color: #b5ab8a;
}

 
.depoimentos .owl-depoimentos{
  width: 100%;
  max-width: 1240px;    
  margin: 0 auto;
  padding: 0 70px;    
  box-sizing: border-box;
  position: relative;
}

.depoimentos .owl-depoimentos .owl-stage-outer{
  overflow: hidden;
  padding: 26px 0;       
}

 
.depoimentos .owl-depoimentos .owl-stage{
  display: flex;
  align-items: center; 
	justify-content:center;
}

.depoimentos .owl-depoimentos .owl-item{
  opacity: .28;
  transform: scale(.96);    
  filter: blur(.6px);
  transition: all .35s ease;
}


.depoimentos .owl-depoimentos .owl-item.center{
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  z-index: 5;
}

/* ----- Card ----- */
.depoimentos .owl-depoimentos .item{
  padding: 16px;  
}

.depoimentos .conteudo{
  background: #fff;
  border-radius: 10px;
  padding: 40px 38px;
  box-shadow: 0 12px 45px rgba(0,0,0,.08);
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.depoimentos .owl-depoimentos .owl-item.center .conteudo{
  box-shadow: 0 18px 55px rgba(0,0,0,.12);
  transform: translateY(-2px);
}

/* ----- Texto / Aspas ----- */
 
.depoimentos .conteudo p{
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
  color: rgb(68,68,68);
	font-style:italic;
	text-align:left;
}
 

.depoimentos .conteudo{
  text-align: center;
  position: relative;
}

 
/* ----- Autor ----- */
.depoimentos .dep{
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

/* thumb redonda */
.depoimentos .dep .thumb{
  width: 54px;
  height: 54px !important;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  margin-top:20px;
	margin-right:10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
}

.depoimentos .dep .thumb img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* nome + cargo */
.depoimentos .dep h4{
  margin: 0;
  font-size: 14px;
  font-weight: 700 !important;
  color: #AAA67F;
  text-align: left;
	font-family:'Open Sans';
}

.depoimentos .dep span{
  display: block;
  margin-top: 3px;
  font-size: 13px;
  color: #AAA67F;
  text-align: left;
	text-transform:none !important;
}

/* ----- Dots ----- */
.depoimentos .owl-theme .owl-dots{
  margin-top: -50px;
  text-align: center;
}

.depoimentos .owl-theme .owl-dots .owl-dot span{
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #d9d9d9;
}

.depoimentos .owl-theme .owl-dots .owl-dot.active span{
  background: #1f4aa8;
}

/* ----- Setas (se nav:true) ----- */
.depoimentos .owl-nav{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%); 
  margin: 0;
}

.depoimentos .owl-nav button{
  pointer-events: all;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  border: none;
  font-size: 40px;
  line-height: 1;
  color: #9e9e9e;
  transition: transform .2s ease, color .2s ease, opacity .2s ease;
  opacity: .9;
}

.depoimentos .owl-nav button:hover{
  color: #6f6f6f;
  transform: scale(1.06);
}

.depoimentos .owl-nav .owl-prev{
  position: absolute;
  left: 10px;
}

.depoimentos .owl-nav .owl-next{
  position: absolute;
  right: 10px;
}

/* ----- Responsivo ----- */
@media (max-width: 1024px){
  .depoimentos .owl-depoimentos{
    max-width: 920px;
    padding: 0 100px;  
  }
}

@media (max-width: 768px){
  .depoimentos{
    padding: 55px 0;
  }
 
  .depoimentos .owl-depoimentos{
    max-width: 100%;
    padding: 0 20px;
  }

  .depoimentos .conteudo{
    padding: 32px 22px;
    min-height: auto;
  }

  .depoimentos .conteudo:before{
    left: 16px;
    top: 10px;
    font-size: 54px;
  }

  .depoimentos .owl-nav{
    display: none; 
  }
}
.depoimentos .owl-depoimentos{
  width: 100%;
  max-width: 1200px;     
  margin: 0 auto;
  padding: 0  !important;       
  box-sizing: border-box;
  position: relative;
}

.depoimentos .owl-depoimentos .owl-stage-outer{
  overflow: hidden;
  padding: 30px 0;
}
.depoimentos .owl-depoimentos .item{
  display: flex;
  justify-content: center;
}
.depoimentos .owl-item {
	width: 700px !important;
	max-width:100%;
}
.depoimentos .conteudo{  
  background: rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 44px 46px;
  box-shadow: 0 8px 35px rgba(0,0,0,.08) !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
 
@media (max-width: 800px) {
  .depoimentos .conteudo .dep {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-align: center;
    margin-bottom: 1.5rem;
  }
	
	.depoimentos .owl-depoimentos .owl-item{
  opacity: 1;
  transform: scale(1);    
  filter: blur(0);
  transition: all .35s ease;
}
}
 

.owl-ultimas-blog {
	display:flex !important;
	flex-wrap:wrap;
}

.depoimentos .owl-nav {
  display: flex !important
}


.depoimentos .owl-nav{  
  top: 42%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  position:absolute !important;	
}

.depoimentos .owl-nav .owl-prev {
	background: transparent !important;
}

.depoimentos .owl-nav .owl-next {
	background: transparent !important;
}

.depoimentos .owl-nav button{
  pointer-events: all;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: transparent !important;
  font-size: 46px;
  line-height: 1;
  color: #9e9e9e;
  transition: transform .2s ease, color .2s ease;
}
/* =========================================================
   ÚLTIMAS DO BLOG (CAROUSEL)
   ========================================================= */

.section-ultimas-do-blog{
  padding: 0 0 70px;
  background: #f6f6f6;
  position: relative;
}

.section-ultimas-do-blog h3{
  text-transform: uppercase; 
  margin: 0 0 15px;
  color: #AAA67F;
  text-align: center;
}

/* carrossel */
.section-ultimas-do-blog .owl-ultimas-blog{
  position: relative;
}

.section-ultimas-do-blog .owl-stage-outer{
  padding: 10px 0 25px;  
}

/* item */
.section-ultimas-do-blog .item{
  padding: 12px;
  box-sizing: border-box;
}

/* card */
.section-ultimas-do-blog .card{
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,.05);
  text-decoration: none;
  height: 100%;
  transition: transform .18s ease, box-shadow .18s ease;
	padding:24px;
}

 

/* thumb */
.section-ultimas-do-blog .thumb{
  position: relative;
  width: 100%; 
  overflow: hidden;
   
}

.section-ultimas-do-blog .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
	border-radius:10px;
}
 
/* tag/categoria */
.section-ultimas-do-blog .thumb .tag{
  position: absolute;
  left: 0;
  top: 12px;
  padding: 6px 10px;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  line-height: 1;
  background:#327BB6;
  color: #fff;
	display:flex;
	gap:8px;
  align-items:center;
}

/* info */
.section-ultimas-do-blog .info{
  padding: 0;
}
 
.section-ultimas-do-blog h4{
  margin: 10px 0 0px !important;
  font-size: 20px !important;
  font-weight: 700;
  color: #444444 !important;
  text-transform: uppercase;
  line-height: 1.35;
	 
}

.section-ultimas-do-blog .excerpt{
  font-size: 14px !important;
  line-height: 1.55;
  color: #6a6f7a;
	font-weight:400 !important;
  margin: 0 0 12px;
	height: 109px !important;
}

.section-ultimas-do-blog .readmore{
  display: flex !important;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #0f3a78;
	margin-top:24px;
}

.section-ultimas-do-blog .arrow {
	position:relative;
	top:2px;	
}

/* dots */
.section-ultimas-do-blog .owl-dots{
  margin-top: 14px;
  text-align: center;
	width:100%;
}

.section-ultimas-do-blog .owl-dots .owl-dot span{
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #d9d9d9;
}

.section-ultimas-do-blog .owl-dots .owl-dot.active span{
  background: #1f4aa8;
}

/* setas */
.section-ultimas-do-blog .owl-nav{  
  top: 42%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  position:absolute !important;	
}

.section-ultimas-do-blog .owl-nav .owl-prev {
	background: transparent !important;
}

.section-ultimas-do-blog .owl-nav .owl-next {
	background: transparent !important;
}

.section-ultimas-do-blog .owl-nav button{
  pointer-events: all;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: transparent !important;
  font-size: 46px;
  line-height: 1;
  color: #9e9e9e;
  transition: transform .2s ease, color .2s ease;
}

.section-ultimas-do-blog .owl-nav button:hover{
  transform: scale(1.06);
  color: #6f6f6f;
}

.section-ultimas-do-blog .owl-nav .owl-prev{
  position: absolute;
  left: -44px;
}

.section-ultimas-do-blog .owl-nav .owl-next{
  position: absolute;
  right: -44px;
}

/* responsivo */
@media (max-width: 768px){
  .section-ultimas-do-blog{
    padding: 55px 0;
  }
  .section-ultimas-do-blog .owl-nav{
    display: none;
  }
	

}

 .section-ultimas-do-blog .owl-stage-outer {
  padding: 5px 0 5px;	 
}

.rodape .social {
  padding: 15px 0;
  width: 100%;
	display:flex;
	justify-content:flex-end;
}

		.depoimentos .owl-nav .owl-prev{
  position: absolute;
  left: -42px;
}

.depoimentos .owl-nav .owl-next{
  position: absolute;
  right: -42px;
}

@media (max-width: 768px) {
  .section-ultimas-do-blog .owl-nav {
    display: block;
  }
}
@media screen and (max-width:800px){
	.section-area-de-atuacao a {
     height:160px;
	}
	
		.depoimentos .owl-depoimentos .owl-stage {
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	
	.depoimentos .conteudo {
  background: rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 24px 36px;
  box-shadow: 0 8px 15px rgba(0,0,0,.08) !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
	
		.section-ultimas-do-blog .owl-nav .owl-prev{
  position: absolute;
  left: -32px;
}

.section-ultimas-do-blog .owl-nav .owl-next{
  position: absolute;
  right: -32px;
}
	
		.depoimentos .owl-nav .owl-prev{
  position: absolute;
  left: -32px;
}

.depoimentos .owl-nav .owl-next{
  position: absolute;
  right: -32px;
}
	
	.rodape .social {
		justify-content:center;
	}
}

/* Blog */
.thumb.left {
	position:relative;
}

.thumb.left img {
	border-radius:4px;
	 
}
.cat {
	display:flex;
	gap:6px;
	background:#327BB6;
	width:fit-content;
	padding: 5px 8px;
	color:#fff;
	border-radius:0 4px 4px 0;
	position:absolute;
	top:12px;
}

.cat:hover {
	color:#fff !important;
	text-decoration:none !important;
}

.box .readmore{
  display: flex !important;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #0f3a78;
	margin-top:-30px !important;
}

.box .arrow {
	position:relative;
	top:2px;	
}

.pagination {
	display:flex;
	gap:15px;
	margin-top:30px;
}
.pagination .page-numbers{
	font-size:15px !important;
}
.page-numbers.current {
	color:#327BB6;
	font-weight:bold;
}


.sidebar ul.categorias li {
  padding: 8px 12px 8px 12px;
	width:fit-content;
	border-radius:0 5px 5px 0;
	display:flex;
	align-items:center;
  margin-bottom: 10px;
  border-left:none;
  transition: all .2s ease;
	background:#327BB6;
	gap:10px;
}

.sidebar ul.categorias li a {
  font-weight: 500;
  text-transform: none ;
  color: #fff ;
  font-size: 16px;
  display: block;
  padding: 0;
}

.sidebar ul.categorias li a:hover {
	color:#f8f8f8 !important
}
.sidebar h4 {
	color:#AAA67F;
}

.default-post-image {
	margin:0;
	width:425px;
	height:124px;
	margin-bottom:30px;
	
}
.single-inline-thumb img {
	object-fit:cover;
	border-radius:4px;
	height:432px;
}